Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ErrCodeContains ¶
ErrCodeContains returns true if the error matches all these conditions:
- err is of type smithy.APIError
- APIError.ErrorCode() contains code
func ErrCodeEquals ¶
ErrCodeEquals returns true if the error matches all these conditions:
- err is of type smithy.APIError
- APIError.ErrorCode() equals one of the passed codes
func ErrHTTPStatusCodeEquals ¶
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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.