mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-15 01:12:44 +00:00
64 lines
2.2 KiB
Go
64 lines
2.2 KiB
Go
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||
|
|
||
|
package chime
|
||
|
|
||
|
const (
|
||
|
|
||
|
// ErrCodeBadRequestException for service response error code
|
||
|
// "BadRequestException".
|
||
|
//
|
||
|
// The input parameters don't match the service's restrictions.
|
||
|
ErrCodeBadRequestException = "BadRequestException"
|
||
|
|
||
|
// ErrCodeConflictException for service response error code
|
||
|
// "ConflictException".
|
||
|
//
|
||
|
// The request could not be processed because of conflict in the current state
|
||
|
// of the resource.
|
||
|
ErrCodeConflictException = "ConflictException"
|
||
|
|
||
|
// ErrCodeForbiddenException for service response error code
|
||
|
// "ForbiddenException".
|
||
|
//
|
||
|
// The client is permanently forbidden from making the request. For example,
|
||
|
// when a user tries to create an account from an unsupported region.
|
||
|
ErrCodeForbiddenException = "ForbiddenException"
|
||
|
|
||
|
// ErrCodeNotFoundException for service response error code
|
||
|
// "NotFoundException".
|
||
|
//
|
||
|
// One or more of the resources in the request does not exist in the system.
|
||
|
ErrCodeNotFoundException = "NotFoundException"
|
||
|
|
||
|
// ErrCodeServiceFailureException for service response error code
|
||
|
// "ServiceFailureException".
|
||
|
//
|
||
|
// The service encountered an unexpected error.
|
||
|
ErrCodeServiceFailureException = "ServiceFailureException"
|
||
|
|
||
|
// ErrCodeServiceUnavailableException for service response error code
|
||
|
// "ServiceUnavailableException".
|
||
|
//
|
||
|
// The service is currently unavailable.
|
||
|
ErrCodeServiceUnavailableException = "ServiceUnavailableException"
|
||
|
|
||
|
// ErrCodeThrottledClientException for service response error code
|
||
|
// "ThrottledClientException".
|
||
|
//
|
||
|
// The client exceeded its request rate limit.
|
||
|
ErrCodeThrottledClientException = "ThrottledClientException"
|
||
|
|
||
|
// ErrCodeUnauthorizedClientException for service response error code
|
||
|
// "UnauthorizedClientException".
|
||
|
//
|
||
|
// The client is not currently authorized to make the request.
|
||
|
ErrCodeUnauthorizedClientException = "UnauthorizedClientException"
|
||
|
|
||
|
// ErrCodeUnprocessableEntityException for service response error code
|
||
|
// "UnprocessableEntityException".
|
||
|
//
|
||
|
// The request was well-formed but was unable to be followed due to semantic
|
||
|
// errors.
|
||
|
ErrCodeUnprocessableEntityException = "UnprocessableEntityException"
|
||
|
)
|