Commit 400145f
committed
docs(run-store): correct the boundedness claim on inline record output
Only BUILT_IN_ERROR is truncated; a STRING_ERROR, a CUSTOM_ERROR and a
cancel-reason error pass through, so the bound for an error payload is the
completion body limit and not the offload thresholds. Postgres stores the
identical strings, so this is a copy of an existing payload class.1 parent 31d504c commit 400145f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments