Expand description
Unified error type for Kipuka EST server.
KipukaError covers all failure modes from configuration through
certificate issuance. The [IntoResponse] impl produces HTTP responses
appropriate for EST clients:
- Client errors return
4xxwith atext/plainbody describing the problem. - Server errors return
500or503; internal details are logged but not exposed to the client. - EST-specific error semantics follow RFC 7030 §4.2.3 (CMC response for enrollment failures) and §3.2.4 (HTTP error codes).
Enums§
- Kipuka
Error - Unified error type for the Kipuka EST server.
Type Aliases§
- Result
- Convenience alias used throughout the server.