| Libbeagle Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct BeagleErrorResponse; const char * beagle_error_response_get_message (BeagleErrorResponse *response); const char * beagle_error_response_get_details (BeagleErrorResponse *response);
const char * beagle_error_response_get_message (BeagleErrorResponse *response);
Get the message from given BeagleErrorResponse.
|
a BeagleErrorResponse |
Returns : |
the error message from the BeagleErrorResponse. |
const char * beagle_error_response_get_details (BeagleErrorResponse *response);
Gets the error's details from given BeagleErrorResponse.
|
a BeagleErrorResponse |
Returns : |
the error details from the BeagleErrorResponse. |