pub fn register_error_code(
code: impl Into<String>,
description: impl Into<String>,
documentation_url: Option<impl Into<String>>,
retryable: bool,
) -> Result<(), String>Expand description
Register an error code in the global registry