Skip to content

implemented gRPC ParseError function that maps a gRPC error to a FailError or Error instance, added RawErrorHandler interface and its implementations, modified encoders, decoders and handlers to use FailError and Error structs, modified Router and added AddEndpointHandler and AddExactEndpointHandler methods

Choose a tag to compare

@ralvarezdev ralvarezdev released this 15 Oct 20:45
· 35 commits to main since this release
7c377b4
v0.12.0

test: implemented gRPC ParseError function that maps a gRPC error to …