class GraphQL::Error

Included Modules

Defined in:

graphql/error.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(message, path : Array(String | Int32)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def message : String #

[View source]
def message=(message : String) #

[View source]
def path : Array(String | Int32) #

[View source]
def path=(path : Array(String | Int32)) #

[View source]
def with_path(path : String | Int32) #

[View source]