FirebaseStorage Framework Reference

StorageError

@available(iOS13,tvOS13,macOS10.15,watchOS7,*)publicenumStorageError:Error,CustomNSError

Firebase Storage errors

  • Default domain of the error.

    Declaration

    Swift

    publicstaticvarerrorDomain:String{get}
  • The error code within the given domain.

    Declaration

    Swift

    publicvarerrorCode:Int{get}
  • The default user-info dictionary.

    Declaration

    Swift

    publicvarerrorUserInfo:[String:Any]{get}

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 2024-07-30 UTC.