Modifier and Type | Method | Description |
---|---|---|
Status.Code |
Status.getCode() |
The canonical status code.
|
static Status.Code |
Status.Code.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Status.Code[] |
Status.Code.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static Status |
Status.fromCode(Status.Code code) |
Return a
Status given a canonical error Status.Code object. |