имею следующие коды вылета из java:
1
143
130
137
Подскажите что они означают????
$ for i in 1 143 130 137; do echo $i: `perror $i`; done
1: OS error code 1: Operation not permitted
143: MySQL error code 143: Conflicting table definitions in sub-tables of MERGE table
130: MySQL error code 130: Incorrect file format
137: MySQL error code 137: No more records (read after end of file)