Files
plexjs/docs/models/refreshlibraryerrors.md

1.1 KiB
Raw Blame History

RefreshLibraryErrors

Example Usage

import { RefreshLibraryErrors } from "@lukehagar/plexjs";

let value: RefreshLibraryErrors = {
    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