struct Protocol::Security::CertificateError
- Protocol::Security::CertificateError
- Struct
- Value
- Object
Overview
There is a certificate error. If overriding certificate errors is enabled, then it should be
handled with the handleCertificateError
command. Note: this event does not fire if the
certificate error has been allowed internally. Only one client per target should override
certificate errors at the same time.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/security.crConstructors
Instance Method Summary
-
#error_type : String
The type of the error.
-
#event_id : Int::Primitive
The ID of the event.
-
#request_url : String
The url that was requested.