public ErrorStatus
This interface is implemented by all enums which represent OCast error statuses.
An enum class which implements this interface MUST have an UNKNOWN_ERROR
value.
Modifier and Type | Interface and Description |
---|---|
static class |
ErrorStatus.Companion
The companion object.
|
Modifier and Type | Field and Description |
---|---|
static ErrorStatus.Companion |
Companion
The companion object.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
The status code.
|
static ErrorStatus.Companion Companion
The companion object.