Status

enum Status

Status of the request

Entries

Link copied to clipboard

Request was successful

Link copied to clipboard

Some generic error happened

Link copied to clipboard

Failed due to out of memory

Link copied to clipboard

Failed due to bad parameter

Link copied to clipboard

Failed due to bad state

Link copied to clipboard

Failed due to out of resource

Link copied to clipboard

Failed because this is not yet supported

Link copied to clipboard

Failed because this feature/resource is not found

Link copied to clipboard

Failed because the callee is not authorized

Link copied to clipboard

Failed due to out of range

Link copied to clipboard

Failed because the requested resource cant be found

Link copied to clipboard

Failed because it already exist

Link copied to clipboard

Failed due to timeout

Link copied to clipboard

Failed due to lockout

Functions

Link copied to clipboard
open fun valueOf(name: String): ResponseStatus.Status
Link copied to clipboard
open fun values(): Array<ResponseStatus.Status>