FirebaseStorage Framework Reference

StorageError

public enum StorageError : Error, CustomNSError

Firebase Storage errors

  • Default domain of the error.

    Declaration

    Swift

    public static var errorDomain: String { get }
  • The error code within the given domain.

    Declaration

    Swift

    public var errorCode: Int { get }
  • The default user-info dictionary.

    Declaration

    Swift

    public var errorUserInfo: [String : Any] { get }