Failed

data class Failed(val throwable: Throwable) : KHWriteResponse

Depicts that a write transaction onto the health store failed completely (i.e. no KHRecords were written).

Constructors

Link copied to clipboard
constructor(throwable: Throwable)

Properties

Link copied to clipboard