JevValidationException

class JevValidationException(val problems: List<String>, cause: Throwable? = null) : JevException(source)

A request was rejected locally, before anything was sent. problems lists every issue found.

Constructors

Link copied to clipboard
constructor(problems: List<String>, cause: Throwable? = null)

Properties

Link copied to clipboard