ResponseError

@Serializable
class ResponseError(val code: Int, val message: String, val data: String? = null)

Representation of the error returns from the browser.

Constructors

Link copied to clipboard
constructor(code: Int, message: String, data: String? = null)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
val data: String? = null
Link copied to clipboard

Functions

Link copied to clipboard

Throw this error as CDPException.