A failure raised inside (or around) the interpreter.
:kind says where it came from:
:python— an exception raised by the Python code:syntax— the source did not compile:timeout— the call ran past its:timeoutand was interrupted:interrupted— the job was aborted byRupyex.interrupt/1:cancelled— the job was aborted before it started running:conversion— the value could not be represented as an Elixir term:init— the interpreter failed to start:closed— the session is no longer running:panic— the interpreter thread panicked (a RustPython bug)