createError overloads
Synopses
Declared in <bdld_datum.h>
Return, by value, a datum having a DatumError value with the specified code.
static
Datum
createError(int code);
Return, by value, a datum having a DatumError value with the specified code and the specified message, using the specified allocator to supply memory (if needed).
static
Datum
createError(
int code,
bslstl::StringRef const& message,
AllocatorType const& allocator);
Created with MrDocs