class GraphqlRails::SystemError
base class which is returned in case something bad happens. Contains all error rendering tructure
Public Instance Methods
to_h()
click to toggle source
Calls superclass method
GraphqlRails::ExecutionError#to_h
# File lib/graphql_rails/errors/system_error.rb, line 6 def to_h super.except('locations') end
type()
click to toggle source
# File lib/graphql_rails/errors/system_error.rb, line 10 def type 'system_error' end