libreport 2.13.1
A tool to inform users about various problems on the running system
Data Fields
ureport_server_response Struct Reference

Data Fields

bool urr_is_error
 True if server replied with error response. More...
 
char * urr_value
 Value of the response. More...
 
char * urr_message
 Additional message. More...
 
char * urr_bthash
 uReport's server side identifier More...
 
GList * urr_reported_to_list
 
char * urr_solution
 URL pointing to solution for uReport. More...
 

Detailed Description

Definition at line 151 of file ureport.h.

Field Documentation

◆ urr_bthash

char* ureport_server_response::urr_bthash

uReport's server side identifier

Definition at line 156 of file ureport.h.

◆ urr_is_error

bool ureport_server_response::urr_is_error

True if server replied with error response.

Definition at line 153 of file ureport.h.

◆ urr_message

char* ureport_server_response::urr_message

Additional message.

Definition at line 155 of file ureport.h.

◆ urr_reported_to_list

GList* ureport_server_response::urr_reported_to_list

Known external reports for uReport in reported_to format

Definition at line 157 of file ureport.h.

◆ urr_solution

char* ureport_server_response::urr_solution

URL pointing to solution for uReport.

Definition at line 159 of file ureport.h.

◆ urr_value

char* ureport_server_response::urr_value

Value of the response.

Definition at line 154 of file ureport.h.


The documentation for this struct was generated from the following file: