Render error messages as strings instead of internal codes.
This commit is contained in:
@@ -48,6 +48,7 @@ typedef enum( unsigned int, MPMarshallError ) {
|
||||
/** An internal system error interrupted marshalling. */
|
||||
MPMarshallErrorInternal,
|
||||
};
|
||||
const char *mpw_explainMarshallError(const MPMarshallError error);
|
||||
|
||||
typedef struct MPMarshalledQuestion {
|
||||
const char *keyword;
|
||||
|
Reference in New Issue
Block a user