| Modifier and Type | Field and Description |
|---|---|
protected StandardResponse.ErrorReason |
StandardResponse.ErrorResponse.reason
|
| Modifier and Type | Method and Description |
|---|---|
StandardResponse.ErrorReason |
StandardResponse.ErrorResponse.getReason() |
static StandardResponse.ErrorReason |
StandardResponse.ErrorReason.typeOf(String errorReason)
Parses the specified string and returns the corresponding
StandardResponse.ErrorReason, or null if no match could be found. |
static StandardResponse.ErrorReason |
StandardResponse.ErrorReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardResponse.ErrorReason[] |
StandardResponse.ErrorReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ErrorResponse(Map<String,Object> customData,
StandardResponse.DetailedErrorCode detailedErrorCode,
Integer itemId,
StandardResponse.ErrorReason reason,
long requestId,
StandardResponse.ErrorType type)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.