Log a decode error for this node and return a non‐zero value.
Synopsis
Declared in <balber_berdecoder.h>
int
logError(char const* msg);
Description
Set the node severity to e_BER_ERROR, print the error message specified by msg to the decoder's log, print the stack of nodes to the decoder's log, and return a non‐zero value.
Return Value
a non‐zero value
Parameters
Name |
Description |
msg |
error message to log |
Created with MrDocs