GraphqlErrorExtensions class

GraphqlErrorExtensions contains additional information of GraphqlError.

Constructors

GraphqlErrorExtensions({String? code, String? debugDetails, String? file, String? warningLevel, List<Workaround>? workarounds})
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warningLevel String?
Warning level describes the severity and required action to suppress this warning when Firebase CLI run into it. Possible string values are:
getter/setter pair
workarounds List<Workaround>?
Workarounds provide suggestions to address the compile errors or warnings.
getter/setter pair

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