MCPcopy
hub / github.com/cortexlabs/cortex / ErrorRegionNotConfigured

Function ErrorRegionNotConfigured

pkg/lib/aws/errors.go:200–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200func ErrorRegionNotConfigured() error {
201 return errors.WithStack(&errors.Error{
202 Kind: ErrRegionNotConfigured,
203 Message: "aws region has not been configured; please set a default region (e.g. `export AWS_DEFAULT_REGION=us-west-2`)",
204 })
205}
206
207func ErrorUnableToFindCredentials() error {
208 return errors.WithStack(&errors.Error{

Callers 1

NewFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected