ECRErrorType
public enum ECRErrorType : AWSErrorType
extension ECRErrorType : CustomStringConvertible
Error enum for ECR
-
Undocumented
Declaration
Swift
case emptyUploadException(message: String?)
-
Undocumented
Declaration
Swift
case imageAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case imageDigestDoesNotMatchException(message: String?)
-
Undocumented
Declaration
Swift
case imageNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case imageTagAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLayerException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLayerPartException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTagParameterException(message: String?)
-
Undocumented
Declaration
Swift
case kmsException(message: String?)
-
Undocumented
Declaration
Swift
case layerAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case layerInaccessibleException(message: String?)
-
Undocumented
Declaration
Swift
case layerPartTooSmallException(message: String?)
-
Undocumented
Declaration
Swift
case layersNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case lifecyclePolicyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case lifecyclePolicyPreviewInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case lifecyclePolicyPreviewNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case referencedImagesNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case repositoryAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case repositoryNotEmptyException(message: String?)
-
Undocumented
Declaration
Swift
case repositoryNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case repositoryPolicyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case scanNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serverException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedImageTypeException(message: String?)
-
Undocumented
Declaration
Swift
case uploadNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }