Class ZipValidationError
Represents a set of errors that relate to a specific request property.
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
[Serializable]
public class ZipValidationError
Properties
| Improve this Doc View SourceErrorMessages
A set of error messages stating problems with the property specified.
Declaration
public IEnumerable<string> ErrorMessages { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |
PropertyName
The name of the property these errors relate to.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
String |