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

Rework errors handling #26

Merged
merged 7 commits into from
Jun 20, 2016
Merged

Rework errors handling #26

merged 7 commits into from
Jun 20, 2016

Commits on Jun 20, 2016

  1. Configuration menu
    Copy the full SHA
    7d19a1e View commit details
    Browse the repository at this point in the history
  2. Refactor error handling & reporting in API & Web

    Now instead of an Enum, an ErrorType is supplied on each failure.
    
    The ErrorType could be either a OS error (e.g. Foundation errors)
    or Auth0 errors either returned by the API or it's components because a
    configuration issue.
    hzalaz committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    02d0717 View commit details
    Browse the repository at this point in the history
  3. Better organize WebAuthError (internals)

    Fix broken cancelled flow in webauth
    
    Extracted separated protocol for ErrorType -> NSError map
    hzalaz committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    3ab5fc4 View commit details
    Browse the repository at this point in the history
  4. Add coments to public apis

    hzalaz committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    7652903 View commit details
    Browse the repository at this point in the history
  5. Add methods to check for known errros

    All errors listed are those  that can be of interest to the end user.
    hzalaz committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    c94396e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a6960e View commit details
    Browse the repository at this point in the history
  7. Disable codecov comment

    hzalaz committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    a1f1ce2 View commit details
    Browse the repository at this point in the history