Class ErrorResponseModel
This class is used as the Error Response Model.
Inheritance
System.Object
ErrorResponseModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Common
Assembly: Vasont.Publisher.Models.dll
Syntax
public class ErrorResponseModel
Properties
| Improve this Doc View SourceFailedIds
Gets or sets the failed ids.
Declaration
public List<long> FailedIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int64> |
HasUnhandledException
Gets or sets a value indicating whether this instance has unhandled exception.
Declaration
public bool HasUnhandledException { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Messages
Gets the error messages.
Declaration
public List<ErrorModel> Messages { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ErrorModel> |