Click or drag to resize
Askia

IError Interface

Error returned by AskiaCore

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IError

The IError type exposes the following members.

Properties
  NameDescription
Public propertyCode
Internal error code, when available
Public propertyExtraDescription
Additional information concerning the error
Public propertyLength
Length of the error in the source context
Public propertySource
Source context of the error, when available.
Public propertyStartingPosition
Start position of the error in the source context when available.
Public propertyType
Indicatas the type of the error
Top
See Also