Click or drag to resize

ResultCode Enumeration

Version 130.1.90
CEF Exit Codes

Namespace: CefSharp.Enums
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public enum ResultCode
Members
Member nameValueDescription
NormalExit0 
Killed1 Process was killed by user or system.
Hung2 Process hung.
KilledBadMessage3 A bad message caused the process termination.
GpuDeadOnArrival4 The GPU process exited because initialization failed.
ChromeFirst5 
MissingData7 A critical chrome file is missing.
UnsupportedParam13 Command line parameter is not supported.
ProfileInUse21 The profile was in use on another host.
PackExtensionError22 Failed to pack an extension via the command line.
NormalExitProcessNotified24 The browser process exited early by passing the command line to another running browser.
InvalidSandboxState31 A browser process was sandboxed. This should never happen.
CloudPolicyEnrollmentFailed32 Cloud policy enrollment failed or was given up by user.
GpuExitOnContextLost34 The GPU process was terminated due to context lost.
NormalExitPackExtensionSuccess36 An early startup command was executed and the browser must exit.
SystemResourceExhausted37 The browser process exited because system resources are exhausted. The system state can't be recovered and will be unstable.
ChromeLast39 
SandboxFatalFirst7,006 
SandboxFatalIntegrity7,006 Windows sandbox could not set the integrity level.
SandboxFatalDroptoken7,007 Windows sandbox could not lower the token.
SandboxFatalFlushandles7,008 Windows sandbox failed to flush registry handles.
SandboxFatalCachedisable7,009 Windows sandbox failed to forbid HCKU caching.
SandboxFatalClosehandles7,010 Windows sandbox failed to close pending handles.
SandboxFatalMitigation7,011 Windows sandbox could not set the mitigation policy.
SandboxFatalMemoryExceeded7,012 Windows sandbox exceeded the job memory limit.
SandboxFatalWarmup7,013 Windows sandbox failed to warmup.
SandboxFatalLast7,014 
See Also