Error
scala.compiletime.testing.Error
Represents a compile-time error.
Value parameters
- column
-
the zero-based column position within
lineContentwhere the error occurred - kind
-
the phase in which the error occurred, either
ErrorKind.ParserorErrorKind.Typer - lineContent
-
the source line containing the error
- message
-
the error message produced by the compiler
Attributes
- See also
-
scala.compiletime.testing.typeCheckErrors IMPORTANT: No stability guarantees are provided on the format of these errors. This means the format and the API may change from version to version. This API is to be used for testing purposes only.
- Source
- Error.scala
- Graph
-
- Supertypes
Members list
In this article