ParseError

Exception thrown when argument parsing fails due to invalid input, missing required arguments, or constraint violations.

Constructors

Link copied to clipboard
constructor(msg: String)

Properties

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