Skip to main content

Module error

Module error 

Source
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§

ProxyError
Application error types following Rust best practices.

Type Aliases§

Result
Result type alias for cleaner error handling throughout the application