FirebaseStorage Framework Reference

Enumerations

The following enumerations are available globally.

  • 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-codesThis is never publicly exposed to end developers (as they will simply see an NSError).

    Declaration

    Objective-C

    enumFIRStorageErrorCode:NSInteger{}
  • Undocumented

    Declaration

    Objective-C

    SWIFT_ENUM_NAMED(NSInteger,FIRStorageTaskStatus,"StorageTaskStatus",open){FIRStorageTaskStatusUnknown=0,FIRStorageTaskStatusResume=1,FIRStorageTaskStatusProgress=2,FIRStorageTaskStatusPause=3,FIRStorageTaskStatusSuccess=4,FIRStorageTaskStatusFailure=5,}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-10-10 UTC.