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

2.0 KiB
Raw Blame History

GetServerIdentityRequestTimeout

Request Timeout

Example Usage

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

// No examples available for this model

Fields

Field Type Required Description Example
code number N/A 408
message string N/A The server timed out waiting for the request.
rawResponse Response Raw HTTP response; suitable for custom response parsing