enum CrystaLXD::Error::Code

Defined in:

error.cr

Enum Members

Failure = 400
Cancelled = 401
Forbidden = 403
NotFound = 404
Conflict = 409
PreconditionFailed = 412
InternalServerError = 500

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json_object_key?(key : String) #

[View source]

Instance Method Detail

def cancelled? #

[View source]
def conflict? #

[View source]
def failure? #

[View source]
def forbidden? #

[View source]
def internal_server_error? #

[View source]
def not_found? #

[View source]
def precondition_failed? #

[View source]
def to_json_object_key : String #

[View source]