Refresh

This website rubydoc.info/gems/json_schemer/JSONSchemer%2FDraft202012%2FVocab%2FValidation%2FMaxLength:error is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Method: JSONSchemer::Draft202012::Vocab::Validation::MaxLength#error

Defined in:
lib/json_schemer/draft202012/vocab/validation.rb

#error(formatted_instance_location:) ⇒ Object


136
137
138
# File 'lib/json_schemer/draft202012/vocab/validation.rb', line 136

def error(formatted_instance_location:, **)
  "string length at #{formatted_instance_location} is greater than: #{value}"
end