class Ketchup::ErrorResponse
- Ketchup::ErrorResponse
- Ketchup::Response
- Reference
- Object
Defined in:
ketchup/error_response.crConstructors
- .new(id : Float64 | Nil | Int64 | Nil | Int32 | Nil | String | Nil, error_code, error_message, error_data = nil)
- .new(error : Ketchup::Error)
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)
#