class

JoobQ::APIValidation::ValidationError

Inherits JSON::Serializable / Reference / Object

Validation error details

Constructors

new(field : String, message : String, value : JSON::Any | Nil = nil, code : String = "validation_error")
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

code
Source
field
Source
message
Source
value
Source