aws-error-utils icon indicating copy to clipboard operation
aws-error-utils copied to clipboard

Making botocore.exceptions.ClientError easier to deal with

Results 2 aws-error-utils issues
Sort by recently updated
recently updated
newest added

Python type checker libraries such as Pyright have built a consensus around PEP 484 for how to export symbols from a py.typed library. This requires redundantly re-exporting symbols to make...

First off, thanks for this package, it really cuts down on the boto3 error handling boilerplate and makes it more like a proper Python package! ### Problem [Pyright](https://github.com/microsoft/pyright) complains symbols...