class Ketchup::Error
- Ketchup::Error
- Exception
- Reference
- Object
Direct Known Subclasses
- Ketchup::InvalidParamsError
- Ketchup::Request::InvalidRequestError
- Ketchup::Request::ParseError
- Ketchup::Request::UnknownMethodError
Defined in:
ketchup/error.crConstructors
Instance Method Summary
- #code : Int32
- #data : String?
- #id : Float64 | Int32 | Int64 | String | Nil
- #message : String?
- #to_json(io)
Constructor Detail
def self.new(id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil, code : Int32, message : String, data : String | Nil = nil)
#