@spec collect_errors(ok: any(), error: any()) :: {:ok, list()} | {:error, list()}
@spec ok_or_errors([:ok | {:error, any()}]) :: :ok | {:error, list()}