Helper class to transform error codes into their textual description and to map mamaMsgStatus codes to MamdaErrorCodes
Name | |
---|---|
string | stringForMamdaError(MamdaErrorCode code) Return a text description of the message’s status. |
MamdaErrorCode | codeForMamaMsgStatus(mamaMsgStatus wombatStatus) Returns the respective MamdaErrorCode for a mamaMsgStatus code |
static string stringForMamdaError(
MamdaErrorCode code
)
Return a text description of the message’s status.
Parameters:
Return: The description.
static MamdaErrorCode codeForMamaMsgStatus(
mamaMsgStatus wombatStatus
)
Returns the respective MamdaErrorCode for a mamaMsgStatus code
Parameters:
Return: The respective MamdaErrorCode
Updated on 2023-03-31 at 15:30:12 +0100