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.