Files
plexjs/docs/sdk/models/errors/gettopwatchedcontentlibraryerrors.md

1.1 KiB
Raw Blame History

GetTopWatchedContentLibraryErrors

Example Usage

import { GetTopWatchedContentLibraryErrors } from "@lukehagar/plexjs/sdk/models/errors";

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