CefResponseError Property |
Gets or sets the response error code.
Returns ERR_NONE if there was no error.
This can be used by custom scheme handlers to return errors during initial request processing.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CefErrorCode Error { get; set; }Property Value
CefErrorCode
See Also