ValidationFailure

Represents a failure that occurs during validation processes.

This exception is a specific type of ToolException used to indicate that validation of some input or process has failed. It typically contains a message that provides more details about the validation failure.

Parameters

message

The detail message describing the validation error.

Constructors

Link copied to clipboard
constructor(message: String)

Creates a ValidationFailure instance with the given message.

Properties

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