We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:description
CompileError
1 parent d4ba7ee commit 6ea5654Copy full SHA for 6ea5654
lib/elixir/lib/exception.ex
@@ -1389,6 +1389,7 @@ defmodule CompileError do
1389
* `:file` (`t:Path.t/0` or `nil`) - the file where the error occurred, or `nil` if
1390
the error occurred in code that did not come from a file
1391
* `:line` (`t:non_neg_integer/0`) - the line where the error occurred
1392
+ * `:description` (`t:String.t/0`) - a description of the compile error
1393
1394
This is mostly raised by Elixir tooling when compiling and evaluating code.
1395
"""
0 commit comments