class Ketchup::ErrorResponse

Defined in:

ketchup/error_response.cr

Constructors

Instance Method Summary

Instance methods inherited from class Ketchup::Response

error : Error | Nil error, id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil id, result result, success? success?, to_json to_json

Constructor methods inherited from class Ketchup::Response

new(id : Float64 | Int32 | Int64 | String | Nil) new

Constructor Detail

def self.new(id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil, error_code, error_message, error_data = nil) #

[View source]
def self.new(error : Ketchup::Error) #

[View source]

Instance Method Detail

def error : Ketchup::Error #

[View source]