mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 08:52:44 +00:00
9c6e3c89a5
* fix js scoping issue * add external libraries (they were offline too often) * new compiled scripts and css * new fixes in the binary * vendor update * change js source * remove needless variable * removed more needless variables
34 lines
1.2 KiB
Go
34 lines
1.2 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package apigatewayv2
|
|
|
|
const (
|
|
|
|
// ErrCodeBadRequestException for service response error code
|
|
// "BadRequestException".
|
|
//
|
|
// The request is not valid, for example, the input is incomplete or incorrect.
|
|
// See the accompanying error message for details.
|
|
ErrCodeBadRequestException = "BadRequestException"
|
|
|
|
// ErrCodeConflictException for service response error code
|
|
// "ConflictException".
|
|
//
|
|
// The requested operation would cause a conflict with the current state of
|
|
// a service resource associated with the request. Resolve the conflict before
|
|
// retrying this request. See the accompanying error message for details.
|
|
ErrCodeConflictException = "ConflictException"
|
|
|
|
// ErrCodeNotFoundException for service response error code
|
|
// "NotFoundException".
|
|
//
|
|
// The resource specified in the request was not found. See the message field
|
|
// for more information.
|
|
ErrCodeNotFoundException = "NotFoundException"
|
|
|
|
// ErrCodeTooManyRequestsException for service response error code
|
|
// "TooManyRequestsException".
|
|
//
|
|
// A limit has been exceeded. See the accompanying error message for details.
|
|
ErrCodeTooManyRequestsException = "TooManyRequestsException"
|
|
)
|