mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-10 07:00:08 +00:00
37 lines
1.2 KiB
Go
37 lines
1.2 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package pricing
|
|
|
|
const (
|
|
|
|
// ErrCodeExpiredNextTokenException for service response error code
|
|
// "ExpiredNextTokenException".
|
|
//
|
|
// The pagination token expired. Try again without a pagination token.
|
|
ErrCodeExpiredNextTokenException = "ExpiredNextTokenException"
|
|
|
|
// ErrCodeInternalErrorException for service response error code
|
|
// "InternalErrorException".
|
|
//
|
|
// An error on the server occurred during the processing of your request. Try
|
|
// again later.
|
|
ErrCodeInternalErrorException = "InternalErrorException"
|
|
|
|
// ErrCodeInvalidNextTokenException for service response error code
|
|
// "InvalidNextTokenException".
|
|
//
|
|
// The pagination token is invalid. Try again without a pagination token.
|
|
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
|
|
|
|
// ErrCodeInvalidParameterException for service response error code
|
|
// "InvalidParameterException".
|
|
//
|
|
// One or more parameters had an invalid value.
|
|
ErrCodeInvalidParameterException = "InvalidParameterException"
|
|
|
|
// ErrCodeNotFoundException for service response error code
|
|
// "NotFoundException".
|
|
//
|
|
// The requested resource can't be found.
|
|
ErrCodeNotFoundException = "NotFoundException"
|
|
)
|