Print a description of error to stream.
Declared in <bdljsn_jsonutil.h>
static
std::ostream&
printError(
std::ostream& stream,
std::streambuf* input,
Error const& error);
Return a reference to stream. See the first printError overload for full contract details.
a reference to stream
| Name | Description |
|---|---|
| stream | stream to receive the error description |
| input | source used to locate the error |
| error | parse error to describe |