BulkWriterError extension type
The error thrown when a BulkWriter operation fails.
- on
- Implemented types
- Available extensions
Properties
- code ↔ int
-
The status code of the error.
getter/setter pair
- documentRef → DocumentReference
-
The document reference the operation was performed on.
no setter
- failedAttempts → int
-
How many times this operation has been attempted unsuccessfully.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The error message of the error.
no setteroverride
- name → String
-
The name of the error
no setterinherited
- operationType → String
-
The type of operation performed.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stack → String?
-
The stack trace if available
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