mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-19 04:16:21 +00:00
From version 1.0.5 to version 1.15.74. Simply because the old version was really old.
19 lines
492 B
Go
19 lines
492 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".
|
|
//
|
|
// General error information.
|
|
ErrCodeBadRequestException = "BadRequestException"
|
|
|
|
// ErrCodeInternalServerErrorException for service response error code
|
|
// "InternalServerErrorException".
|
|
//
|
|
// General error information.
|
|
ErrCodeInternalServerErrorException = "InternalServerErrorException"
|
|
)
|