JevResponseValidationException

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.

Constructors

Link copied to clipboard
constructor(detail: String, fieldPath: String?, body: String?, requestId: String?, endpoint: String, status: Int = 200, headers: Map<String, List<String>> = emptyMap(), cause: Throwable? = null)

Properties

Link copied to clipboard