Error.cc
Go to the documentation of this file.
69std::ostream &
76std::ostream &
std::ostream & operator<<(std::ostream &os, const ErrorDetails &details)
Definition: Error.cc:70
std::vector< ErrorDetailPointer, PoolingAllocator< ErrorDetailPointer > > ErrorDetails
zero or more details of a single error
Definition: Error.h:20
void error(char *format,...)
auto & prefixedBy(const char *const p)
a c-string to print before the first item (if any). Caller must ensure lifetime.
Definition: IoManip.h:112
auto & delimitedBy(const char *const d)
a c-string to print between consecutive items (if any). Caller must ensure lifetime.
Definition: IoManip.h:115
void update(const Error &)
if necessary, stores the given error information (if any)
Definition: Error.cc:51