Skip to content

Commit

Permalink
Revert "Merge pull request #1137 from jacobbednarz/modernise-workers"
Browse files Browse the repository at this point in the history
This reverts commit 3839b5e, reversing
changes made to d7efda7.
  • Loading branch information
Jacob Fowler committed Dec 14, 2022
1 parent 898dfae commit a8b5d09
Show file tree
Hide file tree
Showing 17 changed files with 1,591 additions and 1,263 deletions.
39 changes: 0 additions & 39 deletions .changelog/1137.txt

This file was deleted.

5 changes: 1 addition & 4 deletions errors.go
Expand Up @@ -29,8 +29,7 @@ const (
errAPIKeysAndTokensAreMutuallyExclusive = "API keys and tokens are mutually exclusive" //nolint:gosec
errMissingCredentials = "no credentials provided"

errInvalidResourceContainerAccess = "requested resource container (%q) is not supported for this endpoint"
errRequiredAccountLevelResourceContainer = "this endpoint requires using an account level resource container and identifiers"
errInvalidResourceContainerAccess = "requested resource container (%q) is not supported for this endpoint"
)

var (
Expand All @@ -41,8 +40,6 @@ var (
ErrAccountIDOrZoneIDAreRequired = errors.New(errMissingAccountOrZoneID)
ErrAccountIDAndZoneIDAreMutuallyExclusive = errors.New(errAccountIDAndZoneIDAreMutuallyExclusive)
ErrMissingResourceIdentifier = errors.New(errMissingResourceIdentifier)

ErrRequiredAccountLevelResourceContainer = errors.New(errRequiredAccountLevelResourceContainer)
)

type ErrorType string
Expand Down

0 comments on commit a8b5d09

Please sign in to comment.