1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package resourcegroupstaggingapi
const (
// ErrCodeInternalServiceException for service response error code
// "InternalServiceException".
//
// The request processing failed because of an unknown error, exception, or
// failure. You can retry the request.
ErrCodeInternalServiceException = "InternalServiceException"
// ErrCodeInvalidParameterException for service response error code
// "InvalidParameterException".
//
// A parameter is missing or a malformed string or invalid or out-of-range value
// was supplied for the request parameter.
ErrCodeInvalidParameterException = "InvalidParameterException"
// ErrCodePaginationTokenExpiredException for service response error code
// "PaginationTokenExpiredException".
//
// A PaginationToken is valid for a maximum of 15 minutes. Your request was
// denied because the specified PaginationToken has expired.
ErrCodePaginationTokenExpiredException = "PaginationTokenExpiredException"
// ErrCodeThrottledException for service response error code
// "ThrottledException".
//
// The request was denied to limit the frequency of submitted requests.
ErrCodeThrottledException = "ThrottledException"
)
|