---
lang: en
title: 'API docs: metadata.decoratorfactory.duplicatedecorationerror'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/metadata
permalink: /doc/en/lb4/apidocs.metadata.decoratorfactory.duplicatedecorationerror.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/metadata](./metadata.md) &gt; [DecoratorFactory](./metadata.decoratorfactory.md) &gt; [duplicateDecorationError](./metadata.decoratorfactory.duplicatedecorationerror.md)

## DecoratorFactory.duplicateDecorationError() method

Create an error to report if the decorator is applied to the target more than once

**Signature:**

```typescript
protected duplicateDecorationError(target: Object, member?: string | symbol, descriptorOrIndex?: TypedPropertyDescriptor<any> | number): Error;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  target | Object | Decoration target |
|  member | string \| symbol | _(Optional)_ Optional property or method |
|  descriptorOrIndex | TypedPropertyDescriptor&lt;any&gt; \| number | _(Optional)_ Optional parameter index or method descriptor |

**Returns:**

Error


