MediaConnectErrorType
public enum MediaConnectErrorType : AWSErrorType
extension MediaConnectErrorType : CustomStringConvertible
Error enum for MediaConnect
-
Undocumented
Declaration
Swift
case addFlowOutputs420Exception(message: String?)
-
Undocumented
Declaration
Swift
case badRequestException(message: String?)
-
Undocumented
Declaration
Swift
case createFlow420Exception(message: String?)
-
Undocumented
Declaration
Swift
case forbiddenException(message: String?)
-
Undocumented
Declaration
Swift
case grantFlowEntitlements420Exception(message: String?)
-
Undocumented
Declaration
Swift
case internalServerErrorException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }