aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/rest/errors/serviceException.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add UnauthorizedException and catch it in AuthProvider (#198)Zach Smith2018-08-211-0/+4
| | | | | | * Add AuthorizationException and pass it through in authorize directive * Move recover to authenticator method
* Add service exception json formatters and pass through exceptions in ↵v1.9.4zachdriver2018-05-251-1/+4
| | | | HttpRestServiceTransport (#168)
* Fix ServiceException classes to set Exception message for stack tracesZach Smith2018-03-091-13/+11
|
* Apply new formattingJakob Odersky2017-11-201-2/+1
|
* Add DriverRouteTestZach Smith2017-11-011-2/+2
|
* Change transformWith to recoverWithZach Smith2017-10-311-3/+3
|
* Add ExternalServiceException and use in ServiceTransportZach Smith2017-10-311-0/+4
|
* Stop catching throwable, remove PHI filtering, move status code logic to ↵Zach Smith2017-10-311-31/+9
| | | | exception handler
* Rename APIError -> ServiceException and subclassesZach Smith2017-10-311-0/+41