Package-level declarations

Types

Link copied to clipboard
data class ElementValidationError(val detail: String)

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

Properties

Link copied to clipboard

A type of ElementValidationError that occurs when a customer submits an incomplete EBT Card number.

Link copied to clipboard

A type of ElementValidationError that occurs when a customer submits an incomplete EBT Card PIN.

Link copied to clipboard

A type of ElementValidationError that occurs when a customer submits an invalid numeric input that fails to meet the expected length constraint.

Link copied to clipboard

Deprecated - This error will be removed in a future release. A type of ElementValidationError that occurs when a customer submits an EBT Card number that is too long. In theory, this error should never occur.

Link copied to clipboard

A type of ElementValidationError that occurs when a customer submits an invalid EBT Card PIN.