Outcome of code execution.
@type t() :: :unspecified | :ok | :failed | :deadline_exceeded
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()