mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
12 lines
3.2 KiB
Markdown
12 lines
3.2 KiB
Markdown
# GetServerIdentityRequestTimeout
|
|
|
|
Request Timeout
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ |
|
|
| `code` | *Optional\<Integer>* | :heavy_minus_sign: | N/A | 408 |
|
|
| `message` | *Optional\<String>* | :heavy_minus_sign: | N/A | The server timed out waiting for the request. |
|
|
| `rawResponse` | [HttpResponse\<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing | | |