Write the specified errInfo to the specified stream.
Declared in <balxml_errorinfo.h>
std::ostream&
operator<<(
std::ostream& stream,
ErrorInfo const& errInfo);
Print the specified errInfo object to the specified stream in human-readable form and return a modifiable reference to stream. The output is one-line without a terminating newline.
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| errInfo | error information to write |