BeagleErrorResponse

BeagleErrorResponse

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── BeagleResponse
        ╰── BeagleErrorResponse

Description

Functions

beagle_error_response_get_message ()

const char *
beagle_error_response_get_message (BeagleErrorResponse *response);

Get the message from given BeagleErrorResponse.

Parameters

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.

Parameters

response

a BeagleErrorResponse

 

Returns

the error details from the BeagleErrorResponse.

Types and Values

struct BeagleErrorResponse

struct BeagleErrorResponse;