mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 08:52:44 +00:00
9c6e3c89a5
* fix js scoping issue * add external libraries (they were offline too often) * new compiled scripts and css * new fixes in the binary * vendor update * change js source * remove needless variable * removed more needless variables
44 lines
1.5 KiB
Go
44 lines
1.5 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package transfer
|
|
|
|
const (
|
|
|
|
// ErrCodeInternalServiceError for service response error code
|
|
// "InternalServiceError".
|
|
//
|
|
// This exception is thrown when an error occurs in the AWS Transfer for SFTP
|
|
// service.
|
|
ErrCodeInternalServiceError = "InternalServiceError"
|
|
|
|
// ErrCodeInvalidNextTokenException for service response error code
|
|
// "InvalidNextTokenException".
|
|
//
|
|
// The NextToken parameter that was passed is invalid.
|
|
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
|
|
|
|
// ErrCodeInvalidRequestException for service response error code
|
|
// "InvalidRequestException".
|
|
//
|
|
// This exception is thrown when the client submits a malformed request.
|
|
ErrCodeInvalidRequestException = "InvalidRequestException"
|
|
|
|
// ErrCodeResourceExistsException for service response error code
|
|
// "ResourceExistsException".
|
|
//
|
|
// The requested resource does not exist.
|
|
ErrCodeResourceExistsException = "ResourceExistsException"
|
|
|
|
// ErrCodeResourceNotFoundException for service response error code
|
|
// "ResourceNotFoundException".
|
|
//
|
|
// This exception is thrown when a resource is not found by the AWS Transfer
|
|
// for SFTP service.
|
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
|
|
|
// ErrCodeServiceUnavailableException for service response error code
|
|
// "ServiceUnavailableException".
|
|
//
|
|
// The request has failed because the AWS Transfer for SFTP service is not available.
|
|
ErrCodeServiceUnavailableException = "ServiceUnavailableException"
|
|
)
|