AppflowErrorType
public enum AppflowErrorType : AWSErrorType
extension AppflowErrorType : CustomStringConvertible
Error enum for Appflow
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case connectorAuthenticationException(message: String?)
-
Undocumented
Declaration
Swift
case connectorServerException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceQuotaExceededException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedOperationException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }