TX_REQUIRED — operation must be performed inside a transaction
cyoda-go version 0.8.3
errors.TX_REQUIRED
Section titled “errors.TX_REQUIRED”TX_REQUIRED — the requested operation can only be performed within an open transaction but no transaction context was provided.
SYNOPSIS
Section titled “SYNOPSIS”HTTP: 400 Bad Request. Retryable: no.
DESCRIPTION
Section titled “DESCRIPTION”Reserved. Not currently emitted by any cyoda-go code path.
This error code is reserved for future capabilities where certain operations explicitly require an open transaction context. In the current model, transactions are opened automatically per request and the caller does not supply a pre-existing transaction ID to standard CRUD endpoints.
Not retryable without a transaction context.
SEE ALSO
Section titled “SEE ALSO”- errors
- errors.TX_CONFLICT
See also
Section titled “See also”cyoda help errors— Every error response from the Cyoda REST API carries a structurederrorCodein thepropertiesobject. Multiple codes may share the same HTTP status. Programmatic handling keys onerrorCode, not HTTP status.cyoda help errors TX_CONFLICT— Reserved. Not currently emitted by any cyoda-go code path.
Raw formats
Section titled “Raw formats”/help/errors/tx_required.json— full descriptor (matchesGET /help/{topic}envelope)/help/errors/tx_required.md— body only