TurboFirestoreNotFoundException class final
Exception thrown when a document is not found.
- Inheritance
-
- Object
- TurboFirestoreException
- TurboFirestoreNotFoundException
Constructors
- TurboFirestoreNotFoundException.new({required String message, String? path, StackTrace? stackTrace, required FirebaseException originalException})
-
Creates a new not found exception.
const
Properties
- code → String
-
The error code.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The error message.
finalinherited
- originalException → FirebaseException
-
The original Firebase exception.
final
- path → String?
-
The Firestore path where the error occurred, if applicable.
finalinherited
- query → String?
-
The query that caused the error, if applicable.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The stack trace where the error occurred.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited