Also: Google Play
services
public class StorageException extends FirebaseException
Represents an Exception resulting from an operation on a StorageReference
.
Nested Class Summary
@interface | StorageException.ErrorCode | An
StorageException.ErrorCode indicates the source of a failed StorageTask or
operation. |
Constant Summary
Public Method Summary
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 |