| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ErrorHolder.getErrorType() |
| Modifier and Type | Method and Description |
|---|---|
ErrorHolder.ErrorHolderBuilder |
ErrorHolder.ErrorHolderBuilder.errorType(ErrorType errorType) |
ResponseObject.ResponseBuilder<T> |
ResponseObject.ResponseBuilder.fail(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
| Constructor and Description |
|---|
MessageError(ErrorType errorType,
TppMessageInformation... tppMessageInformation) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ServiceTypeToErrorTypeMapper.mapToErrorType(ServiceType serviceType,
int httpCode) |
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 |
|---|---|
ErrorType |
SpiResponseToServiceAndErrorTypeMapper.mapToErrorType(SpiResponseStatus spiResponseStatus,
ServiceType serviceType) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ErrorBuildingService.buildErrorType() |
Copyright © 2019. All rights reserved.