handleLensFailure

@ExceptionHandler(exception = [LensFailure::class], produces = ["application/problem+json", "application/json", "*/*"])
@ResponseStatus(value = HttpStatus.BAD_REQUEST)
fun handleLensFailure(e: LensFailure): ProblemDetail