class GraphQL::Error
- GraphQL::Error
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
graphql/error.crConstructors
- .new(message : String, path : String)
- .new(message : String, path : Array(String | Int32))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #message : String
- #message=(message : String)
- #path : Array(String | Int32)
- #path=(path : Array(String | Int32))
- #with_path(path : String | Int32)