GrpcStatus class abstract final

Status codes returned by Firestore's gRPC calls.

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

ABORTED → const int
aborted
ALREADY_EXISTS → const int
already exists
CANCELLED → const int
cancelled
DATA_LOSS → const int
data loss
DEADLINE_EXCEEDED → const int
deadline exceeded
FAILED_PRECONDITION → const int
failed precondition
INTERNAL → const int
internal
INVALID_ARGUMENT → const int
invalid argument
NOT_FOUND → const int
not found
OK → const int
ok
OUT_OF_RANGE → const int
out of range
PERMISSION_DENIED → const int
permission denied
RESOURCE_EXHAUSTED → const int
resource exhausted
UNAUTHENTICATED → const int
unauthenticated
UNAVAILABLE → const int
unavailable
UNIMPLEMENTED → const int
unimplemented
UNKNOWN → const int
unknown