An errorCode is a (constant) value uniquely identifing a specific error.
| 423 | |
| 424 | // An errorCode is a (constant) value uniquely identifing a specific error. |
| 425 | type errorCode int |
| 426 | |
| 427 | // The following error codes are "borrowed" from go/types which codes for |
| 428 | // all errors. Here we list the few codes currently needed by the various |