package
4.10.5+incompatible
Repository: https://github.com/yalespinup/ecs-api.git
Documentation: pkg.go.dev

# Functions

New constructs an Error and returns it as an error.

# Constants

ErrBadRequest indicates a bad request or input.
ErrConflict indicates a conflict with an existing resource.
ErrForbidden indicates a lack of permissions for the given resource.
ErrInternalError indicates an unknown internal error occurred.
ErrLimitExceeded indicates a service or rate limit has been exceeded.
ErrNotFound indicates a the requested object is missing/not found.
ErrServiceUnavailable indicates an internal or external service is not available.

# Structs

Error wraps lower level errors with code, message and an original error.