Files
plexjs/docs/sdk/models/errors/getsourceconnectioninformationerrors.md
2024-09-08 03:06:14 +00:00

1.1 KiB
Raw Blame History

GetSourceConnectionInformationErrors

Example Usage

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

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