Retrieves a message's status as a null terminated C string.
The lifetime of this string is tied to the lifetime of the status object itself.
If the status's message is empty, the empty string is returned.
StatusMessageAsCStr exists for C support. Use status.message() in C++.
A null-terminated C string for the status message.
| Name | Description |
|---|---|
| status | The status whose message is retrieved. |