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

# FormError

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **(optional)** `string` | Key is the technical key | [default to undefined]
**messages** | **(optional)** `Array<ErrorMessage>` | Messages is a list of web.ErrorMessage items | [default to undefined]
**value** | **(optional)** `any` | Value is the value associated with a Key | [default to undefined]

