map_request_builder_error

Function map_request_builder_error 

Source
pub fn map_request_builder_error<T, U>(e: Error<T>) -> Error<U>
Expand description

Maps errors from request builder functions to operation-specific error types. This centralizes the error conversion logic and ensures all error variants are handled consistently.