CefFailureReason

  • Base type Enumeration

Reason of CEF Failure: none(1) : no failure mallocFailure(2) : memory allocation failed for CEF hwFailure(3) : hardware interface failure for CEF keepaliveFailure(4) : keepalive was not received from the CEF peer entity noMsgBuffer(5) : message buffers were exhausted while preparing IPC message to be sent to the CEF peer entity invalidMsgSize(6) : IPC message was received with invalid size from the CEF peer entity internalError(7) : Some other internal error was detected for CEF

Possible values

7 objects
Number Name
1 none
2 mallocFailure
3 hwFailure
4 keepaliveFailure
5 noMsgBuffer
6 invalidMsgSize
7 internalError