Show / Hide Table of Contents

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 Source

FailedIds

Gets or sets the failed ids.

Declaration
public List<long> FailedIds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Int64>
| Improve this Doc View Source

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

true if this instance has unhandled exception; otherwise, false.

| Improve this Doc View Source

Messages

Gets the error messages.

Declaration
public List<ErrorModel> Messages { get; }
Property Value
Type Description
System.Collections.Generic.List<ErrorModel>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont