mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# GetButlerTasksButlerErrors
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetButlerTasksButlerErrors } from "@lukehagar/plexjs/sdk/models/errors";
|
|
|
|
let value: GetButlerTasksButlerErrors = {
|
|
code: 1001,
|
|
message: "User could not be authenticated",
|
|
status: 401,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- | ------------------------------- |
|
|
| `code` | *number* | :heavy_minus_sign: | N/A | 1001 |
|
|
| `message` | *string* | :heavy_minus_sign: | N/A | User could not be authenticated |
|
|
| `status` | *number* | :heavy_minus_sign: | N/A | 401 | |