| Modifier and Type | Field and Description |
|---|---|
protected StandardResponse.ErrorType |
StandardResponse.ErrorResponse.type
|
| Modifier and Type | Method and Description |
|---|---|
StandardResponse.ErrorType |
StandardResponse.ErrorResponse.getType() |
static StandardResponse.ErrorType |
StandardResponse.ErrorType.typeOf(String errorType)
Parses the specified string and returns the corresponding
StandardResponse.ErrorType, or null if no match could be found. |
static StandardResponse.ErrorType |
StandardResponse.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardResponse.ErrorType[] |
StandardResponse.ErrorType.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.