# static template?

## `CommonErrors.template`

Optional template of [`string`](https://www.typescriptlang.org/docs/handbook/basic-types.html#string) type.

{% code title="common-errors.class.ts" %}

```typescript
public static template?: string;
```

{% endcode %}

### Type

#### [<mark style="color:green;">`string`</mark>](https://www.typescriptlang.org/docs/handbook/basic-types.html#string)
