Class FormsErrorCodes
Inherited Members
Namespace: Volo.Forms
Assembly: Volo.Forms.Domain.Shared.dll
Syntax
public static class FormsErrorCodes
Fields
EmailAddressRequired
Declaration
public const string EmailAddressRequired = "Forms:0002"
Field Value
Type | Description |
---|---|
string |
ResponseNotEditable
Declaration
public const string ResponseNotEditable = "Forms:0003"
Field Value
Type | Description |
---|---|
string |
UserResponseAlreadyExist
Declaration
public const string UserResponseAlreadyExist = "Forms:0001"
Field Value
Type | Description |
---|---|
string |