Represents an Exception resulting from an operation on a StorageReference.
| @interface | StorageException.ErrorCode | An StorageException.ErrorCode indicates the source of a failed StorageTask or operation. |
|
| static StorageException |
fromErrorStatus(Status status)
|
| static StorageException |
fromException(Throwable exception)
|
| static StorageException |
fromExceptionAndHttpCode(Throwable exception, int httpResultCode)
|
| synchronized Throwable |
getCause()
Returns the cause of this
Throwable, or null if there is no cause. |
| int | |
| int | |
| boolean |
| exception | |
|---|---|
| httpResultCode |
Returns the cause of this Throwable, or null if there is no cause.