Skip to content

[ENG-4255] docs(notifications): write.async.done sends error string instead of errors array - #741

Open
jlimatampersand wants to merge 1 commit into
mainfrom
jay/eng-4255-write-async-done-error
Open

jlimatampersand wants to merge 1 commit into
mainfrom
jay/eng-4255-write-async-done-error

Conversation

@jlimatampersand

Copy link
Copy Markdown
Contributor

What

ENG-4255

write.async.done now reports failures as a single error string, like every other failure notification, instead of an errors array.

  • Drop "errors": [] from both success examples — error is omitted entirely when the write succeeds.
  • Rewrite the trailing note to describe error, including that a multi-record batch failure joins the individual messages into one string ("field validation failed; duplicate record").

Merge order

Ship after the server change is deployed, so the docs match what builders actually receive.

  1. [ENG-4255] feat(notifications): write.async.done sends error string instead of errors array openapi#419
  2. amp-labs/server#7435
  3. amp-labs/docs#THIS ← you are here

🤖 Generated with Claude Code

… instead of `errors` array

`write.async.done` now reports failures as a single `error` string, like
every other failure notification, instead of an `errors` array. Drop the
empty array from the success examples (`error` is omitted when the write
succeeds) and note that multi-record batch failures are joined into one
string.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
Ampersand 🟢 Ready View Preview Sep 18, 2026, 9:42 PM

@linear

linear Bot commented Sep 18, 2026

Copy link
Copy Markdown

ENG-4255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant