Version 130.1.90
CEF Exit Codes
Namespace: CefSharp.EnumsAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public enum class ResultCode
Members Member name | Value | Description |
---|
NormalExit | 0 | |
Killed | 1 |
Process was killed by user or system.
|
Hung | 2 |
Process hung.
|
KilledBadMessage | 3 |
A bad message caused the process termination.
|
GpuDeadOnArrival | 4 |
The GPU process exited because initialization failed.
|
ChromeFirst | 5 | |
MissingData | 7 |
A critical chrome file is missing.
|
UnsupportedParam | 13 |
Command line parameter is not supported.
|
ProfileInUse | 21 |
The profile was in use on another host.
|
PackExtensionError | 22 |
Failed to pack an extension via the command line.
|
NormalExitProcessNotified | 24 |
The browser process exited early by passing the command line to another
running browser.
|
InvalidSandboxState | 31 |
A browser process was sandboxed. This should never happen.
|
CloudPolicyEnrollmentFailed | 32 |
Cloud policy enrollment failed or was given up by user.
|
GpuExitOnContextLost | 34 |
The GPU process was terminated due to context lost.
|
NormalExitPackExtensionSuccess | 36 |
An early startup command was executed and the browser must exit.
|
SystemResourceExhausted | 37 |
The browser process exited because system resources are exhausted. The
system state can't be recovered and will be unstable.
|
ChromeLast | 39 | |
SandboxFatalFirst | 7,006 | |
SandboxFatalIntegrity | 7,006 |
Windows sandbox could not set the integrity level.
|
SandboxFatalDroptoken | 7,007 |
Windows sandbox could not lower the token.
|
SandboxFatalFlushandles | 7,008 |
Windows sandbox failed to flush registry handles.
|
SandboxFatalCachedisable | 7,009 |
Windows sandbox failed to forbid HCKU caching.
|
SandboxFatalClosehandles | 7,010 |
Windows sandbox failed to close pending handles.
|
SandboxFatalMitigation | 7,011 |
Windows sandbox could not set the mitigation policy.
|
SandboxFatalMemoryExceeded | 7,012 |
Windows sandbox exceeded the job memory limit.
|
SandboxFatalWarmup | 7,013 |
Windows sandbox failed to warmup.
|
SandboxFatalLast | 7,014 | |
See Also