---
id: v1-model-error
title: ModelError
pagination_label: ModelError
sidebar_label: ModelError
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'ModelError', 'v1ModelError']
slug: /tools/sdk/typescript/custom_forms/models/model-error
tags: ['SDK', 'Software Development Kit', 'ModelError', 'v1ModelError']
---

# ModelError

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**detailCode** | **(optional)** `string` | DetailCode is the text of the status code returned | [default to undefined]
**messages** | **(optional)** `Array<ErrorMessage>` |  | [default to undefined]
**trackingId** | **(optional)** `string` | TrackingID is the request tracking unique identifier | [default to undefined]

