Error

class Error(message: String, val identifier: String = "") : IllegalStateException

An error describing a validation failure.

Parameters

message

human-readable description of the failure.

identifier

machine-readable error code (see companion constants).

Constructors

Link copied to clipboard
constructor(message: String, identifier: String = "")

Types

Link copied to clipboard
object Companion

Properties

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