Show / Hide Table of Contents

Class DtResponse.FieldError

Editor field error nested class. Describes an error message for a field if it is in an error state.

Inheritance
System.Object
DtResponse.FieldError
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class FieldError : object

Properties

| Improve this Doc View Source

name

Name of the field in error state

Declaration
public string name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

status

Error message

Declaration
public string status { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX