static @NotNull ResponseErrorType |
ResponseErrorType.getByNumber(int errorCode) |
Get the enum constant by the known error code.
|
default @NotNull ResponseErrorType |
ErrorResponse.getErrorType() |
Try to find known error type for returned error code.
|
static ResponseErrorType |
ResponseErrorType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ResponseErrorType[] |
ResponseErrorType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|