class Amber::Schema::COSE::Error

Defined in:

amber/schema/cose.cr

Constructors

Instance methods inherited from class Amber::Schema::RequestParseError

http_status : Int32 http_status

Constructor methods inherited from class Amber::Schema::RequestParseError

new(message : String, code : String = "invalid_request_body", http_status : Int32 = 400) new

Instance methods inherited from class Amber::Schema::Error

code : String code, details : Hash(String, JSON::Any) | Nil details, field : String field, to_h to_h

Constructor methods inherited from class Amber::Schema::Error

new(field : String, message : String, code : String, details : Hash(String, JSON::Any) | Nil = nil) new

Constructor Detail

def self.new(message = "Encrypted request authentication failed", code = "invalid_cose") #

[View source]