class Amazonite::Core::RequestEntityTooLarge

Defined in:

core/response_exception.cr

Constructors

Instance methods inherited from class Amazonite::Core::ResponseException

code : String? code, http : HTTP::Client::Response http

Constructor methods inherited from class Amazonite::Core::ResponseException

new(http : HTTP::Client::Response, message : String | Nil = nil, code : String | Nil = nil) new

Constructor Detail

def self.new(http : HTTP::Client::Response, message : String | Nil = nil, code : String | Nil = nil) #

[View source]