A structure for holding error messages - stored as array with error = 0 for the last entry.
Source position: amigados.pas line 745
type tErrorString = record
estr_Nums: Pointer;
estr_Strings: Pointer;
end;