Return true if this mechanism is currently configured to report an error when an unrecognized character (i.e., a character other than one of the 64 "numeric" base-64 characters, =, or whitespace) is encountered, and false otherwise.
Declared in <bdlde_base64decoder.h>
bool
isUnrecognizedAnError() const;
DEPRECATED: use the ignoreMode accessor instead.