| Modifier and Type | Method and Description |
|---|---|
MessageErrorCode |
ErrorHolder.getErrorCode() |
static MessageErrorCode |
MessageErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageErrorCode[] |
MessageErrorCode.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<MessageErrorCode> |
MessageErrorCode.getByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHolder.ErrorHolderBuilder |
ErrorHolder.builder(MessageErrorCode errorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
String text) |
static TppMessageInformation |
TppMessageInformation.of(MessageCategory category,
MessageErrorCode messageErrorCode,
String text,
String path) |
static TppMessageInformation |
TppMessageInformation.of(MessageErrorCode messageErrorCode) |
static TppMessageInformation |
TppMessageInformation.of(MessageErrorCode messageErrorCode,
String text) |
| Constructor and Description |
|---|
RestException(MessageErrorCode messageErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
ActionStatus |
Xs2aAisConsentMapper.mapActionStatusError(MessageErrorCode error,
boolean withBalance,
TypeAccess access) |
| Modifier and Type | Method and Description |
|---|---|
MessageErrorCode |
SpiResponseStatusToXs2aMessageErrorCodeMapper.mapToMessageErrorCode(SpiResponseStatus responseStatus) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.invalid(@NotNull ErrorType errorType,
MessageErrorCode messageErrorCode) |
Copyright © 2019. All rights reserved.