AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ StatusToString()

std::string drama::StatusToString ( StatusType  status)
extern

Convert a DRAMA status code to text.

In the fashion of DitsErrorText(), convert a DRAMA status code to a text string, but in a re-entrant fashion.

Parameters
statusThe DRAMA stats code to convert to a string.
Returns
The string translation of the code. This will have a proper translation only if the error codes for the facility the code is part of is known. See messgen program documentation.