github.com/aavshr/aws-sdk-go@v1.41.3/service/cloudsearch/errors.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 package cloudsearch 4 5 const ( 6 7 // ErrCodeBaseException for service response error code 8 // "BaseException". 9 // 10 // An error occurred while processing the request. 11 ErrCodeBaseException = "BaseException" 12 13 // ErrCodeDisabledOperationException for service response error code 14 // "DisabledAction". 15 // 16 // The request was rejected because it attempted an operation which is not enabled. 17 ErrCodeDisabledOperationException = "DisabledAction" 18 19 // ErrCodeInternalException for service response error code 20 // "InternalException". 21 // 22 // An internal error occurred while processing the request. If this problem 23 // persists, report an issue from the Service Health Dashboard (http://status.aws.amazon.com/). 24 ErrCodeInternalException = "InternalException" 25 26 // ErrCodeInvalidTypeException for service response error code 27 // "InvalidType". 28 // 29 // The request was rejected because it specified an invalid type definition. 30 ErrCodeInvalidTypeException = "InvalidType" 31 32 // ErrCodeLimitExceededException for service response error code 33 // "LimitExceeded". 34 // 35 // The request was rejected because a resource limit has already been met. 36 ErrCodeLimitExceededException = "LimitExceeded" 37 38 // ErrCodeResourceAlreadyExistsException for service response error code 39 // "ResourceAlreadyExists". 40 // 41 // The request was rejected because it attempted to create a resource that already 42 // exists. 43 ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExists" 44 45 // ErrCodeResourceNotFoundException for service response error code 46 // "ResourceNotFound". 47 // 48 // The request was rejected because it attempted to reference a resource that 49 // does not exist. 50 ErrCodeResourceNotFoundException = "ResourceNotFound" 51 52 // ErrCodeValidationException for service response error code 53 // "ValidationException". 54 // 55 // The request was rejected because it has invalid parameters. 56 ErrCodeValidationException = "ValidationException" 57 )