class GraphQL::Error

Included Modules

Defined in:

graphql/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, path : String) #

def self.new(message : String, path : Array(String | Int32)) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def message : String #

def message=(message : String) #

def path : Array(String | Int32) #

def path=(path : Array(String | Int32)) #

def with_path(path : String | Int32) #