struct ValidationError
- ValidationError
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
crystal-mistral/error_types.crConstructors
Instance Method Summary
- #code : String | Nil
- #code=(code : String | Nil)
- #message : ValidationDetails
- #message=(message : ValidationDetails)
- #object : String
- #object=(object : String)
- #param : String | Nil
- #param=(param : String | Nil)
- #type : String
- #type=(type : String)