class Ketchup::Error

Direct Known Subclasses

Defined in:

ketchup/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil, code : Int32, message : String, data : String | Nil = nil) #

[View source]

Instance Method Detail

def code : Int32 #

[View source]
def data : String? #

[View source]
def id : Float64 | Int32 | Int64 | String | Nil #

[View source]
def message : String? #

[View source]
def to_json(io) #

[View source]