Log a decode error for this node and return a non-zero value.
Declared in <balber_berdecoder.h>
int
logError(char const* msg);
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.
a non-zero value
| Name | Description |
|---|---|
| msg | error message to log |