@loopback/docs
Version:
Documentation for LoopBack 4
41 lines (29 loc) • 1.09 kB
Markdown
lang: en
title: 'API docs: rest.resthttperrors.unsupportedmediatype'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
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
<b>Signature:</b>
```typescript
function unsupportedMediaType(contentType: string, allowedTypes?: string[]): HttpErrors.HttpError & {
code: string;
contentType: string;
allowedMediaTypes: string[];
};
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| contentType | <code>string</code> | |
| allowedTypes | <code>string[]</code> | |
<b>Returns:</b>
`HttpErrors.HttpError & {
code: string;
contentType: string;
allowedMediaTypes: string[];
}`