FirebaseStorage Framework Reference

Enumerations

The following enumerations are available globally.

  • Undocumented

    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

    @objc(FIRStorageErrorCode)
    public enum StorageErrorCode : Int, Swift.Error
  • Undocumented

    Declaration

    Swift

    public enum StorageError : Error