The single exception type raised (or returned in {:error, _} tuples) by the
SDK. kind discriminates the failure:
:binary_not_found— thebsdkrunbinary could not be located.:command_failed— absdkruninvocation exited non-zero. Carriesexit_code,stdout,stderr, and thelabelof the command.:sandbox_not_found— no machine matched the given id / prefix.
Summary
Functions
Build a :binary_not_found error listing the paths that were searched.
Build a :command_failed error from a captured CLI result.
Build a :sandbox_not_found error for the given id / prefix.
Types
@type kind() :: :binary_not_found | :command_failed | :sandbox_not_found
The category of failure this error represents.
Functions
Build a :binary_not_found error listing the paths that were searched.
Build a :command_failed error from a captured CLI result.
Build a :sandbox_not_found error for the given id / prefix.