UnexpectedValue

A value passed to the call was malformed (for example, an invalid IBAN). The error field explains what was wrong. This error targets the application developer: validate inputs before submitting them, especially when they came from the user.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Human-readable description of the malformed value.

Link copied to clipboard
open override val message: String