Return a datum holding an error with the specified code.
Synopsis
Declared in <bdld_datum.h>
static
Datum
createError(int code);
Description
Return, by value, a datum having a DatumError value with the specified code.
Return Value
a datum holding an error with the specified code
Parameters
Name |
Description |
code |
error code |
Created with MrDocs