Show / Hide Table of Contents

Class FormsErrorCodes

Inheritance
object
FormsErrorCodes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by ABP.IO Platform