GraphqlExceptionsManager class

Constructors

GraphqlExceptionsManager(Object request, QueryResult<Object?>? result, Map<String, dynamic> variables)

Properties

hashCode int
The hash code for this object.
no setterinherited
request Object
getter/setter pair
result ↔ QueryResult<Object?>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variables Map<String, dynamic>
getter/setter pair

Methods

manage() → void
Determine exception to rethrow
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printOutError() → void
Print error output
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited