An Already Exists error is returned on operations which violate an at-most-once or uniqueness constraint. For example, an Already Exists error will be returned if:Documentation Index
Fetch the complete documentation index at: https://docs.paxos.com/llms.txt
Use this file to discover all available pages before exploring further.
- Create Order is called with an already-used
ref_id - Create Profile is called with an already-existing profile nickname
- Accept Quote is called on a quote which has already been accepted
existing: The existing record which is the subject of the conflict (for example, the existing order with the sameref_id)