package
2.0.0-beta.62
Repository: https://github.com/hashicorp/aws-sdk-go-base.git
Documentation: pkg.go.dev
# Functions
ErrCodeContains returns true if the error matches all these conditions: - err is of type smithy.APIError - APIError.ErrorCode() contains code.
ErrCodeEquals returns true if the error matches all these conditions: - err is of type smithy.APIError - APIError.ErrorCode() equals one of the passed codes.
ErrHTTPStatusCodeEquals returns true if the error matches all these conditions: - err is of type smithyhttp.ResponseError - ResponseError.HTTPStatusCode() equals one of the passed status codes.
ErrMessageContains returns true if the error matches all these conditions: - err is of type smithy.APIError - APIError.ErrorCode() equals code - APIError.ErrorMessage() contains message.