class Amber::Schema::InvalidFormatError

Defined in:

amber/schema/errors.cr

Constructors

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(field : String, format : String, value : String) #

[View source]