Expand description
Error handling for the Vertex AI to OpenAI proxy server.
Defines all error types used throughout the application using thiserror for ergonomic error handling. Follows Rust best practices for error design.
Authors: Jaro yarenty@gmail.com
Copyright (c) 2026 SkyCorp
Enums§
- Proxy
Error - Application error types following Rust best practices.
Type Aliases§
- Result
- Result type alias for cleaner error handling throughout the application