Skip to content

v0.20.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Oct 12:51
· 1 commit to main since this release
81c6a9c

Patch Changes

  • 9c4d458: It adds GuardViolationError and GenericDomainError to the AppError class so that when using AppResult.fromResult, the exact error status is preserved, allowing users to map different status codes in their result interceptors and related logic.