content

abstract val content: String(source)

Represents the associated content of a Result, which may vary depending on its implementation type.

In a Success instance, this usually holds the content alongside the successful result. In a Failure instance, this typically contains the failure message.