Firebase.
Represents an Exception resulting from an operation on a StorageReference
Summary
Inheritance
Inherits from: Exception| Public attributes | |||
|---|---|---|---|
| ErrorBucketNotFound = -13011 | const intReturns |  | The specified bucket could not be found on the server. | 
| ErrorCanceled = -13040 | const intReturns |  | The operation was canceled from the client. | 
| ErrorInvalidChecksum = -13031 | const intReturns |  | There was an error validating the operation due to a checksum failure. | 
| ErrorNotAuthenticated = -13020 | const intReturns |  | The given signin credentials are not valid. | 
| ErrorNotAuthorized = -13021 | const intReturns |  | The given signin credentials are not allowed to perform this operation. | 
| ErrorObjectNotFound = -13010 | const intReturns |  | The specified object could not be found on the server. | 
| ErrorProjectNotFound = -13012 | const intReturns |  | The specified project could not be found on the server. | 
| ErrorQuotaExceeded = -13013 | const intReturns |  | Free Tier quota has been exceeded.  | 
| ErrorRetryLimitExceeded = -13030 | const intReturns |  | The retry timeout was exceeded.  | 
| ErrorUnknown = -13000 | const intReturns |  | An unknown error has occurred.  | 
| Properties | |||
|---|---|---|---|
| ErrorCode | intReturns |  | A code that indicates the type of error that occurred.  | 
| HttpResultCode | intReturns |  | the Http result code (if one exists) from a network operation. | 
| IsRecoverableException | boolReturns |  | 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.  |