mirror of
https://github.com/rclone/rclone.git
synced 2024-11-30 20:35:21 +01:00
19 lines
475 B
Go
19 lines
475 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".
|
||
|
//
|
||
|
// This request was invalid.
|
||
|
ErrCodeInternalServerErrorException = "InternalServerErrorException"
|
||
|
)
|