class Dry::Types::SchemaError
def initialize(key, value, result)
-
result
(String, #to_s
) -- -
value
(Object
) -- -
key
(String, Symbol
) --
def initialize(key, value, result) @key = key @value = value super( "#{value.inspect} (#{value.class}) has invalid type " \ "for :#{key} violates constraints (#{result} failed)" ) end