mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-07 20:47:49 +00:00
12 lines
1.5 KiB
Markdown
12 lines
1.5 KiB
Markdown
# GetServerIdentityRequestTimeout
|
|
|
|
Request Timeout
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
|
|
| `Code` | **int64* | :heavy_minus_sign: | N/A | 408 |
|
|
| `Message` | **string* | :heavy_minus_sign: | N/A | The server timed out waiting for the request. |
|
|
| `RawResponse` | [*http.Response](https://pkg.go.dev/net/http#Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing | | |