Failure
Represents a failed result encapsulating an error message.
This class extends the base Result
interface and is used to indicate that a particular operation has failed. The associated failure message provides additional context or details about the failure.
Parameters
TResult
The type of the tool result associated with the operation.