Create a DatumError object having the specified code and message.
Create a DatumError object having the specified error code value and the specified error message value. Note that the message is held by the reference and not copied.
| Name | Description |
|---|---|
| code | error code value |
| message | error message held by reference (not copied) |