Files
plexjs/docs/models/operations/getusersunauthorizederror.md

1.1 KiB
Raw Blame History

GetUsersUnauthorizedError

Example Usage

import { GetUsersUnauthorizedError } from "@lukehagar/plexjs/models/operations";

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