Mrcv::Core::ErrorKind
Inherits Enum < Comparable < Value < Object
Categorizes the nature of compilation or execution failures.
Constants
None = 0
LanguageSyntax = 1
MissingCHeader = 2
MissingCLinker = 3
CompilationFailure = 4
SpecFailure = 5
Timeout = 6
Unknown = 7
Constructors
Instance methods
environment_issue?
Returns true if the failure is attributed to host/container environment (missing C headers or libraries).
language_issue?
Returns true if the failure is attributed to Crystal language or compiler syntax/type incompatibility.