MCPcopy Create free account
hub / github.com/despiteallobjections/amigo / errorCode

TypeAlias errorCode

types/expr.go:425–425  ·  view source on GitHub ↗

An errorCode is a (constant) value uniquely identifing a specific error.

Source from the content-addressed store, hash-verified

423
424// An errorCode is a (constant) value uniquely identifing a specific error.
425type 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

Callers 1

expr.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected