Every error has the same shape:
Quote the requestId. It is what lets us find your exact request in the logs in seconds, instead of searching by timestamp and address. Keep it when you log the failure on your side.

The ones you will see most

Retrying safely

Send Idempotency-Key on a send. If the response is lost in transit, repeating the call with the same key returns the original send instead of delivering the message twice.