HasuraRequestError class Null safety
- Inheritance
-
- Object
- HasuraError
- HasuraRequestError
Constructors
- HasuraRequestError(String message, Extensions? extensions, {Exception? exception, required Request request})
-
const
- HasuraRequestError.fromException(String message, Exception? _exception, {required Request request})
-
factory
- HasuraRequestError.fromJson(Map json, {required Request request})
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited