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

Fix status code for auth failure, and add DepositCompleted exception. #21

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

Commits on Jan 31, 2020

  1. Change status code for AuthenticationFailed, and add DepositComplete

    This will still need building and deploying.
    
    Resolves #20.
    alexdutton committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    8929cb9 View commit details
    Browse the repository at this point in the history
  2. Add error-types.csv to the build

    sword3common has a script to extract error document types directly from the
    spec, currently by parsing the HTML. Once this is merged and deployed it can
    grab the CSV specfication directly, allowing a simpler implementation.
    alexdutton committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    4a6c2b6 View commit details
    Browse the repository at this point in the history