Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
add bad request and method not allowed errors #21
Conversation
|
|
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-errors |
added a commit
that referenced
this pull request
Sep 16, 2015
jujubot
merged commit 1b5e39b
into
juju:master
Sep 16, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedSep 16, 2015
As part of cleaning up the juju apiserver package, we want to be able
to map from juju errors to HTTP response status codes, and there are
some codes that we use but don't have equivalent juju errors. This PR
adds them.
(Review request: http://reviews.vapour.ws/r/2674/)