# GC.Spread.Report.IFailedRecord

## Content

# Interface: IFailedRecord

[Spread](../modules/GC.Spread).[Report](../modules/GC.Spread.Report).IFailedRecord

## Hierarchy

- [`IRecord`](GC.Spread.Report.IRecord)

  ↳ **`IFailedRecord`**

## Table of contents

### Properties

- [entity](GC.Spread.Report.IFailedRecord#entity)
- [info](GC.Spread.Report.IFailedRecord#info)
- [reason](GC.Spread.Report.IFailedRecord#reason)

## Properties

### <a id="entity" name="entity"></a> entity

• **entity**: `Object`

record key-value object.

#### Index signature

▪ [key: `string`]: [`DataType`](../modules/GC.Spread.Report#datatype)

#### Inherited from

[IRecord](GC.Spread.Report.IRecord).[entity](GC.Spread.Report.IRecord#entity)

___

### <a id="info" name="info"></a> info

• **info**: `Object`

record property info.

#### Index signature

▪ [key: `string`]: [`IEntityFieldInfo`](GC.Spread.Report.IEntityFieldInfo)

#### Inherited from

[IRecord](GC.Spread.Report.IRecord).[info](GC.Spread.Report.IRecord#info)

___

### <a id="reason" name="reason"></a> reason

• `Optional` **reason**: `string`

the reason is the DataManager table submitChanges failed records reason.
