UNPKG

convex

Version:

Client for the Convex Cloud

5 lines (4 loc) 174 B
// Special custom 5xx HTTP status code to mean that the UDF returned an error. // // Must match constant of the same name in Rust. export const STATUS_CODE_UDF_FAILED = 560;