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