Last active
January 7, 2022 01:57
-
-
Save ahey/220e4349ad55ade2d89dbcba00f8e840 to your computer and use it in GitHub Desktop.
List of core elixir errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The following core errors are built in to elixir | |
# See https://github.com/elixir-lang/elixir/blob/main/lib/elixir/lib/exception.ex | |
ArgumentError | |
ArithmeticError | |
BadArityError | |
BadBooleanError | |
BadFunctionError | |
BadMapError | |
BadStructError | |
CaseClauseError | |
Code.LoadError | |
CompileError | |
CondClauseError | |
Enum.EmptyError | |
Enum.OutOfBoundsError | |
ErlangError | |
Exception | |
File.CopyError | |
File.Error | |
File.LinkError | |
File.RenameError | |
FunctionClauseError | |
Inspect.Error | |
KeyError | |
MatchError | |
Protocol.UndefinedError | |
RuntimeError | |
SyntaxError | |
SystemLimitError | |
TokenMissingError | |
TryClauseError | |
UndefinedFunctionError | |
UnicodeConversionError | |
WithClauseError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment