## Motivation I'd like to be able to define a Conjure error whose HTTP status code maps to a 401. ## Proposal Add a `NOT_AUTHORIZED` value to https://github.com/palantir/conjure/blob/fc68a07b5780858521d2b50382c1a3c4b0b61bad/conjure-api/src/main/conjure/conjure-api.yml#L31.
Motivation
I'd like to be able to define a Conjure error whose HTTP status code maps to a 401.
Proposal
Add a
NOT_AUTHORIZEDvalue toconjure/conjure-api/src/main/conjure/conjure-api.yml
Line 31 in fc68a07