StorageErrorCode
@available(iOS 13, tvOS 13, macOS 10.15, watchOS 7, *)
@objc(FIRStorageErrorCode)
public enum StorageErrorCode : Int, Swift.ErrorAdds 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).
-
Undocumented
Declaration
Swift
case unknown = -13000 -
Undocumented
Declaration
Swift
case objectNotFound = -13010 -
Undocumented
Declaration
Swift
case bucketNotFound = -13011 -
Undocumented
Declaration
Swift
case projectNotFound = -13012 -
Undocumented
Declaration
Swift
case quotaExceeded = -13013 -
Undocumented
Declaration
Swift
case unauthenticated = -13020 -
Undocumented
Declaration
Swift
case unauthorized = -13021 -
Undocumented
Declaration
Swift
case retryLimitExceeded = -13030 -
Undocumented
Declaration
Swift
case nonMatchingChecksum = -13031 -
Undocumented
Declaration
Swift
case downloadSizeExceeded = -13032 -
Undocumented
Declaration
Swift
case cancelled = -13040 -
Undocumented
Declaration
Swift
case invalidArgument = -13050 -
Undocumented
Declaration
Swift
case bucketMismatch = -13051 -
Undocumented
Declaration
Swift
case internalError = -13052 -
Undocumented
Declaration
Swift
case pathError = -13053