mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
Surface error on WS close, only retry retryable errors
This commit is contained in:
@@ -12,6 +12,8 @@ pub enum ApiError {
|
||||
Api { status: StatusCode, message: String },
|
||||
#[error("stream error: {0}")]
|
||||
Stream(String),
|
||||
#[error("stream error: {0}")]
|
||||
NonRetryableStream(String),
|
||||
#[error("context window exceeded")]
|
||||
ContextWindowExceeded,
|
||||
#[error("quota exceeded")]
|
||||
|
||||
Reference in New Issue
Block a user