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

More Descriptive Errors (Part 1/2) #298

Merged
merged 6 commits into from
May 22, 2019
Merged

Commits on May 21, 2019

  1. review some error data-types to make them more consistent

    - Trying to preserve the pattern where error data-types and constructor
      are prefixed with `Err...` which identifies them right away as errors.
    KtorZ committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8899bb7 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    59842e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0fcfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bae4011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e5624 View commit details
    Browse the repository at this point in the history
  5. convert double-quotes to single quotes in error message to prevent un…

    …friendly escaping issues
    KtorZ committed May 22, 2019
    Configuration menu
    Copy the full SHA
    1728c77 View commit details
    Browse the repository at this point in the history