Raised when the codex executable exits unexpectedly.
@type t() :: %Codex.TransportError{ __exception__: true, exit_status: integer(), message: String.t(), stderr: String.t() | nil }
@spec new( integer(), keyword() ) :: t()