| Package | com.myflashlab.air.extensions.firebase.storage |
| Class | public class StorageExceptions |
| Inheritance | StorageExceptions Object |
| Constant | Defined By | ||
|---|---|---|---|
| BUCKET_NOT_FOUND : int = -13011 [static] Reason: No bucket is configured for Firebase Storage | StorageExceptions | ||
| CANCELED : int = -13040 [static] Reason: User canceled the operation. | StorageExceptions | ||
| DOWNLOAD_SIZE_EXCEEDED : int = -13032 [static] | StorageExceptions | ||
| INVALID_CHECKSUM : int = -13031 [static] Reason: File on the client does not match the checksum of the file recieved by the server. | StorageExceptions | ||
| INVALID_EVENT_NAME : int = -130000 [static] Reason: Invalid event name provided. | StorageExceptions | ||
| INVALID_URL : int = -130000 [static] Reason: Invalid URL provided to refFromURL(). | StorageExceptions | ||
| NOT_AUTHENTICATED : int = -13020 [static] Reason: User is unauthenticated, please authenticate and try again. | StorageExceptions | ||
| NOT_AUTHORIZED : int = -13021 [static] Reason: User is not authorized to perform the desired action, check your rules to ensure they are correct. | StorageExceptions | ||
| OBJECT_NOT_FOUND : int = -13010 [static] Reason: No object exists at the desired reference. | StorageExceptions | ||
| PROJECT_NOT_FOUND : int = -13012 [static] Reason: No project is configured for Firebase Storage | StorageExceptions | ||
| QUOTA_EXCEEDED : int = -13013 [static] Reason: Quota on your Firebase Storage bucket has been exceeded. | StorageExceptions | ||
| RETRY_LIMIT_EXCEEDED : int = -13030 [static] Reason: The maximum time limit on an operation (upload, download, delete, etc.) has been excceded. | StorageExceptions | ||
| UNKNOWN : int = -13000 [static] Reason: An unknown error occurred. | StorageExceptions | ||
| BUCKET_NOT_FOUND | Constant |
public static const BUCKET_NOT_FOUND:int = -13011Reason: No bucket is configured for Firebase Storage
| CANCELED | Constant |
public static const CANCELED:int = -13040Reason: User canceled the operation.
| DOWNLOAD_SIZE_EXCEEDED | Constant |
public static const DOWNLOAD_SIZE_EXCEEDED:int = -13032| INVALID_CHECKSUM | Constant |
public static const INVALID_CHECKSUM:int = -13031Reason: File on the client does not match the checksum of the file recieved by the server. Try uploading again.
| INVALID_EVENT_NAME | Constant |
public static const INVALID_EVENT_NAME:int = -130000Reason: Invalid event name provided. Must be "state_changed"
| INVALID_URL | Constant |
public static const INVALID_URL:int = -130000Reason: Invalid URL provided to refFromURL().
| NOT_AUTHENTICATED | Constant |
public static const NOT_AUTHENTICATED:int = -13020Reason: User is unauthenticated, please authenticate and try again.
| NOT_AUTHORIZED | Constant |
public static const NOT_AUTHORIZED:int = -13021Reason: User is not authorized to perform the desired action, check your rules to ensure they are correct.
| OBJECT_NOT_FOUND | Constant |
public static const OBJECT_NOT_FOUND:int = -13010Reason: No object exists at the desired reference.
| PROJECT_NOT_FOUND | Constant |
public static const PROJECT_NOT_FOUND:int = -13012Reason: No project is configured for Firebase Storage
| QUOTA_EXCEEDED | Constant |
public static const QUOTA_EXCEEDED:int = -13013Reason: Quota on your Firebase Storage bucket has been exceeded. If you're on the free tier, upgrade to a paid plan. If you're on a paid plan, reach out to Firebase support.
| RETRY_LIMIT_EXCEEDED | Constant |
public static const RETRY_LIMIT_EXCEEDED:int = -13030Reason: The maximum time limit on an operation (upload, download, delete, etc.) has been excceded. Try again.
| UNKNOWN | Constant |
public static const UNKNOWN:int = -13000Reason: An unknown error occurred.