Package-level declarations

Types

Link copied to clipboard
@Singleton
class NotFoundExceptionHandler : ExceptionHandler<NotFoundException, HttpResponse<ErrorResponse>>
Link copied to clipboard
@Singleton
class UnauthorizedExceptionHandler : ExceptionHandler<UnauthorizedException, HttpResponse<ErrorResponse>>
Link copied to clipboard
@Singleton
class UnexpectedExceptionHandler : ExceptionHandler<UnexpectedException, HttpResponse<ErrorResponse>>
Link copied to clipboard
@Singleton
class ValidationExceptionHandler : ExceptionHandler<ValidationException, HttpResponse<ErrorResponse>>