FirebaseStorage Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
Enumerations
The following enumerations are available globally.
-
Declaration
Swift
@objc(FIRStorageTaskStatus)
public enum StorageTaskStatus : Int
-
Adds wrappers for common Firebase Storage errors (including creating errors from GCS errors).
For more information on unwrapping GCS errors, see the GCS errors docs:
https://cloud.google.com/storage/docs/json_api/v1/status-codes
This is never publicly exposed to end developers (as they will simply see an NSError).
Declaration
Swift
@available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)
@objc(FIRStorageErrorCode)
public enum StorageErrorCode : Int, Swift.Error
-
Declaration
Swift
@available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)
public enum StorageError : Error, CustomNSError
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-30 UTC.
[null,null,["Last updated 2024-07-30 UTC."],[],[],null,["# FirebaseStorage Framework Reference\n\nEnumerations\n============\n\nThe following enumerations are available globally.\n- `\n ``\n ``\n `\n\n ### [StorageTaskStatus](/docs/reference/swift/firebasestorage/api/reference/Enums/StorageTaskStatus)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n @objc(FIRStorageTaskStatus)\n public enum StorageTaskStatus : Int\n\n- `\n ``\n ``\n `\n\n ### [StorageErrorCode](/docs/reference/swift/firebasestorage/api/reference/Enums/StorageErrorCode)\n\n `\n ` \n Adds wrappers for common Firebase Storage errors (including creating errors from GCS errors).\n For more information on unwrapping GCS errors, see the GCS errors docs:\n \u003chttps://cloud.google.com/storage/docs/json_api/v1/status-codes\u003e\n This is never publicly exposed to end developers (as they will simply see an NSError). \n\n #### Declaration\n\n Swift \n\n @available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)\n @objc(FIRStorageErrorCode)\n public enum StorageErrorCode : Int, Swift.Error\n\n- `\n ``\n ``\n `\n\n ### [StorageError](/docs/reference/swift/firebasestorage/api/reference/Enums/StorageError)\n\n `\n ` \n Firebase Storage errors \n\n #### Declaration\n\n Swift \n\n @available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)\n public enum StorageError : Error, CustomNSError"]]