Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

59102: Transaction Conflict

Twilio API Documentation and Error CodesAPI

Description

description page anchor

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.

Possible causes

possible-causes page anchor
  • Two or more requests changing the same resource, or related resources, arrived at the same time.
  • Many requests updating Settings that share the same SharedKey or AuthProfile at once.
  1. Retry the request. Twilio saved no data, so another try should succeed.
  2. Wait a moment before retrying, and increase the wait a little each time if it happens again.
  3. If you send many requests that change the same resource, send them one after another instead of all at once.