File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -133,14 +133,14 @@ translation of a table of error messages into another language.
133
133
134
134
### XDI_readfile error codes
135
135
136
- | code | message |
137
- | ---- | ------------------------------------------------------------ |
138
- | -1 | not an XDI file, no XDI versioning information in first line |
139
- | -2 | <word > -- invalid family name in metadata |
140
- | -4 | <word > -- invalid keyword name in metadata |
141
- | -8 | <word > -- not formatted as Family.Key: Value |
142
- | -16 | number of columns changes in data table |
143
- | -32 | non-numeric value in data table: <word > |
136
+ | code | message |
137
+ | ---- | ------------------------------------------------------------ |
138
+ | -1 | not an XDI file, no XDI versioning information in first line |
139
+ | -2 | <word > -- invalid family name in metadata |
140
+ | -4 | <word > -- invalid keyword name in metadata |
141
+ | -8 | <word > -- not formatted as Family.Key: Value |
142
+ | -16 | number of columns changes in data table |
143
+ | -32 | non-numeric value in data table: <word > |
144
144
145
145
Here ` <word> ` will be the the text that triggered the error.
146
146
You can’t perform that action at this time.
0 commit comments