BloombergLP::balber::BerDecoder_Node::logError

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

NameDescription
msgerror message to log