Core error types for the rok ecosystem.
Consolidates [RokError] (unified application error) and [Problem]
(RFC 9457 problem details) into a single crate. The original rok-error
and rok-problem crates are kept as deprecated shim re-exports.
Feature flags
| Feature | Enables |
|---|---|
axum |
IntoResponse for RokError and Problem |
Example
use ;
use ;
async