BeagleErrorResponse

BeagleErrorResponse

Synopsis




                    BeagleErrorResponse;
const char*         beagle_error_response_get_message   (BeagleErrorResponse *response);
const char*         beagle_error_response_get_details   (BeagleErrorResponse *response);


Object Hierarchy


  GObject
   +----BeagleResponse
         +----BeagleErrorResponse

Description

Details

BeagleErrorResponse

typedef struct _BeagleErrorResponse BeagleErrorResponse;


beagle_error_response_get_message ()

const char*         beagle_error_response_get_message   (BeagleErrorResponse *response);

Get the message from given BeagleErrorResponse.

response : a BeagleErrorResponse
Returns : the error message from the BeagleErrorResponse.

beagle_error_response_get_details ()

const char*         beagle_error_response_get_details   (BeagleErrorResponse *response);

Gets the error's details from given BeagleErrorResponse.

response : a BeagleErrorResponse
Returns : the error details from the BeagleErrorResponse.