SnakeBridge.HelperRegistryError exception (SnakeBridge v0.16.0)

Copy Markdown View Source

Error raised when helper registry discovery fails.

Summary

Functions

Build an error from Python stderr output.

Types

t()

@type t() :: %SnakeBridge.HelperRegistryError{
  __exception__: true,
  message: String.t(),
  python_error: String.t() | nil,
  suggestion: String.t() | nil,
  type: :load_failed
}

Functions

from_python_output(output)

@spec from_python_output(String.t()) :: t()

Build an error from Python stderr output.