Firebase. Storage. StorageException
Represents an Exception resulting from an operation on a StorageReference
Summary
Inheritance
Inherits from: Exception
Public attributes |
|||
---|---|---|---|
ErrorBucketNotFound = -13011
|
const int
Returns
|
|
The specified bucket could not be found on the server.
|
ErrorCanceled = -13040
|
const int
Returns
|
|
The operation was canceled from the client.
|
ErrorInvalidChecksum = -13031
|
const int
Returns
|
|
There was an error validating the operation due to a checksum failure.
|
ErrorNotAuthenticated = -13020
|
const int
Returns
|
|
The given signin credentials are not valid.
|
ErrorNotAuthorized = -13021
|
const int
Returns
|
|
The given signin credentials are not allowed to perform this operation.
|
ErrorObjectNotFound = -13010
|
const int
Returns
|
|
The specified object could not be found on the server.
|
ErrorProjectNotFound = -13012
|
const int
Returns
|
|
The specified project could not be found on the server.
|
ErrorQuotaExceeded = -13013
|
const int
Returns
|
|
Free Tier quota has been exceeded.
|
ErrorRetryLimitExceeded = -13030
|
const int
Returns
|
|
The retry timeout was exceeded.
|
ErrorUnknown = -13000
|
const int
Returns
|
|
An unknown error has occurred.
|
Properties |
|||
---|---|---|---|
ErrorCode
|
int
Returns
|
|
A code that indicates the type of error that occurred.
|
HttpResultCode
|
int
Returns
|
|
the Http result code (if one exists) from a network operation.
|
IsRecoverableException
|
bool
Returns
|
|
True if this request failed due to a network condition that may be resolved in a future attempt.
|
Public attributes
ErrorBucketNotFound
const int ErrorBucketNotFound = -13011
Details | |
---|---|
Returns |
The specified bucket could not be found on the server.
|
ErrorCanceled
const int ErrorCanceled = -13040
Details | |
---|---|
Returns |
The operation was canceled from the client.
|
ErrorInvalidChecksum
const int ErrorInvalidChecksum = -13031
Details | |
---|---|
Returns |
There was an error validating the operation due to a checksum failure.
|
ErrorNotAuthenticated
const int ErrorNotAuthenticated = -13020
Details | |
---|---|
Returns |
The given signin credentials are not valid.
|
ErrorNotAuthorized
const int ErrorNotAuthorized = -13021
Details | |
---|---|
Returns |
The given signin credentials are not allowed to perform this operation.
|
ErrorObjectNotFound
const int ErrorObjectNotFound = -13010
Details | |
---|---|
Returns |
The specified object could not be found on the server.
|
ErrorProjectNotFound
const int ErrorProjectNotFound = -13012
Details | |
---|---|
Returns |
The specified project could not be found on the server.
|
ErrorQuotaExceeded
const int ErrorQuotaExceeded = -13013
Details | |
---|---|
Returns |
Free Tier quota has been exceeded.
|
Change your pricing plan to avoid this error.
ErrorRetryLimitExceeded
const int ErrorRetryLimitExceeded = -13030
Details | |
---|---|
Returns |
The retry timeout was exceeded.
|
Check your network connection or increase the value of one of FirebaseStorage.MaxDownloadRetryTimeFirebaseStorage.MaxUploadRetryTime or FirebaseStorage.MaxOperationRetryTime
ErrorUnknown
const int ErrorUnknown = -13000
Details | |
---|---|
Returns |
An unknown error has occurred.
|
See the inner exception or StorageException.HttpResultCode for more information.
Properties
ErrorCode
int ErrorCode
Details | |
---|---|
Returns |
A code that indicates the type of error that occurred.
|
This value will be one of the set of constants defined on StorageException.
HttpResultCode
int HttpResultCode
Details | |
---|---|
Returns |
the Http result code (if one exists) from a network operation.
|
IsRecoverableException
bool IsRecoverableException
Details | |
---|---|
Returns |
True if this request failed due to a network condition that may be resolved in a future attempt.
|