mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
11 lines
2.1 KiB
Markdown
11 lines
2.1 KiB
Markdown
# StartTaskBadRequest
|
|
|
|
Bad Request - A parameter was not specified, or was specified incorrectly.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
|
| `errors` | List<[StartTaskErrors](../../models/errors/StartTaskErrors.md)> | :heavy_minus_sign: | N/A |
|
|
| `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 | |