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

1.1 KiB
Raw Blame History

GetPlaylistPlaylistsErrors

Example Usage

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

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