Class ServicerProcessExceptionResolveRequest
Inheritance
System.Object
ServicerProcessExceptionResolveRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerProcessExceptionResolveRequest : ServiceRequest
Constructors
ServicerProcessExceptionResolveRequest()
Declaration
public ServicerProcessExceptionResolveRequest()
Properties
ErrorCode
Declaration
public string ErrorCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ExceptionDetailList
Declaration
public List<ExceptionDetail> ExceptionDetailList { get; set; }
Property Value
ExceptionSourceElementName
Declaration
public string ExceptionSourceElementName { get; set; }
Property Value
Type |
Description |
System.String |
|
ServicerExceptionId
Declaration
public int ServicerExceptionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|