FirebaseStorage Framework Reference

StorageError

@available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)
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 }