Revision 6956,
349 bytes
checked in by probe, 31 years ago
(diff) |
Initial revision
|
Line | |
---|
1 | # |
---|
2 | # Error table defining USP error codes and messages. |
---|
3 | # |
---|
4 | |
---|
5 | error_table usp |
---|
6 | |
---|
7 | ec UENOTRCVING, |
---|
8 | "Not receiving block" |
---|
9 | |
---|
10 | ec UENOTSENDING, |
---|
11 | "Not sending block" |
---|
12 | |
---|
13 | ec UECBNOTENDED, |
---|
14 | "Current block not ended" |
---|
15 | |
---|
16 | ec UEPREMEOB, |
---|
17 | "Premature end of block" |
---|
18 | |
---|
19 | ec UEBADATA, |
---|
20 | "Bad data" |
---|
21 | |
---|
22 | ec UENOMEM, |
---|
23 | "No memeory" |
---|
24 | |
---|
25 | ec UEINTERNAL, |
---|
26 | "Internal error" |
---|
27 | |
---|
28 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.