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

1.1 KiB
Raw Blame History

ClearPlaylistContentsPlaylistsErrors

Example Usage

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

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