You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2026. It is now read-only.
Adds IntoHandlerErrorMsg sibling to IntoHandlerError. Unlike .handler_err()
("Failed to {verb}: {e}"), .handler_err_msg() uses the supplied message
verbatim — for sites whose existing prefix has different capitalization,
embeds a runtime ID, or otherwise doesn't fit the fixed shape.
Migrates the 12 verbatim-message HandlerError::Internal(format!(...)) sites
in src/handlers/fingerprints/ that PR #967 explicitly left out of scope:
- ingestion_errors.rs (1 site)
- import_identity_card.rs (1 site)
- reissue_identity_card.rs (1 site)
- suggestions.rs (1 site)
- personas.rs (8 sites)
Error-message text is preserved byte-for-byte — no API contract change.
Continues the handler-error refactor from #964 / #966 / #967.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments