CodeStarErrorType
public enum CodeStarErrorType : AWSErrorType
extension CodeStarErrorType : CustomStringConvertible
Error enum for CodeStar
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidServiceRoleException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case projectAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case projectConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case projectCreationFailedException(message: String?)
-
Undocumented
Declaration
Swift
case projectNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case teamMemberAlreadyAssociatedException(message: String?)
-
Undocumented
Declaration
Swift
case teamMemberNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case userProfileAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case userProfileNotFoundException(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 }