Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some error type convenience functions for mocking and inspection #1047

Merged
merged 3 commits into from
Aug 18, 2022

Commits on Aug 17, 2022

  1. Add some error type convenience functions for mocking and inspection

    Provide the ability to create the `RequestError`, etc types in other packages with the underlying
    Error type. Useful in our code for mocking these error types.
    
    Add the `InternalErrorCodeIs` to these errors as well to simplify checking the internal codes when
    working with these types.
    jburnham committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fa904bd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. add changelog entry

    jburnham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    29d5787 View commit details
    Browse the repository at this point in the history
  2. use errors as prefix

    jburnham committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9fe6ef3 View commit details
    Browse the repository at this point in the history