pl.wendigo.chrome.protocol / ResponseFrame

ResponseFrame

data class ResponseFrame (source)

Represents generic protocol response.

Constructors

<init>

ResponseFrame(id: Long?, result: JsonNode?, error: RequestError?, method: String?, params: JsonNode?)

Represents generic protocol response.

Properties

error

val error: RequestError?

Request error.

id

val id: Long?

Response id.

method

val method: String?

Request method or response event name.

params

val params: JsonNode?

Response params.

result

val result: JsonNode?

Response result.