anod.error

Classes

AnodError

Base Anod error.

SpecError

Invalid specification file.

SandBoxError

Invalid sandbox or wrong sandbox configuration.

ShellError

Error returned by a process spawned by Anod.

Module Contents

class anod.error.AnodError

Bases: e3.error.E3Error

Base Anod error.

class anod.error.SpecError

Bases: AnodError

Invalid specification file.

class anod.error.SandBoxError

Bases: AnodError

Invalid sandbox or wrong sandbox configuration.

class anod.error.ShellError(message: str, origin: str | None = None, process: e3.os.process.Run | None = None)

Bases: AnodError

Error returned by a process spawned by Anod.

process = None