MediaStoreDataErrorType
public enum MediaStoreDataErrorType : AWSErrorType
extension MediaStoreDataErrorType : CustomStringConvertible
Error enum for MediaStoreData
-
Undocumented
Declaration
Swift
case containerNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerError(message: String?)
-
Undocumented
Declaration
Swift
case objectNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case requestedRangeNotSatisfiableException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }