]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/docs/api/mg_error_data.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / docs / api / mg_error_data.md
1 # Civetweb API Reference
2
3 ### `struct mg_error_data;`
4
5 ### Fields
6
7 | Field | Type | Description |
8 | :--- | :--- | :--- |
9 |**`code`**|`unsigned *`| A pointer to an `unsigned` variable, to store the error code. |
10 |**`text`**|`char *`| A text buffer to store the error text. |
11 |**`text_buffer_size`**|`size_t`| Size of the text buffer. |
12
13 ### Description
14
15 The structure `mg_error_data` is used in [`mg_start2()`](mg_start.md), [`mg_start_domain2();`](mg_start_domain2.md), [`mg_connect_client2();`](mg_connect_client2.md) and [`mg_get_response2();`](mg_get_response2.md) to return error information.
16
17 ### See Also
18
19 * [`mg_start2();`](mg_start2.md)
20 * [`mg_start_domain2();`](mg_start_domain2.md)
21 * [`mg_connect_client2();`](mg_connect_client2.md)
22 * [`mg_get_response2();`](mg_get_response2.md)
23 * [`struct mg_init_data;`](mg_init_data.md)