mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 20:47:46 +00:00
19 lines
828 B
Markdown
19 lines
828 B
Markdown
# GetTokenByPinIdPlexErrors
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetTokenByPinIdPlexErrors } from "@lukehagar/plexjs/sdk/models/errors";
|
|
|
|
let value: GetTokenByPinIdPlexErrors = {
|
|
code: 1020,
|
|
message: "Code not found or expired",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------- | ------------------------- | ------------------------- | ------------------------- | ------------------------- |
|
|
| `code` | *number* | :heavy_minus_sign: | N/A | 1020 |
|
|
| `message` | *string* | :heavy_minus_sign: | N/A | Code not found or expired | |