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