Package | com.tuarua.firebase.storage |
Class | public final class StorageErrorCode |
Inheritance | StorageErrorCode ![]() |
Constant | Defined By | ||
---|---|---|---|
BUCKET_NOT_FOUND : int = -13011 [static] | StorageErrorCode | ||
CANCELED : int = -13040 [static] | StorageErrorCode | ||
INVALID_CHECKSUM : int = -13031 [static] | StorageErrorCode | ||
NOT_AUTHENTICATED : int = -13020 [static] | StorageErrorCode | ||
NOT_AUTHORIZED : int = -13021 [static] | StorageErrorCode | ||
OBJECT_NOT_FOUND : int = -13010 [static] | StorageErrorCode | ||
PROJECT_NOT_FOUND : int = -13012 [static] | StorageErrorCode | ||
QUOTA_EXCEEDED : int = -13013 [static] | StorageErrorCode | ||
RETRY_LIMIT_EXCEEDED : int = -13030 [static] | StorageErrorCode | ||
UNKNOWN : int = -13000 [static] | StorageErrorCode |
BUCKET_NOT_FOUND | Constant |
public static const BUCKET_NOT_FOUND:int = -13011
CANCELED | Constant |
public static const CANCELED:int = -13040
INVALID_CHECKSUM | Constant |
public static const INVALID_CHECKSUM:int = -13031
NOT_AUTHENTICATED | Constant |
public static const NOT_AUTHENTICATED:int = -13020
NOT_AUTHORIZED | Constant |
public static const NOT_AUTHORIZED:int = -13021
OBJECT_NOT_FOUND | Constant |
public static const OBJECT_NOT_FOUND:int = -13010
PROJECT_NOT_FOUND | Constant |
public static const PROJECT_NOT_FOUND:int = -13012
QUOTA_EXCEEDED | Constant |
public static const QUOTA_EXCEEDED:int = -13013
RETRY_LIMIT_EXCEEDED | Constant |
public static const RETRY_LIMIT_EXCEEDED:int = -13030
UNKNOWN | Constant |
public static const UNKNOWN:int = -13000