Skip to main content

render_error

Function render_error 

Source
pub fn render_error(err: &Error, json_mode: bool)
Expand description

Render an error to stderr in either text or JSON format.

Attempts to downcast the anyhow error to known Auths error types (AgentError, AttestationError) to extract structured metadata (error code, suggestion, docs URL). Falls back to a plain message for unknown error types.