StorageLimitExceededException class
Exception for storage limit exceeded
- Inheritance
-
- Object
- StorageException
- StorageLimitExceededException
Constructors
- StorageLimitExceededException(String message, {int? requiredBytes, int? availableBytes, dynamic response})
Properties
- availableBytes → int?
-
Available bytes
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Error message
finalinherited
- requiredBytes → int?
-
Required bytes for upload
final
- response → dynamic
-
Response data
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int?
-
HTTP status code
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