Remove dead code and fix typo
- Remove unused AUTH_SCOPE constant from client.rs - Remove unused ErrorType, ErrorInfoMetadata, FieldViolation, and Link types from types/error.rs - Fix "EventSourrce" typo in error.rs Display impl
This commit is contained in:
@@ -34,7 +34,7 @@ impl Display for Error {
|
||||
write!(f, "No candidates returned for the prompt")
|
||||
}
|
||||
Error::EventSourceError(e) => {
|
||||
write!(f, "EventSourrce Error: {e}")
|
||||
write!(f, "EventSource Error: {e}")
|
||||
}
|
||||
Error::EventSourceClosedError => {
|
||||
write!(f, "EventSource closed error")
|
||||
|
||||
Reference in New Issue
Block a user