content

open override val content: String(source)

Returns the failure message associated with this result.

The content property provides access to the descriptive error message encapsulated within a Failure instance of the Result interface. This message is useful for understanding the cause or nature of a failure in a tool operation.