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.
message
an optional message describing the failure.

Constructors

Link copied to clipboard
constructor(path: String?, uri: String?, state: Any, message: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val path: String?
Link copied to clipboard
val state: Any
Link copied to clipboard
val uri: String?

Functions

Link copied to clipboard
open override fun toString(): String