class Amazonite::Core::ValidationException

Overview

Raised for a generic validation error not tied to a specific service-declared exception type.

Defined in:

core/response_exception.cr

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