Class EldError
Type of error.
public class EldError
- Inheritance
-
EldError
- Inherited Members
Constructors
EldError(string, string, int, EldResponseStatus, EldValidationType, EldValidationEntityType, Id?, int, int)
Initializes a new instance of the EldError class.
public EldError(string message, string detail, int end, EldResponseStatus errorType, EldValidationType validationType, EldValidationEntityType validationEntityType, Id? validationEntityId, int line, int start)
Parameters
messagestringThe message.
detailstringThe detail.
endintThe end.
errorTypeEldResponseStatusThe errorType.
validationTypeEldValidationTypeThe validationType.
validationEntityTypeEldValidationEntityTypeThe validationEntityType.
validationEntityIdIdThe validationEntityId.
lineintThe line.
startintThe start.
Properties
Detail
Gets details of the error.
public string Detail { get; }
Property Value
- string
Details of the error.
End
Gets end point in the line number.
public int End { get; }
Property Value
- int
End point in the line number.
ErrorType
Gets the error type.
public EldResponseStatus ErrorType { get; }
Property Value
- EldResponseStatus
The error type.
Line
Gets the line number of the output file.
public int Line { get; }
Property Value
- int
The line number of the output file.
Message
Gets message of the error.
public string Message { get; }
Property Value
- string
Message of the error.
Start
Gets the end of the line number.
public int Start { get; }
Property Value
- int
The end of the line number.
ValidationEntityId
Gets the validation entity ID.
public Id? ValidationEntityId { get; }
Property Value
- Id
The validation entity ID.
ValidationEntityType
Gets the validation entity type.
public EldValidationEntityType ValidationEntityType { get; }
Property Value
- EldValidationEntityType
The validation entity type.
ValidationType
Gets the Eld Validation type
public EldValidationType ValidationType { get; }
Property Value
- EldValidationType
The Eld Validation type