mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 08:30:02 +00:00
18 lines
462 B
Go
18 lines
462 B
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package greengrass
|
|
|
|
const (
|
|
|
|
// ErrCodeBadRequestException for service response error code
|
|
// "BadRequestException".
|
|
//
|
|
// user error
|
|
ErrCodeBadRequestException = "BadRequestException"
|
|
|
|
// ErrCodeInternalServerErrorException for service response error code
|
|
// "InternalServerErrorException".
|
|
//
|
|
// Server Error
|
|
ErrCodeInternalServerErrorException = "InternalServerErrorException"
|
|
)
|