boulder/errors
Aaron Gable cc66969bec
Remove nearly-unused WrongAuthorizationState error (#5176)
This error class is only used in one instance, and when returned to
the user it is transformed into a `probs.Malformed` anyway. It does
more harm than good to keep this one-off BoulderError around, as
it introduces confusion about what sorts of errors we expose to the
client.

Fixes #5167
2020-11-12 15:38:16 -08:00
..
errors.go Remove nearly-unused WrongAuthorizationState error (#5176) 2020-11-12 15:38:16 -08:00
errors_test.go gofmt code with -s (simplify) flag (#4763) 2020-04-08 17:25:35 -07:00