GraphqlErrorExtensions class
GraphqlErrorExtensions contains additional information of GraphqlError
.
Constructors
- GraphqlErrorExtensions.new({String? code, String? debugDetails, String? file, String? resource})
- GraphqlErrorExtensions.fromJson(Map json_)
Properties
- code ↔ String?
-
Maps to canonical gRPC codes.
getter/setter pair
- debugDetails ↔ String?
-
More detailed error message to assist debugging.
getter/setter pair
- file ↔ String?
-
The source file name where the error occurred.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ String?
-
Distinguish which schema or connector the error originates from.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited