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

Error types everywhere instead of String #944

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 15, 2019

  1. Rename Error to ErrorCode.

    Alex Helfet committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    c2b2f06 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Fix compiler warnings.

    Alex Helfet committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    446e5f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Convert all Result<_, String> to Result<_, Error>

    Alex Helfet committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    29d2632 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838002e View commit details
    Browse the repository at this point in the history
  3. Error handling in examples/animation without failure.

    Alex Helfet committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    57775c4 View commit details
    Browse the repository at this point in the history
  4. Replace usage of try! with ? to fix compiler warnings.

    Alex Helfet committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    1cb849d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Fix error handling for all examples.

    Alex Helfet committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    efad37f View commit details
    Browse the repository at this point in the history