ToolException

A base sealed class representing exceptions specific to tools. This class provides a structure for exceptions with a custom message.

Inheritors

Types

Link copied to clipboard
class ValidationFailure(val message: String) : ToolException

Represents a failure that occurs during validation processes.

Properties

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