Class ValidationErrorMessages.EmailErrors
Namespace: Identity.IntegrationTests.Utils
Assembly: Identity.IntegrationTests.dll
public static class ValidationErrorMessages.EmailErrors
Inheritance
object ← ValidationErrorMessages.EmailErrors
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Fields
EmailLenghtError
public const string EmailLenghtError = "The field Email must be a string with a maximum length of 100."
Field Value
InvalidEmailError
public const string InvalidEmailError = "The Email field is not a valid e-mail address."
Field Value
Last modified: 21 May 2024