Error
Application error
59102: Transaction Conflict
API
Your request could not be completed because another request was changing the same resource at the same time. Nothing was saved, so it is safe to try the request again. This is returned as 409 Conflict.
When two requests touch related resources at the same time, this might result in this error. For example: when several Settings that share the same SharedKey or AuthProfile get updated at the same moment, this error might result.
- Two or more requests changing the same resource, or related resources, arrived at the same time.
- Many requests updating
Settingsthat share the sameSharedKeyorAuthProfileat once.
- Retry the request. Twilio saved no data, so another try should succeed.
- Wait a moment before retrying, and increase the wait a little each time if it happens again.
- If you send many requests that change the same resource, send them one after another instead of all at once.