@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
38 lines (26 loc) • 1.17 kB
Markdown
lang: en
title: 'API docs: rest.resthttperrors.unsupportedmediatype'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.resthttperrors.unsupportedmediatype.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [RestHttpErrors](./rest.resthttperrors.md) > [unsupportedMediaType](./rest.resthttperrors.unsupportedmediatype.md)
## RestHttpErrors.unsupportedMediaType() function
**Signature:**
```typescript
function unsupportedMediaType(contentType: string, allowedTypes?: string[]): HttpErrors.HttpError<415> & {
code: string;
contentType: string;
allowedMediaTypes: string[];
};
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| contentType | string | |
| allowedTypes | string\[\] | _(Optional)_ |
**Returns:**
HttpErrors.HttpError<415> & { code: string; contentType: string; allowedMediaTypes: string\[\]; }