© 2026 Hedgehog Software, LLC
class InternalServerError extends Schema.TaggedError<InternalServerError>()('InternalServerError ', {}) {}
HttpApiBuilder.serve(HttpMiddleware.logger)
[18:05:56.093] INFO (#19) http.span.1=52ms: Sent HTTP response http.status: 500 http.method: PUT http.url: /household
.handle
Effect.failCause(Cause.fail("message"))
[18:07:37.678] INFO (#19) http.span.1=50ms: Error: message http.status: 500 http.method: PUT http.url: /household
InternalServerError