# GetCountriesLibraryBadRequest Bad Request - A parameter was not specified, or was specified incorrectly. ## Example Usage ```typescript import { GetCountriesLibraryBadRequest } from "@lukehagar/plexjs/sdk/models/errors"; // No examples available for this model ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | `errors` | [errors.GetCountriesLibraryErrors](../../../sdk/models/errors/getcountrieslibraryerrors.md)[] | :heavy_minus_sign: | N/A | | `rawResponse` | [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |