Failure
class Failure(val path: String?, val uri: String?, val state: Any, val message: String?) : Server.Result
A Result indicating that the report could not be subscribed to.
Parameters
state
an object indicating the state or cause of the failure.
Content copied to clipboard
message
an optional message describing the failure.
Content copied to clipboard