mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-01 04:40:38 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+10
-1
@@ -27,7 +27,9 @@ const (
|
||||
// ErrCodeExecutionAlreadyExists for service response error code
|
||||
// "ExecutionAlreadyExists".
|
||||
//
|
||||
// An execution with the same name already exists.
|
||||
// The execution has the same name as another execution (but a different input).
|
||||
//
|
||||
// Executions with the same name and input are considered idempotent.
|
||||
ErrCodeExecutionAlreadyExists = "ExecutionAlreadyExists"
|
||||
|
||||
// ErrCodeExecutionDoesNotExist for service response error code
|
||||
@@ -79,6 +81,13 @@ const (
|
||||
// The provided token is invalid.
|
||||
ErrCodeInvalidToken = "InvalidToken"
|
||||
|
||||
// ErrCodeMissingRequiredParameter for service response error code
|
||||
// "MissingRequiredParameter".
|
||||
//
|
||||
// Request is missing a required parameter. This error occurs if both definition
|
||||
// and roleArn are not specified.
|
||||
ErrCodeMissingRequiredParameter = "MissingRequiredParameter"
|
||||
|
||||
// ErrCodeStateMachineAlreadyExists for service response error code
|
||||
// "StateMachineAlreadyExists".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user