mirror of
https://github.com/rclone/rclone.git
synced 2024-12-02 13:25:51 +01:00
66 lines
2.4 KiB
Go
66 lines
2.4 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package shield
|
|
|
|
const (
|
|
|
|
// ErrCodeInternalErrorException for service response error code
|
|
// "InternalErrorException".
|
|
//
|
|
// Exception that indicates that a problem occurred with the service infrastructure.
|
|
// You can retry the request.
|
|
ErrCodeInternalErrorException = "InternalErrorException"
|
|
|
|
// ErrCodeInvalidOperationException for service response error code
|
|
// "InvalidOperationException".
|
|
//
|
|
// Exception that indicates that the operation would not cause any change to
|
|
// occur.
|
|
ErrCodeInvalidOperationException = "InvalidOperationException"
|
|
|
|
// ErrCodeInvalidParameterException for service response error code
|
|
// "InvalidParameterException".
|
|
//
|
|
// Exception that indicates that the parameters passed to the API are invalid.
|
|
ErrCodeInvalidParameterException = "InvalidParameterException"
|
|
|
|
// ErrCodeInvalidResourceException for service response error code
|
|
// "InvalidResourceException".
|
|
//
|
|
// Exception that indicates that the resource is invalid. You might not have
|
|
// access to the resource, or the resource might not exist.
|
|
ErrCodeInvalidResourceException = "InvalidResourceException"
|
|
|
|
// ErrCodeLimitsExceededException for service response error code
|
|
// "LimitsExceededException".
|
|
//
|
|
// Exception that indicates that the operation would exceed a limit.
|
|
ErrCodeLimitsExceededException = "LimitsExceededException"
|
|
|
|
// ErrCodeLockedSubscriptionException for service response error code
|
|
// "LockedSubscriptionException".
|
|
//
|
|
// Exception that indicates that the subscription has been modified by another
|
|
// client. You can retry the request.
|
|
ErrCodeLockedSubscriptionException = "LockedSubscriptionException"
|
|
|
|
// ErrCodeOptimisticLockException for service response error code
|
|
// "OptimisticLockException".
|
|
//
|
|
// Exception that indicates that the protection state has been modified by another
|
|
// client. You can retry the request.
|
|
ErrCodeOptimisticLockException = "OptimisticLockException"
|
|
|
|
// ErrCodeResourceAlreadyExistsException for service response error code
|
|
// "ResourceAlreadyExistsException".
|
|
//
|
|
// Exception indicating the specified resource already exists.
|
|
ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
|
|
|
|
// ErrCodeResourceNotFoundException for service response error code
|
|
// "ResourceNotFoundException".
|
|
//
|
|
// Exception indicating the specified resource does not exist.
|
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
|
)
|