Jev Response Validation Exception
class JevResponseValidationException(detail: String, val fieldPath: String?, body: String?, requestId: String?, endpoint: String, status: Int = 200, headers: Map<String, List<String>> = emptyMap(), cause: Throwable? = null) : JevApiException(source)
A successful response was missing data or didn't match the questions asked; fieldPath locates the problem.