Check if given node is stadard XML-RPC error struct.
And store faultCode and faultString into errcode and errmsg.
- Parameters
-
val | Value node. |
errcode | Pointer to the variable where the faultCode should be stored. |
errmsg | Pointer to the variable where the faultString should be stored. |
- Returns
- Function returns TRUE if node is XML-RPC error node, FALSE Otherwise.
- Warning
- Caller must free returned errmsg using g_free.