| 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) |
| Constructor and Description |
|---|
TppMessageInformation(MessageCategory category,
MessageErrorCode messageErrorCode) |
TppMessageInformation(MessageCategory category,
MessageErrorCode messageErrorCode,
String text) |
| Constructor and Description |
|---|
UpdateConsentPsuDataResponse(MessageErrorCode errorCode) |
| Constructor and Description |
|---|
MessageError(MessageErrorCode errorCode) |
MessageError(MessageErrorCode errorCode,
String message) |
RestException(MessageErrorCode messageErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
TppMessages |
MessageErrorMapper.mapToTppMessages(MessageErrorCode... errorCodes) |
| 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) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.