| Modifier and Type | Field and Description |
|---|---|
protected StandardResponse.DetailedErrorCode |
StandardResponse.ErrorResponse.detailedErrorCode
|
| Modifier and Type | Method and Description |
|---|---|
StandardResponse.DetailedErrorCode |
StandardResponse.ErrorResponse.getDetailedErrorCode() |
static StandardResponse.DetailedErrorCode |
StandardResponse.DetailedErrorCode.typeOf(int code)
Returns the
StandardResponse.DetailedErrorCode that corresponds to the
specified integer code, or null if nothing corresponds. |
static StandardResponse.DetailedErrorCode |
StandardResponse.DetailedErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardResponse.DetailedErrorCode[] |
StandardResponse.DetailedErrorCode.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.