SignedUrlFailure class final
A failed SignedUrlResult: the path could not be signed (e.g. the file does not exist).
- Inheritance
-
- Object
- SignedUrlResult
- SignedUrlFailure
Constructors
- SignedUrlFailure({required String path, required String error})
-
const
Properties
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