ValidationReason

data class ValidationReason(val pointer: String?, val detail: String)(source)

One decoded RequestValidation reason.

Constructors

Link copied to clipboard
constructor(pointer: String?, detail: String)

Properties

Link copied to clipboard

human-readable explanation of what is wrong, same as passed to invalidField.

Link copied to clipboard

null when the reason was not produced by invalidField/invalidFields.