Documentation
¶
Index ¶
- func IsConfigFileNotFoundError(err error) bool
- func IsDeniedAuthenticationError(err error) bool
- func IsInvalidArgumentsError(err error) bool
- func IsInvalidClientOptionError(err error) bool
- func IsOutOfStockError(err error) bool
- func IsPermissionsDeniedError(err error) bool
- func IsPreconditionFailedError(err error) bool
- func IsQuotasExceededError(err error) bool
- func IsResourceExpiredError(err error) bool
- func IsResourceLockedError(err error) bool
- func IsResourceNotFoundError(err error) bool
- func IsResponseError(err error) bool
- func IsTransientStateError(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsConfigFileNotFoundError ¶
IsConfigFileNotFoundError checks if an error is a ConfigFileNotFoundError.
func IsDeniedAuthenticationError ¶
IsDeniedAuthenticationError checks if an error is a DeniedAuthenticationError.
func IsInvalidArgumentsError ¶
IsInvalidArgumentsError checks if an error is an InvalidArgumentsError.
func IsInvalidClientOptionError ¶
IsInvalidClientOptionError checks if an error is an InvalidClientOptionError.
func IsOutOfStockError ¶
IsOutOfStockError checks if an error is an OutOfStockError.
func IsPermissionsDeniedError ¶
IsPermissionsDeniedError checks if an error is a PermissionsDeniedError.
func IsPreconditionFailedError ¶
IsPreconditionFailedError checks if an error is a PreconditionFailedError.
func IsQuotasExceededError ¶
IsQuotasExceededError checks if an error is a QuotasExceededError.
func IsResourceExpiredError ¶
IsResourceExpiredError checks if an error is a ResourceExpiredError.
func IsResourceLockedError ¶
IsResourceLockedError checks if an error is a ResourceLockedError.
func IsResourceNotFoundError ¶
IsResourceNotFoundError checks if an error is a ResourceNotFoundError.
func IsResponseError ¶
IsResponseError checks if an error is a ResponseError.
func IsTransientStateError ¶
IsTransientStateError checks if an error is a TransientStateError.
Types ¶
This section is empty.