class Granite::ConversionError

Defined in:

granite/error.cr

Instance methods inherited from class Granite::Error

field : JSON::Any | String | Symbol field, field=(field : JSON::Any | String | Symbol) field=, message : String? message, message=(message : Nil | String) message=, to_json(builder : JSON::Builder) to_json, to_s(io) to_s

Constructor methods inherited from class Granite::Error

new(field : String | Symbol | JSON::Any, message : String | Nil = "") new