# Functions
CommandNotFound return a command not found error.
EvalDiagnostics return error or nil depending on the diagnostics.
IncorrectUsage return an incorrect usage error.
InvalidArguments return an invalid arguments error.
LimitsExceed return an limit exceed error.
ThrowBlocksAreNotPermitted throw an unsupported block error.
ThrowMissingRequiredLabel throw a missing required label error.
No description provided by the author
ThrowUnsupportedArgument throw an unsupported argument error.
No description provided by the author
ThrowUnsupportedBlock throw an unsupported block error.
No description provided by the author
Unexpected return an unexpectedErrCode error.
# Constants
MetaLocation values used to save location information of an error.
# Interfaces
Error encapsulates error info.