Module Errors
Provides classes for working with Go frontend errors recorded during extraction.
Import path
import semmle.go.ErrorsImports
| go | Provides classes for working with Go programs. |
Classes
| Error | An error reported by the Go frontend during extraction. |
| ListError | An error reported by the Go frontend driver. |
| ParseError | An error reported by the Go parser. |
| TypeError | An error reported by the Go type checker. |
| UnknownError | An error reported by an unknown part of the Go frontend. |