General error event emitted by the CLI.
@type t() :: %Codex.Events.Error{ additional_details: String.t() | nil, codex_error_info: map() | nil, message: String.t(), thread_id: String.t() | nil, turn_id: String.t() | nil, will_retry: boolean() | nil }