MediaStoreErrorType
public enum MediaStoreErrorType : AWSErrorType
extension MediaStoreErrorType : CustomStringConvertible
Error enum for MediaStore
-
Undocumented
Declaration
Swift
case containerInUseException(message: String?)
-
Undocumented
Declaration
Swift
case containerNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case corsPolicyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerError(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case policyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }