Gets error name, code and description from a response if available.
- Parameters
-
status | The dictionary status response to use. |
name | Pointer to store the name of an error. |
description | Pointer to store error description text if available. The caller is reponsible for freeing the allocated buffer after use. If NULL is passed no description will be returned. |
code | Pointer to store the returned error code if available. If NULL is passed no error code will be returned. |
- Returns
- INSTPROXY_E_SUCCESS if no error is found or an INSTPROXY_E_* error value matching the error that ẃas found in the status.