mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.1 KiB
1.1 KiB
ApplyUpdatesErrors
Example Usage
import { ApplyUpdatesErrors } from "@lukehagar/plexjs";
let value: ApplyUpdatesErrors = {
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 |