Go to the source code of this file.
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
MAMA_ERROR_DEFAULT |
|
MAMA_ERROR_INITIAL_TIMEOUT |
|
MAMA_ERROR_RECAP_TIMEOUT |
|
MAMA_ERROR_NOT_ENTITLED |
|
MAMA_ERROR_NO_RESOLVER |
|
MAMA_ERROR_UNKNOWN |
|
Function Documentation
MAMAExpDLL mamaError mamaError_convertFromString |
( |
const char * |
str | ) |
|
Convert a string to a mamaError value.
- Parameters
-
MAMAExpDLL const char* mamaError_convertToString |
( |
mamaError |
error | ) |
|
Convert a mamaError value to a string.
Do no attempt to free the string result.
- Parameters
-
error | The mamaError to convert. |