ElementValidationError

data class ElementValidationError(val detail: String)

A model that represents an error related to an incomplete or incorrect customer input.

Constructors

Link copied to clipboard
constructor(detail: String)

Properties

Link copied to clipboard

A customer-facing message that describes the error.