CDPException
class CDPException(val method: String, val code: Int, val originalMessage: String, val data: String?) : Exception
Exception thrown when the browser responds with an error to a CDP command.
Wraps the Message.Response.ResponseError fields into a typed exception so that client code can catch and handle failures programmatically.