forked from aws/aws-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
errors.go
27 lines (22 loc) · 998 Bytes
/
errors.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
package storagegateway
const (
// ErrCodeInternalServerError for service response error code
// "InternalServerError".
//
// An internal server error has occurred during the request. For more information,
// see the error and message fields.
ErrCodeInternalServerError = "InternalServerError"
// ErrCodeInvalidGatewayRequestException for service response error code
// "InvalidGatewayRequestException".
//
// An exception occurred because an invalid gateway request was issued to the
// service. For more information, see the error and message fields.
ErrCodeInvalidGatewayRequestException = "InvalidGatewayRequestException"
// ErrCodeServiceUnavailableError for service response error code
// "ServiceUnavailableError".
//
// An internal server error has occurred because the service is unavailable.
// For more information, see the error and message fields.
ErrCodeServiceUnavailableError = "ServiceUnavailableError"
)