mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.2 KiB
1.2 KiB
GetServerActivitiesErrors
Example Usage
import { GetServerActivitiesErrors } from "@lukehagar/plexjs/sdk/models/errors";
let value: GetServerActivitiesErrors = {
code: 1000,
message: "X-Plex-Client-Identifier is missing",
status: 400,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
code |
number | ➖ | N/A | 1000 |
message |
string | ➖ | N/A | X-Plex-Client-Identifier is missing |
status |
number | ➖ | N/A | 400 |