class Halite::Exception::APIError
- Halite::Exception::APIError
- Halite::Exception::ResponseError
- Halite::Exception::Error
- Exception
- Reference
- Object
Overview
Generic API error
Direct Known Subclasses
Defined in:
halite/error.crConstructors
Instance Method Summary
Constructor Detail
def self.new(message : String | Nil = nil, status_code : Int32 | Nil = nil, uri : URI | Nil = nil)
#