| Package | Description |
|---|---|
| de.adorsys.psd2.xs2a.core.domain | |
| de.adorsys.psd2.xs2a.core.error | |
| de.adorsys.psd2.xs2a.core.service.validator |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ErrorHolder.getErrorType() |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHolder.ErrorHolderBuilder |
ErrorHolder.builder(ErrorType errorType) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
MessageError.getErrorType() |
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ErrorType> |
ErrorType.getByServiceTypeAndErrorCode(ServiceType serviceType,
int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageError.setErrorType(ErrorType errorType) |
| Constructor and Description |
|---|
MessageError(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
MessageErrorCode messageErrorCode) |
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
TppMessageInformation... tppMessageInformations) |
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
TppMessageInformation tppMessageInformation) |
Copyright © 2020. All rights reserved.