| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ErrorHolder.getErrorType() |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHolder.ErrorHolderBuilder |
ErrorHolder.builder(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 |
|---|---|
static Optional<ErrorType> |
ErrorType.getByServiceTypeAndErrorCode(ServiceType serviceType,
int errorCode) |
| 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 |
|---|---|
protected @NotNull ErrorType |
AisAuthorisationStatusValidator.getErrorType() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract @NotNull ErrorType |
AuthorisationStatusValidator.getErrorType() |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull ErrorType |
PisAuthorisationStatusValidator.getErrorType() |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
ErrorBuildingService.buildErrorType() |
Copyright © 2020. All rights reserved.