RecordParseError Type
Errors that can occur during record parsing.
Union cases
| Union case |
Description
|
Full Usage:
CodeTableLookupFailed(table, value)
Parameters:
string
value : string
|
Code table lookup returned no match.
|
Full Usage:
FieldExtractionFailed(fieldName, reason)
Parameters:
string
reason : string
|
Field extraction failed (encoding error, etc.).
|
Full Usage:
InvalidFieldValue(fieldName, value, reason)
Parameters:
string
value : string
reason : string
|
Field value is invalid for its expected type.
|
Full Usage:
RecordTooShort(expected, actual)
Parameters:
int
actual : int
|
Record data is shorter than expected for the field.
|
Full Usage:
UnknownRecordType typeId
Parameters:
string
|
Record type identifier not recognized.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCodeTableLookupFailed
Returns: bool
|
|
Full Usage:
this.IsFieldExtractionFailed
Returns: bool
|
|
Full Usage:
this.IsInvalidFieldValue
Returns: bool
|
|
Full Usage:
this.IsRecordTooShort
Returns: bool
|
|
Full Usage:
this.IsUnknownRecordType
Returns: bool
|
|
Xanthos