Standardized error handling library for Java services.
A lightweight, zero-dependency Java library that provides structured error definitions with code range validation, HTTP status mapping, recoverability signaling, and a consistent API error response format.
Compatible with Java 11, 17, and 21.
<dependency>
<groupId>io.openguardrail</groupId>
<artifactId>error-framework</artifactId>
<version>1.1.1</version>
</dependency>Apache License 2.0. See LICENSE.