pub fn map_deser(e: &Error, body: &[u8]) -> AnthropicErrorExpand description
Maps a serde deserialization error to an AnthropicError with context
Includes a snippet of the response body for debugging.
pub fn map_deser(e: &Error, body: &[u8]) -> AnthropicErrorMaps a serde deserialization error to an AnthropicError with context
Includes a snippet of the response body for debugging.