class Halite::Exception::APIError

Overview

Generic API error

Direct Known Subclasses

Defined in:

halite/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String? = nil, status_code : Int32? = nil, uri : URI? = nil) #

Instance Method Detail

def status_code : Int32? #

def status_message : String? #

def uri : URI? #