2022 Enumeration
Changes 0
E

FamilySizeTableErrorType

Description:
The set of errors that can be returned when importing a FamilySizeTable from a CSV file.
Name Description
E Undefined Undefined error.
E FileNotFound The FamilySize Table CSV file was not found.
E CannotOpenFile Failed to open the FamilySizeTable CSV file.
E CannotReadFile Failed to read the FamilySizeTable CSV file.
E InvalidHeaderSeparator The CSV file header separator is not invalid. Valid header separators are comma(,), semicolon(;), colon(:), and pipe (|).
E CannotParseColumnHeader Failed to parse the column header of the FamilySizeTable CSV file.
E IncorrectNumberOfColumns The number of columns in the header row of the FamilySizeTable CSV file is different than the number of columns of data.