This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Replies: 1 comment
-
You can now return app.transaction('/tx', c => {
return new Response('dang', { status: 400 })
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
app.transaction
requires aTransactionResponse
return value. If a request fails validation ie if input text is below a certain value or if a query string is invalid an error response should be returned instead of a brokenTransactionResponse
.Beta Was this translation helpful? Give feedback.
All reactions