# DAPI Error Reference

Source: https://docs.settlemint.com/docs/developer-guides/api-integration/dapi-error-reference
Complete reference of all DAPI error codes returned by the DALP API, with HTTP status, retryability, and remediation guidance.



{/* ENTRY_COUNT:519 */}

{/* SURFACE_COUNT:9 */}

# DAPI Error Reference [#dapi-error-reference]

This page is generated from the unified DAPI error registry.

## Errors [#errors]

| ID          | Category    | HTTP status | Retryable | Why                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Fix                                                                                                                                                                                                                                                                  |
| ----------- | ----------- | ----------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `DALP-0001` | client      | 400         | no        | The request is malformed or cannot be understood by the API.                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Check the request syntax, parameters, and content type before retrying.                                                                                                                                                                                              |
| `DALP-0002` | auth        | 401         | no        | The request did not include valid authentication credentials.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Authenticate again or send a valid API key/session credential.                                                                                                                                                                                                       |
| `DALP-0003` | permission  | 403         | no        | The authenticated actor does not have permission to perform this action.                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Use an actor with the required role or ask an administrator to grant access.                                                                                                                                                                                         |
| `DALP-0004` | auth        | 403         | no        | The authenticated user has not completed onboarding required for this operation.                                                                                                                                                                                                                                                                                                                                                                                                                                                | Complete onboarding and retry the request.                                                                                                                                                                                                                           |
| `DALP-0005` | auth        | 403         | no        | The operation requires wallet-signing protection that is not configured for this user.                                                                                                                                                                                                                                                                                                                                                                                                                                          | Set up PIN or two-factor authentication and retry.                                                                                                                                                                                                                   |
| `DALP-0006` | permission  | 403         | no        | The actor lacks at least one role required by the token or system contract.                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Grant the required role or retry with an authorized actor.                                                                                                                                                                                                           |
| `DALP-0007` | permission  | 403         | no        | The encrypted XvP settlement secret could not be decrypted with the caller's current wallet signature.                                                                                                                                                                                                                                                                                                                                                                                                                          | Retry with the same wallet credentials that were used when the settlement secret was created.                                                                                                                                                                        |
| `DALP-0008` | operational | 500         | no        | The API could not determine the effective wallet for this request after checking the session, organization context, and X-Wallet header.                                                                                                                                                                                                                                                                                                                                                                                        | Retry with a valid active organization and wallet selection. If the problem continues, contact support with the request id.                                                                                                                                          |
| `DALP-0009` | auth        | 500         | no        | The API could not resolve the authenticated session from the request headers.                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Retry with a fresh session or API key. If the problem continues, contact support with the request id.                                                                                                                                                                |
| `DALP-0010` | dependency  | 503         | yes       | The API could not build the system context from indexed system registry data.                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Retry after the indexer catches up. If the problem continues, contact support with the request id.                                                                                                                                                                   |
| `DALP-0011` | dependency  | 503         | yes       | The API could not complete a transaction queue operation outside the known contract-error and Restate-error mappings.                                                                                                                                                                                                                                                                                                                                                                                                           | Retry after a short backoff. If the problem continues, contact support with the request id.                                                                                                                                                                          |
| `DALP-0012` | dependency  | 503         | yes       | The configured chain RPC provider could not read transaction state for this request.                                                                                                                                                                                                                                                                                                                                                                                                                                            | Retry after a short backoff. If the problem continues, contact support with the request id.                                                                                                                                                                          |
| `DALP-0013` | dependency  | 503         | yes       | The API could not preview, sign, or submit the smart-wallet approval workflow after reserving the account-abstraction nonce.                                                                                                                                                                                                                                                                                                                                                                                                    | Retry after a short backoff. The nonce reservation is released best-effort and stale reservations expire automatically.                                                                                                                                              |
| `DALP-0014` | dependency  | 503         | yes       | The API could not query the Restate admin plane to determine whether an organization deployment workflow is active.                                                                                                                                                                                                                                                                                                                                                                                                             | Retry after a short backoff. If deployment state still cannot be checked, contact support with the request id.                                                                                                                                                       |
| `DALP-0015` | operational | 503         | yes       | The system deployment workflow reached a failed state before producing a usable system address.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Inspect the deployment status and retry after correcting the workflow failure. Include the request id when contacting support.                                                                                                                                       |
| `DALP-0016` | operational | 504         | yes       | The deployment workflow stayed active but did not publish the system address within the synchronous wait window.                                                                                                                                                                                                                                                                                                                                                                                                                | Poll the deployment status or retry with an asynchronous preference instead of waiting for the address in the same request.                                                                                                                                          |
| `DALP-0017` | dependency  | 503         | yes       | The API could not resolve a system factory contract address from the request or directory service before starting deployment.                                                                                                                                                                                                                                                                                                                                                                                                   | Retry after the system directory has been configured, or pass an explicit system factory contract address.                                                                                                                                                           |
| `DALP-0018` | operational | 503         | no        | The signer rotation transaction was confirmed, but DAPI could not promote the new signer secret into the secrets provider.                                                                                                                                                                                                                                                                                                                                                                                                      | Do not retry blindly. Check the pending signer secret state and rollback status, then recover or rerun the rotation with operator oversight.                                                                                                                         |
| `DALP-0019` | dependency  | 503         | yes       | An indexer aggregate count could not be converted into a non-negative JavaScript safe integer for the API response.                                                                                                                                                                                                                                                                                                                                                                                                             | Retry after the indexer data has been corrected or reindexed. If it continues, contact support with the request id and affected stats endpoint.                                                                                                                      |
| `DALP-0020` | dependency  | 503         | yes       | The deployment event stream could not read the latest workflow status from Restate.                                                                                                                                                                                                                                                                                                                                                                                                                                             | Reconnect to the stream or poll deployment status after a short backoff. If it continues, contact support with the request id.                                                                                                                                       |
| `DALP-0021` | operational | 503         | no        | The deployment workflow ended with a Restate terminal error before the stream could read a typed failed workflow tree.                                                                                                                                                                                                                                                                                                                                                                                                          | Open the deployment details or retry only after correcting the workflow failure. Include the request id when contacting support.                                                                                                                                     |
| `DALP-0022` | client      | 404         | no        | The requested resource could not be found.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Check the identifier and retry only if the resource should exist.                                                                                                                                                                                                    |
| `DALP-0023` | client      | 409         | no        | The request tried to create or register a resource that already exists.                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Use the existing resource or choose a unique identifier.                                                                                                                                                                                                             |
| `DALP-0024` | client      | 409         | no        | The requested change conflicts with the current resource state.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Refresh the resource state, resolve the conflict, and retry.                                                                                                                                                                                                         |
| `DALP-0025` | domain      | 422         | no        | The target token does not expose the interface required for this operation.                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Use a compatible token contract or enable the required interface before retrying.                                                                                                                                                                                    |
| `DALP-0026` | domain      | 403         | no        | The DALP system bootstrap has not completed for this environment or organization.                                                                                                                                                                                                                                                                                                                                                                                                                                               | Create or finish deploying the system before calling this operation.                                                                                                                                                                                                 |
| `DALP-0027` | domain      | 501         | no        | The requested capability depends on an addon that is not available in this system.                                                                                                                                                                                                                                                                                                                                                                                                                                              | Install or deploy the required addon before retrying the operation.                                                                                                                                                                                                  |
| `DALP-0028` | domain      | 422         | no        | The operation targets a token feature that is not attached or enabled.                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Enable the required token feature or call an operation supported by this token.                                                                                                                                                                                      |
| `DALP-0029` | domain      | 403         | no        | The authenticated user's email does not match the invitation recipient.                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Sign in with the invited email address or ask an admin to send a new invitation.                                                                                                                                                                                     |
| `DALP-0030` | domain      | 409         | no        | The invitation token has already been used successfully.                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Continue to the dashboard or ask an admin for a new invitation if access is still missing.                                                                                                                                                                           |
| `DALP-0031` | operational | 504         | yes       | The transaction was submitted but confirmation did not arrive before the timeout.                                                                                                                                                                                                                                                                                                                                                                                                                                               | Check transaction status using the transaction hash and retry only if it was not confirmed.                                                                                                                                                                          |
| `DALP-0032` | permission  | 403         | no        | The operation requires elevated permissions and the authenticated actor does not hold the role required for this route.                                                                                                                                                                                                                                                                                                                                                                                                         | Retry with an account that has the role required by this route, or check the route documentation for the required role.                                                                                                                                              |
| `DALP-0033` | operational | 500         | no        | The route or middleware ran without databaseMiddleware even though it needs database access to validate permissions or load resources.                                                                                                                                                                                                                                                                                                                                                                                          | Contact support with the request id; this indicates a server middleware ordering issue.                                                                                                                                                                              |
| `DALP-0034` | permission  | 403         | no        | The request requires organization-scoped permissions, but the session does not have an active organization selected.                                                                                                                                                                                                                                                                                                                                                                                                            | Select an organization, refresh the session, and retry the request.                                                                                                                                                                                                  |
| `DALP-0035` | permission  | 403         | no        | The request uses a read-only API key on a method that can mutate state.                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Use a read-write API key or send the request with a safe read method.                                                                                                                                                                                                |
| `DALP-0036` | auth        | 403         | no        | The request used API key authentication on an endpoint that only accepts session authentication.                                                                                                                                                                                                                                                                                                                                                                                                                                | Call the REST endpoint with the API key, or authenticate with a supported session for RPC.                                                                                                                                                                           |
| `DALP-0037` | operational | 500         | no        | A token-scoped route ran before token middleware attached the indexed token context.                                                                                                                                                                                                                                                                                                                                                                                                                                            | Contact support with the request id; this indicates a server middleware ordering issue.                                                                                                                                                                              |
| `DALP-0038` | operational | 500         | no        | The route requires token permissions, but token middleware did not attach user permission state.                                                                                                                                                                                                                                                                                                                                                                                                                                | Contact support with the request id; this indicates a server middleware ordering issue or missing indexed permission data.                                                                                                                                           |
| `DALP-0039` | dependency  | 404         | yes       | The system exists or is being created, but indexed registry children required by this operation are not available yet.                                                                                                                                                                                                                                                                                                                                                                                                          | Retry after the indexer catches up. If the system was never deployed, deploy it first.                                                                                                                                                                               |
| `DALP-0040` | client      | 404         | no        | The operation requires an indexed system deployment, but none is available for the active organization.                                                                                                                                                                                                                                                                                                                                                                                                                         | Deploy a system for the organization, wait for indexing, and retry.                                                                                                                                                                                                  |
| `DALP-0041` | dependency  | 500         | yes       | The system was indexed without the access-control state required to evaluate the caller's roles.                                                                                                                                                                                                                                                                                                                                                                                                                                | Retry after indexing catches up. If the problem continues, contact support with the request id.                                                                                                                                                                      |
| `DALP-0042` | dependency  | 500         | yes       | The route could not load indexed trusted-issuer context for the active system.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry after indexing catches up. If the problem continues, contact support with the request id.                                                                                                                                                                      |
| `DALP-0043` | permission  | 403         | no        | The user's issuer identity is not trusted for the claim topic being mutated.                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Use a trusted issuer for the topic, or ask a system manager to trust this issuer for the topic.                                                                                                                                                                      |
| `DALP-0044` | permission  | 403         | no        | The operation requires a registered issuer identity for the authenticated user.                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Register an issuer identity for the user, then retry.                                                                                                                                                                                                                |
| `DALP-0045` | dependency  | 503         | yes       | The API could not contact the indexer service that starts blockchain reindex jobs.                                                                                                                                                                                                                                                                                                                                                                                                                                              | Retry after a short backoff. If the problem continues, contact support with the request id.                                                                                                                                                                          |
| `DALP-0046` | client      | 400         | no        | The requested blockchain reindex range, target, or mode was rejected by the reindex service.                                                                                                                                                                                                                                                                                                                                                                                                                                    | Adjust the reindex request to a supported chain, range, and mode before retrying.                                                                                                                                                                                    |
| `DALP-0047` | dependency  | 503         | yes       | The indexer service accepted the request path but reported that reindexing cannot be started now.                                                                                                                                                                                                                                                                                                                                                                                                                               | Retry after a short backoff. If the problem continues, contact support with the request id.                                                                                                                                                                          |
| `DALP-0048` | client      | 404         | no        | No API monitoring log entry exists for the requested id in the active organization.                                                                                                                                                                                                                                                                                                                                                                                                                                             | Verify the log entry id and organization, then retry.                                                                                                                                                                                                                |
| `DALP-0049` | client      | 400         | no        | The request type filter does not match a request type known to API monitoring.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Use one of the documented request type values, or omit the filter.                                                                                                                                                                                                   |
| `DALP-0050` | permission  | 403         | no        | The X-Wallet header selected a wallet that is neither the authenticated EOA nor an indexed smart wallet controlled by that EOA.                                                                                                                                                                                                                                                                                                                                                                                                 | Use a wallet controlled by the authenticated signer, wait for newly created smart wallets to index, or remove the X-Wallet header.                                                                                                                                   |
| `DALP-0051` | client      | 404         | no        | No invitation matching the requested id exists for the caller.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Check the invitation link or ask the organization to issue a new invitation.                                                                                                                                                                                         |
| `DALP-0052` | client      | 403         | no        | The invitation exists but its expiry time has passed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Ask the organization to send a fresh invitation.                                                                                                                                                                                                                     |
| `DALP-0053` | client      | 403         | no        | The invitation was explicitly revoked or is no longer in an accepted state for this flow.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Ask the organization to send a fresh invitation.                                                                                                                                                                                                                     |
| `DALP-0054` | client      | 404         | no        | The requested deployment id is malformed, stale, or does not belong to a deployment the caller may observe.                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh deployment state and subscribe using the current deployment id.                                                                                                                                                                                              |
| `DALP-0055` | permission  | 403         | no        | Retrying deployment mutates organization settings and on-chain system state, so member-level access is not sufficient.                                                                                                                                                                                                                                                                                                                                                                                                          | Retry with an organization owner or platform administrator account.                                                                                                                                                                                                  |
| `DALP-0056` | dependency  | 503         | yes       | The API could not safely inspect or purge the previous Restate workflow before submitting a retry.                                                                                                                                                                                                                                                                                                                                                                                                                              | Retry after a short backoff. If the problem continues, contact support with the request id.                                                                                                                                                                          |
| `DALP-0057` | permission  | 403         | no        | The deployment is creating a new organization while the environment restricts organization creation to platform admins.                                                                                                                                                                                                                                                                                                                                                                                                         | Ask a platform admin to create the organization or disable the restriction for this environment.                                                                                                                                                                     |
| `DALP-0058` | dependency  | 503         | yes       | The system directory did not return the factory address required to start deployment.                                                                                                                                                                                                                                                                                                                                                                                                                                           | Retry after directory configuration has propagated. If the problem continues, contact support with the request id.                                                                                                                                                   |
| `DALP-0059` | client      | 404         | no        | The settlement exists but the encrypted secret payload is missing from XvP secret storage.                                                                                                                                                                                                                                                                                                                                                                                                                                      | Verify the settlement address and ensure the secret was created before decrypting.                                                                                                                                                                                   |
| `DALP-0060` | client      | 400         | no        | The stored secret payload was encrypted with a method this DAPI version does not support.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Recreate the settlement secret with the supported encryption method.                                                                                                                                                                                                 |
| `DALP-0061` | client      | 400         | no        | A cross-chain XvP settlement was created with a hashlock that is not valid hex.                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Send a 0x-prefixed hashlock or provide the secret so the API can derive it.                                                                                                                                                                                          |
| `DALP-0062` | client      | 400         | no        | The settlement includes an external flow, so a secret or precomputed hashlock is required to coordinate settlement.                                                                                                                                                                                                                                                                                                                                                                                                             | Provide a settlement secret or a valid hashlock in the request.                                                                                                                                                                                                      |
| `DALP-0063` | client      | 404         | yes       | The requested factory address is not indexed as an XvP settlement addon for the authenticated system.                                                                                                                                                                                                                                                                                                                                                                                                                           | Use an installed XvP factory address or retry after addon indexing catches up.                                                                                                                                                                                       |
| `DALP-0064` | client      | 400         | no        | The selected XvP factory version requires an ISO 3166-1 numeric country code.                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Include a valid country code in the XvP creation request.                                                                                                                                                                                                            |
| `DALP-0065` | client      | 404         | yes       | The authenticated system does not have an indexed XvP settlement addon.                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Install the XvP settlement addon or retry after indexing catches up.                                                                                                                                                                                                 |
| `DALP-0066` | client      | 404         | no        | The request references a system addon address that is not part of the caller's active system.                                                                                                                                                                                                                                                                                                                                                                                                                                   | Use an addon address from the authenticated system.                                                                                                                                                                                                                  |
| `DALP-0067` | client      | 400         | no        | The XvP list request needs a participant wallet filter and the authenticated user does not have a wallet to use as the default.                                                                                                                                                                                                                                                                                                                                                                                                 | Provide a participant wallet filter or complete wallet onboarding.                                                                                                                                                                                                   |
| `DALP-0068` | client      | 404         | yes       | The requested settlement address is not indexed for the authenticated system.                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Verify the settlement address or retry after indexing catches up.                                                                                                                                                                                                    |
| `DALP-0069` | permission  | 403         | no        | The caller is not the local sender recorded for the XvP settlement flow.                                                                                                                                                                                                                                                                                                                                                                                                                                                        | Approve from the wallet that is the local sender for this settlement.                                                                                                                                                                                                |
| `DALP-0070` | client      | 404         | no        | The caller has not approved the requested XvP settlement or the approval is not indexed.                                                                                                                                                                                                                                                                                                                                                                                                                                        | Approve the settlement first or retry after indexing catches up.                                                                                                                                                                                                     |
| `DALP-0071` | client      | 400         | no        | The XvP signature payload is not a 0x-prefixed hexadecimal value.                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Sign the settlement message again and submit the hex-encoded signature.                                                                                                                                                                                              |
| `DALP-0072` | permission  | 403         | no        | The authenticated user has no wallet id available for signing the XvP settlement message.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Complete wallet onboarding, refresh the session, and retry.                                                                                                                                                                                                          |
| `DALP-0073` | dependency  | 503         | yes       | The wallet signing service failed while signing the XvP settlement message.                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Retry after a short backoff. If signing continues to fail, contact support with the request id.                                                                                                                                                                      |
| `DALP-0074` | client      | 404         | yes       | The requested fixed-yield schedule is not indexed for the authenticated system or addon.                                                                                                                                                                                                                                                                                                                                                                                                                                        | Verify the schedule address or retry after indexing catches up.                                                                                                                                                                                                      |
| `DALP-0075` | dependency  | 503         | yes       | The fixed-yield schedule references a denomination asset whose metadata is not available in the indexer.                                                                                                                                                                                                                                                                                                                                                                                                                        | Retry after indexing catches up.                                                                                                                                                                                                                                     |
| `DALP-0076` | dependency  | 503         | yes       | The fixed-yield operation needs the denomination asset row, but the indexer has not exposed it yet.                                                                                                                                                                                                                                                                                                                                                                                                                             | Retry after indexing catches up.                                                                                                                                                                                                                                     |
| `DALP-0077` | permission  | 403         | no        | The requested fixed-yield schedule is associated with a different system than the caller's active system.                                                                                                                                                                                                                                                                                                                                                                                                                       | Use a schedule address from the authenticated system.                                                                                                                                                                                                                |
| `DALP-0078` | client      | 404         | yes       | The authenticated system does not have the fixed-yield addon indexed.                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Install the addon or retry after indexing catches up.                                                                                                                                                                                                                |
| `DALP-0079` | dependency  | 503         | yes       | The fixed-yield deployment transaction completed but the created schedule is not visible in the indexer yet.                                                                                                                                                                                                                                                                                                                                                                                                                    | Retry after indexing catches up.                                                                                                                                                                                                                                     |
| `DALP-0080` | client      | 422         | no        | The request body or parameters did not match the API contract.                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Check the request fields against the API documentation and retry with valid values.                                                                                                                                                                                  |
| `DALP-0081` | contract    | 422         | no        | The smart contract rejected the operation with a known DALP error.                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Use the DALP code and suggested action in the response to correct the request or token state.                                                                                                                                                                        |
| `DALP-0082` | dependency  | 503         | yes       | A required backend service is temporarily unavailable.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Retry after a short backoff. If the problem continues, contact support with the request id.                                                                                                                                                                          |
| `DALP-0083` | dependency  | 503         | yes       | The API is reading from an indexer schema that is still rolling out or reindexing.                                                                                                                                                                                                                                                                                                                                                                                                                                              | Retry after the indexer rollout completes. If the problem continues, contact support with the request id.                                                                                                                                                            |
| `DALP-0084` | unknown     | 500         | no        | The API could not complete the request because an unexpected server error occurred.                                                                                                                                                                                                                                                                                                                                                                                                                                             | Retry later or contact support with the request id if the problem continues.                                                                                                                                                                                         |
| `DALP-0085` | client      | 400         | no        | The JSON-RPC request is missing required fields or uses an unsupported shape.                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Send a valid JSON-RPC 2.0 request with the required method, id, and params fields.                                                                                                                                                                                   |
| `DALP-0086` | operational | 500         | yes       | The API could not continue the event stream safely.                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Reconnect to the stream. If failures continue, contact support with the request id.                                                                                                                                                                                  |
| `DALP-0087` | permission  | 404         | no        | The resource does not exist or is not available to the current actor.                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Check that the identifier is correct and that the actor has access to this resource.                                                                                                                                                                                 |
| `DALP-0088` | client      | 404         | no        | DAPI could not find the asset class definition in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                            | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0089` | client      | 404         | no        | DAPI could not find the asset class definition not found definitions delete in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0090` | client      | 404         | no        | DAPI could not find the asset class definition not found definitions update in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0091` | client      | 404         | no        | DAPI could not find the asset type template in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0092` | dependency  | 503         | yes       | The route reached a database query helper that was not registered on the DAPI database context.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Contact support with the request id; this indicates the route is missing the schema or middleware required for this query.                                                                                                                                           |
| `DALP-0093` | dependency  | 503         | yes       | The route reached a database query helper that was not registered on the DAPI database context.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Contact support with the request id; this indicates the route is missing the schema or middleware required for this query.                                                                                                                                           |
| `DALP-0094` | dependency  | 503         | yes       | The route reached a database query helper that was not registered on the DAPI database context.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Contact support with the request id; this indicates the route is missing the schema or middleware required for this query.                                                                                                                                           |
| `DALP-0095` | client      | 404         | no        | DAPI could not find the compliance template in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0096` | client      | 404         | no        | DAPI could not find the contact in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                           | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0097` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0098` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0099` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0100` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0101` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0102` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0103` | client      | 404         | no        | DAPI could not find the core claim no active found topic identity in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0104` | client      | 404         | no        | DAPI could not find the core claim no enabled topic scheme found registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0105` | client      | 404         | no        | DAPI could not find the core claims wallet id not found user must issue session includes walletid in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0106` | client      | 404         | no        | DAPI could not find the core claims wallet id not found user must revoke session includes walletid in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0107` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0108` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0109` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0110` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0111` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0112` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0113` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0114` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0115` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0116` | client      | 404         | no        | DAPI could not find the exchange rate in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0117` | client      | 404         | no        | DAPI could not find the exchange rates base currency in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                      | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0118` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0119` | client      | 404         | no        | DAPI could not find the exchange rates no manual rate found in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0120` | client      | 404         | no        | DAPI could not find the exchange rates quote currency in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0121` | client      | 404         | no        | DAPI could not find the external token registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                           | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0122` | client      | 404         | no        | DAPI could not find the external token registry not found externaltokenregistry deployed registered in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                       | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0123` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0124` | client      | 404         | no        | DAPI could not find the feeds adapters adaptercreated event not found transaction adapter created but address coul in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0125` | client      | 404         | no        | DAPI could not find the feeds feed address in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0126` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0127` | client      | 404         | no        | DAPI could not find the feeds get feedsdirectory not found bootstrapped v3 indexer caught up in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                              | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0128` | client      | 404         | no        | DAPI could not find the feeds issuer feedcreated event not found transaction feed created but address could not ex in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0129` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0130` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0131` | client      | 404         | no        | DAPI could not find the feeds round in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0132` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0133` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0134` | client      | 404         | no        | DAPI could not find the identity recovery factory address not found user s indicates data integrity issue indexer in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0135` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0136` | client      | 404         | no        | DAPI could not find the identity recovery no active workflow found user in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                   | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0137` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0138` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0139` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0140` | client      | 404         | no        | DAPI could not find the identity recovery user not found id in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0141` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0142` | dependency  | 503         | yes       | The route reached a database query helper that was not registered on the DAPI database context.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Contact support with the request id; this indicates the route is missing the schema or middleware required for this query.                                                                                                                                           |
| `DALP-0143` | dependency  | 503         | yes       | The route reached a database query helper that was not registered on the DAPI database context.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Contact support with the request id; this indicates the route is missing the schema or middleware required for this query.                                                                                                                                           |
| `DALP-0144` | dependency  | 503         | yes       | The route reached a database query helper that was not registered on the DAPI database context.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Contact support with the request id; this indicates the route is missing the schema or middleware required for this query.                                                                                                                                           |
| `DALP-0145` | dependency  | 503         | yes       | The route reached a database query helper that was not registered on the DAPI database context.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Contact support with the request id; this indicates the route is missing the schema or middleware required for this query.                                                                                                                                           |
| `DALP-0146` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0147` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0148` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0149` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0150` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0151` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0152` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0153` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0154` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0155` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0156` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0157` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0158` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0159` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0160` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0161` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0162` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0163` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0164` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0165` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0166` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0167` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0168` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0169` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0170` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0171` | client      | 404         | no        | DAPI could not find the settings global organization in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                      | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0172` | client      | 404         | no        | DAPI could not find the settings setting in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                  | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0173` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0174` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0175` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0176` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0177` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0178` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0179` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0180` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0181` | client      | 404         | no        | DAPI could not find the smart wallets approval not found user op hash in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0182` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0183` | client      | 400         | no        | The smart-wallet approval request included a user operation hash that is not valid hex, so DAPI cannot safely look up or sign the approval.                                                                                                                                                                                                                                                                                                                                                                                     | Send the exact 0x-prefixed userOpHash returned by the smart-wallet preview or approval creation response.                                                                                                                                                            |
| `DALP-0184` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0185` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0186` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0187` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0188` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0189` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0190` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0191` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0192` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0193` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0194` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0195` | permission  | 403         | no        | The authenticated wallet is not registered as a signer on the selected multisig validator.                                                                                                                                                                                                                                                                                                                                                                                                                                      | Select a wallet that is a registered signer, or ask a wallet owner to add your signer before retrying.                                                                                                                                                               |
| `DALP-0196` | permission  | 403         | no        | The authenticated wallet is not registered as a signer on the selected multisig validator, so it cannot initiate an approval request.                                                                                                                                                                                                                                                                                                                                                                                           | Switch to a registered signer wallet, or ask a wallet owner to add your signer before creating the approval.                                                                                                                                                         |
| `DALP-0197` | permission  | 403         | no        | The authenticated wallet is not registered as a signer for the selected smart wallet.                                                                                                                                                                                                                                                                                                                                                                                                                                           | Use a registered signer wallet, or ask a wallet owner to add your signer before retrying.                                                                                                                                                                            |
| `DALP-0198` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0199` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0200` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0201` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0202` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0203` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0204` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0205` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0206` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0207` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0208` | client      | 404         | no        | DAPI could not find the smart wallets wallet not found address indexed in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                    | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0209` | client      | 404         | no        | DAPI could not find the smart wallets wallet not found address indexed create approval in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                    | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0210` | client      | 404         | no        | DAPI could not find the smart wallets wallet not found address indexed gas status in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0211` | client      | 404         | no        | DAPI could not find the smart wallets wallet not found address indexed wallets read in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                       | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0212` | client      | 404         | no        | DAPI could not find the smart wallets wallet not found address not indexed yet in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                            | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0213` | client      | 404         | no        | DAPI could not find the smart wallets wallet not found indexing indexer not processed accountcreated event yet in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                            | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0214` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0215` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0216` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0217` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0218` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0219` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0220` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0221` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0222` | dependency  | 503         | yes       | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0223` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0224` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0225` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0226` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0227` | client      | 404         | no        | DAPI could not find the system addon factory not found indexer in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                            | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0228` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0229` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0230` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0231` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0232` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0233` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0234` | client      | 404         | no        | DAPI could not find the system addon registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                             | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0235` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0236` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0237` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0238` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0239` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0240` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0241` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0242` | client      | 404         | no        | DAPI could not find the system claim topic in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0243` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0244` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0245` | client      | 404         | no        | DAPI could not find the system compliance contract in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0246` | client      | 404         | no        | DAPI could not find the system compliance module implementations not found indexer in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0247` | client      | 404         | no        | DAPI could not find the system compliance module not registered registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                  | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0248` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0249` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0250` | client      | 404         | no        | DAPI could not find the system factory address not found directory in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0251` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0252` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0253` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0254` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0255` | operational | 500         | no        | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0256` | dependency  | 503         | yes       | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0257` | operational | 500         | no        | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0258` | dependency  | 503         | yes       | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0259` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0260` | client      | 404         | no        | DAPI could not find the system identity factory address in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                   | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0261` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0262` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0263` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0264` | client      | 404         | no        | DAPI could not find the system identity no contract found wallet in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                          | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0265` | client      | 404         | no        | DAPI could not find the system identity no found in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                          | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0266` | client      | 404         | no        | DAPI could not find the system identity in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                   | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0267` | client      | 404         | no        | DAPI could not find the system identity not found creation indexer did not process block within timeout in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                   | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0268` | client      | 404         | no        | DAPI could not find the system identity not found registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0269` | client      | 404         | no        | DAPI could not find the system identity not registered s registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0270` | client      | 404         | no        | DAPI could not find the system identity not registered yet in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0271` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0272` | client      | 404         | no        | DAPI could not find the system identity topic not registered scheme registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                              | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0273` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0274` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0275` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0276` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0277` | client      | 404         | no        | DAPI could not find the system identity wallet not registered in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                             | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0278` | client      | 404         | no        | DAPI could not find the system no found organization in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                      | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0279` | client      | 404         | no        | DAPI could not find the system in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                            | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0280` | dependency  | 503         | yes       | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0281` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0282` | client      | 404         | no        | DAPI could not find the system paymaster entrypoint not found indexer not processed directory s in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                           | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0283` | client      | 404         | no        | DAPI could not find the system paymaster not found address indexed list available paymasters via get in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                      | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0284` | client      | 404         | no        | DAPI could not find the system paymaster not found address indexed list available paymasters via get v2 in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                   | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0285` | client      | 404         | no        | DAPI could not find the system paymaster sponsorship not found address in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                    | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0286` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0287` | dependency  | 503         | yes       | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0288` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0289` | client      | 404         | no        | DAPI could not find the system token factory type in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0290` | client      | 404         | no        | DAPI could not find the system token no factory found address bootstrapped in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0291` | client      | 404         | no        | DAPI could not find the system token no factory found contract type not recognized in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0292` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0293` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0294` | client      | 404         | no        | DAPI could not find the system trusted issuer in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                             | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0295` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0296` | client      | 404         | no        | DAPI could not find the token access control not found manager configured in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0297` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0298` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0299` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0300` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0301` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0302` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0303` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0304` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0305` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0306` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0307` | operational | 500         | no        | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0308` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0309` | client      | 404         | no        | DAPI could not find the token claim topic not registered scheme registry in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                  | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0310` | client      | 404         | no        | DAPI could not find the token compliance no binding found module type contract in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                            | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0311` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0312` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0313` | operational | 500         | no        | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0314` | client      | 404         | no        | DAPI could not find the token create factory type in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0315` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0316` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0317` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0318` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0319` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0320` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0321` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0322` | client      | 404         | no        | DAPI could not find the token documents document group not found replacement in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                              | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0323` | client      | 404         | no        | DAPI could not find the token documents document in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                          | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0324` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0325` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0326` | client      | 404         | no        | DAPI could not find the token documents file not found storage upload failed in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                              | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0327` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0328` | client      | 404         | no        | DAPI could not find the token factory in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0329` | operational | 500         | no        | The route ran without middleware context that is required before this branch can execute.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Contact support with the request id; this indicates middleware order or route composition is incorrect.                                                                                                                                                              |
| `DALP-0330` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0331` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0332` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0333` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0334` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0335` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0336` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0337` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0338` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0339` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0340` | client      | 404         | no        | DAPI could not find the token indexer token in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0341` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0342` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0343` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0344` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0345` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0346` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0347` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0348` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0349` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0350` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0351` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0352` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0353` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0354` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0355` | client      | 404         | no        | DAPI could not find the token sale addon in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                  | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0356` | client      | 404         | no        | DAPI could not find the token sale addon not found addons in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0357` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0358` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0359` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0360` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0361` | client      | 404         | no        | DAPI could not find the token sale no registered identity found must create in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                               | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0362` | client      | 404         | no        | DAPI could not find the token sale not found indexer in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                      | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0363` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0364` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0365` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0366` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0367` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0368` | client      | 404         | no        | DAPI could not find the token transfer fromwallet not registered identity registry wallet must onboarded can in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                              | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0369` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0370` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0371` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0372` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0373` | permission  | 403         | no        | The authenticated actor does not satisfy the ownership, signer, role, or organization permission required by this branch.                                                                                                                                                                                                                                                                                                                                                                                                       | Retry with an authorized actor, select the correct organization or wallet, or ask an administrator to grant the required permission.                                                                                                                                 |
| `DALP-0374` | client      | 404         | no        | DAPI could not find the token transfer not found address deployed indexed in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0375` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0376` | client      | 404         | no        | DAPI could not find the token transfer towallet not registered identity registry wallet must onboarded can in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0377` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0378` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0379` | client      | 404         | no        | DAPI could not find the token transfer wallet not registered identity registry must onboarded approving transfers in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                         | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0380` | client      | 404         | no        | DAPI could not find the token transfer wallet not registered identity registry must onboarded revoking approvals in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                          | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0381` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0382` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0383` | client      | 404         | no        | DAPI could not find the transaction in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                       | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0384` | client      | 404         | no        | DAPI could not find the transaction not found not chain no stored queue record hash in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                       | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0385` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0386` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0387` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0388` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0389` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0390` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0391` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0392` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0393` | client      | 404         | no        | DAPI could not find the user kyc document in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0394` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0395` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0396` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0397` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0398` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0399` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0400` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0401` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0402` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0403` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0404` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0405` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0406` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0407` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0408` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0409` | client      | 404         | no        | DAPI could not find the user kyc file not found storage upload failed in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0410` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0411` | client      | 404         | no        | DAPI could not find the user kyc no data found profile but version history not completed verification yet in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0412` | client      | 404         | no        | DAPI could not find the user kyc no profile found delete already removed in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                  | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0413` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0414` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0415` | domain      | 409         | no        | The request conflicts with the current resource, workflow, or domain state for this branch.                                                                                                                                                                                                                                                                                                                                                                                                                                     | Refresh the resource state, make the required state transition first, or choose an operation that is valid for the current state.                                                                                                                                    |
| `DALP-0416` | client      | 404         | no        | DAPI could not find the user kyc profile in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                  | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0417` | client      | 404         | no        | DAPI could not find the user kyc profile not found action in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0418` | client      | 404         | no        | DAPI could not find the user kyc source version not found initialdata new users in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                           | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0419` | client      | 404         | no        | DAPI could not find the user kyc version in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                  | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0420` | client      | 404         | no        | DAPI could not find the user kyc version not found action in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                 | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0421` | client      | 404         | no        | DAPI could not find the user kyc version not found version read in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                           | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0422` | operational | 500         | no        | DAPI reached a branch-specific operational failure while executing this route.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry if the operation is idempotent. If it continues, contact support with the request id and route name.                                                                                                                                                           |
| `DALP-0423` | client      | 400         | no        | The request reached a branch whose input failed route-specific validation before the operation could be executed.                                                                                                                                                                                                                                                                                                                                                                                                               | Adjust the request fields to satisfy this endpoint requirement, then retry.                                                                                                                                                                                          |
| `DALP-0424` | client      | 404         | no        | DAPI could not find the user in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                                              | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0425` | client      | 404         | no        | DAPI could not find the user not found by wallet in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                          | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0426` | client      | 404         | no        | DAPI could not find the user not found get security in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                       | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0427` | client      | 404         | no        | DAPI could not find the user not found national id in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                        | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0428` | client      | 404         | no        | DAPI could not find the user not found password reset in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0429` | client      | 404         | no        | DAPI could not find the user not found reset mfa in the active system, organization, or indexer scope.                                                                                                                                                                                                                                                                                                                                                                                                                          | Verify the identifier, ownership scope, and indexing state before retrying.                                                                                                                                                                                          |
| `DALP-0430` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0431` | dependency  | 503         | yes       | A required downstream dependency, indexed record, workflow, storage service, or chain provider was not available for this branch.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the dependency or indexer catches up. If it continues, contact support with the request id.                                                                                                                                                              |
| `DALP-0432` | dependency  | 503         | yes       | The indexer has not linked the fixed-yield schedule to its token metadata yet.                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry after indexing catches up.                                                                                                                                                                                                                                     |
| `DALP-0433` | domain      | 409         | no        | The capital-raise-limit compliance module stores configuration that cannot be changed after the module instance has been installed.                                                                                                                                                                                                                                                                                                                                                                                             | Deploy a new capital-raise-limit module instance with the required parameters, then update token compliance to use that instance.                                                                                                                                    |
| `DALP-0434` | client      | 400         | no        | The token uses the V1 compliance model, which has no scoped module bindings and cannot atomically update module parameters with a scope.                                                                                                                                                                                                                                                                                                                                                                                        | Use configureComplianceModule for V1 tokens, or migrate the asset to a V2 token with a per-token compliance engine before configuring scoped modules.                                                                                                                |
| `DALP-0435` | client      | 400         | no        | The token uses the V1 compliance model, which supports only the legacy single-instance compliance-module install flow.                                                                                                                                                                                                                                                                                                                                                                                                          | Use installComplianceModule for V1 tokens, or migrate the asset to a V2 token with a per-token compliance engine before installing scoped module instances.                                                                                                          |
| `DALP-0436` | client      | 400         | no        | The token uses the V1 compliance model, which has no per-instance scope state to update.                                                                                                                                                                                                                                                                                                                                                                                                                                        | Use V1 compliance-module configuration routes for V1 tokens, or migrate the asset to a V2 token with a per-token compliance engine before setting module scope.                                                                                                      |
| `DALP-0437` | dependency  | 400         | no        | A Restate workflow endpoint returned HTTP 400 before DAPI could complete the downstream operation.                                                                                                                                                                                                                                                                                                                                                                                                                              | Retry only after verifying the API request shape and workflow input. If the request is valid, contact support with the request id.                                                                                                                                   |
| `DALP-0438` | dependency  | 401         | no        | A Restate workflow endpoint returned HTTP 401, so DAPI could not authenticate the downstream workflow call.                                                                                                                                                                                                                                                                                                                                                                                                                     | Retry after the service credentials are corrected. If you are an API consumer, contact support with the request id.                                                                                                                                                  |
| `DALP-0439` | dependency  | 403         | no        | A Restate workflow endpoint returned HTTP 403, so the downstream workflow refused DAPI's call.                                                                                                                                                                                                                                                                                                                                                                                                                                  | Retry after the workflow permissions or service identity are corrected. If you are an API consumer, contact support with the request id.                                                                                                                             |
| `DALP-0440` | dependency  | 404         | yes       | A Restate workflow endpoint returned HTTP 404, which means the expected workflow service, handler, or invocation target was not available.                                                                                                                                                                                                                                                                                                                                                                                      | Retry after the workflow deployment and service discovery have caught up. If it continues, contact support with the request id.                                                                                                                                      |
| `DALP-0441` | dependency  | 409         | no        | A Restate workflow endpoint returned HTTP 409 because the downstream workflow state did not allow this call at this time.                                                                                                                                                                                                                                                                                                                                                                                                       | Refresh the resource or deployment status, wait for the active workflow step to finish, then retry if the operation is still valid.                                                                                                                                  |
| `DALP-0442` | dependency  | 422         | no        | A Restate workflow endpoint returned HTTP 422 because the downstream workflow accepted the call envelope but rejected its semantic input.                                                                                                                                                                                                                                                                                                                                                                                       | Verify the requested operation is valid for the current resource state. If the request is valid, contact support with the request id.                                                                                                                                |
| `DALP-0443` | dependency  | 500         | no        | A Restate workflow endpoint returned HTTP 500 while processing the downstream operation.                                                                                                                                                                                                                                                                                                                                                                                                                                        | Retry if the operation is idempotent. If it continues, contact support with the request id so the workflow failure can be investigated.                                                                                                                              |
| `DALP-0444` | dependency  | 504         | yes       | A Restate workflow endpoint returned HTTP 504 before the downstream operation completed.                                                                                                                                                                                                                                                                                                                                                                                                                                        | Check the resource or deployment status before retrying so you do not duplicate a workflow action that may still complete.                                                                                                                                           |
| `DALP-0445` | dependency  | 400         | no        | The transaction queue returned BAD\_REQUEST before a transaction could be accepted for processing.                                                                                                                                                                                                                                                                                                                                                                                                                              | Verify the route input, wallet verification payload, and queued transaction parameters before retrying.                                                                                                                                                              |
| `DALP-0446` | dependency  | 409         | no        | The transaction queue returned CONFLICT because the requested transaction cannot be accepted in the current queue or resource state.                                                                                                                                                                                                                                                                                                                                                                                            | Refresh the transaction or resource state, wait for any active queued operation to finish, then retry if the operation is still valid.                                                                                                                               |
| `DALP-0447` | dependency  | 422         | no        | The transaction queue accepted the operation envelope but rejected its semantic transaction input before dispatch.                                                                                                                                                                                                                                                                                                                                                                                                              | Verify the requested chain operation is valid for the current contract and token state before retrying.                                                                                                                                                              |
| `DALP-0448` | dependency  | 504         | yes       | The transaction queue did not observe the queued transaction confirmation before its timeout window expired.                                                                                                                                                                                                                                                                                                                                                                                                                    | Check the transaction status before retrying so you do not submit a duplicate operation.                                                                                                                                                                             |
| `DALP-0449` | client      | 404         | no        | The migration comparison route needs the active system address before it can compare deployed component implementations.                                                                                                                                                                                                                                                                                                                                                                                                        | Set the SYSTEM\_ADDRESS setting or deploy a system, then retry the comparison.                                                                                                                                                                                       |
| `DALP-0450` | client      | 400         | no        | The migration comparison route needs the directory contract address from the active network configuration.                                                                                                                                                                                                                                                                                                                                                                                                                      | Set networks.\<name>.contracts.directory in config.yml for the default network, then retry the comparison.                                                                                                                                                           |
| `DALP-0451` | dependency  | 404         | yes       | The directory contract address is configured, but the indexer has not produced the directory row needed for component comparison.                                                                                                                                                                                                                                                                                                                                                                                               | Retry after the indexer processes the directory registration. If it continues, contact support with the request id.                                                                                                                                                  |
| `DALP-0452` | client      | 400         | no        | The migration start route needs an active organization before it can resolve the system and workflow scope.                                                                                                                                                                                                                                                                                                                                                                                                                     | Select an organization, then start the migration again.                                                                                                                                                                                                              |
| `DALP-0453` | client      | 404         | no        | The migration start route needs the active system address before it can submit the migration workflow.                                                                                                                                                                                                                                                                                                                                                                                                                          | Deploy a system or set the SYSTEM\_ADDRESS setting, then start the migration again.                                                                                                                                                                                  |
| `DALP-0454` | auth        | 403         | no        | The migration start route needs the authenticated account wallet before it can verify migration permissions.                                                                                                                                                                                                                                                                                                                                                                                                                    | Connect a wallet to your account, then start the migration again.                                                                                                                                                                                                    |
| `DALP-0455` | auth        | 403         | no        | The authenticated wallet does not hold a role that is allowed to start the system migration workflow.                                                                                                                                                                                                                                                                                                                                                                                                                           | Use an account with the system manager or admin role, or ask an admin to grant the role before retrying.                                                                                                                                                             |
| `DALP-0456` | client      | 400         | no        | The migration start route needs the directory contract address from the active network configuration.                                                                                                                                                                                                                                                                                                                                                                                                                           | Set networks.\<name>.contracts.directory in config.yml for the default network, then start the migration again.                                                                                                                                                      |
| `DALP-0457` | domain      | 409         | yes       | The migration workflow journal still has an active invocation for this organization.                                                                                                                                                                                                                                                                                                                                                                                                                                            | Wait for the current migration to finish, then retry if another migration is still needed.                                                                                                                                                                           |
| `DALP-0458` | dependency  | 500         | yes       | DAPI could not reset the previous system migration workflow journal and state before submitting a fresh run.                                                                                                                                                                                                                                                                                                                                                                                                                    | Retry in a moment. If the problem continues, contact support with the request id.                                                                                                                                                                                    |
| `DALP-0459` | client      | 400         | no        | The migration workflow needs a connected sender wallet and wallet id for the on-chain transactions.                                                                                                                                                                                                                                                                                                                                                                                                                             | Connect a wallet, then start the migration again.                                                                                                                                                                                                                    |
| `DALP-0460` | dependency  | 500         | no        | The system migration workflow reported a terminal failure: {reason}                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Review the failed migration step and retry after correcting the underlying issue. If it continues, contact support with the request id.                                                                                                                              |
| `DALP-0461` | domain      | 409         | yes       | Another add/remove claim-topic mutation for this trusted issuer is already running. DAPI does not queue same-key callers behind the database lock because that can consume database pool sessions.                                                                                                                                                                                                                                                                                                                              | Wait for the active mutation to finish, then retry the claim-topic request if the issuer's topic set still needs to change.                                                                                                                                          |
| `DALP-0462` | domain      | 422         | no        | The template contains configured modules or required controls from a different compliance module generation.                                                                                                                                                                                                                                                                                                                                                                                                                    | Remove the incompatible controls or create a template with the matching legacy/current module set.                                                                                                                                                                   |
| `DALP-0463` | client      | 409         | no        | The organization already has a non-system template with the submitted name.                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Choose a unique template name or update the existing template instead.                                                                                                                                                                                               |
| `DALP-0464` | client      | 404         | no        | DAPI could not find an account with native-balance state in the active system scope.                                                                                                                                                                                                                                                                                                                                                                                                                                            | Verify the chain ID, address, system selection, and indexer freshness before retrying.                                                                                                                                                                               |
| `DALP-0465` | client      | 400         | no        | The configured maturity-redemption treasury is a smart contract. ERC-20 `approve` must be called from the contract that owns the funds, which this route cannot do on its behalf.                                                                                                                                                                                                                                                                                                                                               | Call `approve(spender, amount)` directly from the treasury contract (e.g. via its admin or governance flow), or reconfigure the feature to use an externally-owned treasury wallet.                                                                                  |
| `DALP-0466` | client      | 404         | yes       | The maturity-redemption feature row for this token has not been created or the indexer has not processed the feature initialization yet, so denomination asset and treasury are still unset.                                                                                                                                                                                                                                                                                                                                    | Verify the token has the maturity-redemption feature attached and wait for the indexer to catch up, then retry.                                                                                                                                                      |
| `DALP-0467` | client      | 403         | no        | ERC-20 `approve` must be called from the wallet that owns the funds. The authenticated caller is not the configured treasury wallet, so this route cannot proxy the approval.                                                                                                                                                                                                                                                                                                                                                   | Retry signed in as the configured treasury wallet.                                                                                                                                                                                                                   |
| `DALP-0468` | dependency  | 503         | yes       | The indexer populates `treasury_is_contract` via a single `eth_getCode` on every `MaturityRedemptionFeatureCreated` / `TreasuryUpdated`, but the column is still `null` for this feature — the indexer has not finished the classification step yet (typical during a partial reindex / backfill). Without that flag we cannot decide whether the approve flow is allowed (EOA treasuries) or must be blocked (contract treasuries), so we refuse to proceed rather than risk a misclassified on-chain failure.                 | Wait for the indexer to catch up and retry. If the column stays `null` for an extended period, verify the indexer is healthy and that `MaturityRedemptionFeatureCreated` / `TreasuryUpdated` for this feature were ingested.                                         |
| `DALP-0469` | client      | 400         | no        | The native-balance history endpoint limits each page to 100 rows to keep indexer queries bounded.                                                                                                                                                                                                                                                                                                                                                                                                                               | Request 100 or fewer history rows per page and use the pagination links for additional rows.                                                                                                                                                                         |
| `DALP-0470` | client      | 400         | no        | The native-balance history endpoint requires a lower block bound so history scans stay within the supported query window.                                                                                                                                                                                                                                                                                                                                                                                                       | Include `filter[since]` with a block number using the `gte` or `eq` operator, then retry.                                                                                                                                                                            |
| `DALP-0471` | client      | 404         | no        | DAPI could not find an active (non-revoked) claim matching the requested topic on the target identity.                                                                                                                                                                                                                                                                                                                                                                                                                          | Verify the topic and identity address, and confirm the claim has not already been revoked, before retrying.                                                                                                                                                          |
| `DALP-0472` | auth        | 403         | no        | The route requires a recent re-authentication and the current session is older than the policy window.                                                                                                                                                                                                                                                                                                                                                                                                                          | Re-authenticate (sign in again or complete the step-up challenge) and retry the request.                                                                                                                                                                             |
| `DALP-0473` | dependency  | 503         | yes       | The indexer populates `treasury_is_contract` via a single `eth_getCode` on every `FixedTreasuryYieldFeatureCreated` / `TreasuryUpdated`, but the column is still `null` for this feature — the indexer has not finished the classification step yet (typical during a partial reindex / backfill). Without that flag we cannot decide whether the approve-yield-allowance flow is allowed (EOA treasuries) or must be blocked (contract treasuries), so we refuse to proceed rather than risk a misclassified on-chain failure. | Wait for the indexer to catch up and retry. If the column stays `null` for an extended period, verify the indexer is healthy and that `FixedTreasuryYieldFeatureCreated` / `TreasuryUpdated` for this feature were ingested.                                         |
| `DALP-0474` | client      | 409         | no        | Compliance modules that price mint amounts in fiat (currently capital-raise-limit) require an IDALPPriceResolver addon registered on the system. The dapi resolves the addon address server-side and injects it into the module's initialization payload — without an installed addon there is no resolver to inject, so the deployment is refused before any on-chain transaction is queued.                                                                                                                                   | Install the PriceResolver addon on this system (Addons → Price Resolver) before creating tokens whose compliance template includes capital-raise-limit, adding capital-raise-limit to an existing token, or updating its parameters.                                 |
| `DALP-0475` | domain      | 409         | no        | The platform-wide Account Abstraction feature flag is disabled, so smart wallets cannot be selected as default wallets for routed transactions.                                                                                                                                                                                                                                                                                                                                                                                 | Enable the platform Account Abstraction feature flag, or create the smart wallet without setting it as default.                                                                                                                                                      |
| `DALP-0476` | domain      | 409         | no        | The platform-wide Account Abstraction feature flag is disabled, so smart wallets cannot be selected as default wallets for routed transactions.                                                                                                                                                                                                                                                                                                                                                                                 | Enable the platform Account Abstraction feature flag, or update only the smart wallet metadata.                                                                                                                                                                      |
| `DALP-0477` | domain      | 409         | no        | `conversion-minter` declares `dependsOn: ["conversion"]` in the addon registry. Publishing a template with the minter but no conversion would produce a runtime-invalid token (a minter with nothing to mint into).                                                                                                                                                                                                                                                                                                             | Add the missing dependency to `requiredFeatures` (or remove the orphan dependent), then retry the publish or update request.                                                                                                                                         |
| `DALP-0488` | auth        | 401         | no        | The compliance webhook signature or URL token could not be verified against the integration credentials.                                                                                                                                                                                                                                                                                                                                                                                                                        | Verify the provider webhook URL and signing secret configuration, then send a freshly signed event.                                                                                                                                                                  |
| `DALP-0489` | client      | 400         | no        | The compliance webhook timestamp was more than five minutes away from the server clock.                                                                                                                                                                                                                                                                                                                                                                                                                                         | Send a fresh provider event with a current timestamp and verify clock synchronization for the provider integration.                                                                                                                                                  |
| `DALP-0490` | domain      | 404         | no        | A compliance webhook referenced an external subject ID that has not been mapped to a DALP identity or wallet.                                                                                                                                                                                                                                                                                                                                                                                                                   | Create the subject through DALP before accepting provider webhooks for that external ID, or reconcile the event from the audit log.                                                                                                                                  |
| `DALP-0491` | domain      | 404         | no        | The webhook target is not currently available for compliance event intake.                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Verify the integration configuration and resume the integration before sending more provider events.                                                                                                                                                                 |
| `DALP-0492` | domain      | 409         | no        | The compliance integration failed provisioning or health checks and cannot process provider events.                                                                                                                                                                                                                                                                                                                                                                                                                             | Repair or reprovision the integration before retrying webhook processing.                                                                                                                                                                                            |
| `DALP-0493` | domain      | 422         | no        | The provider payload did not match a supported ClaimSource verdict or monitoring-alert shape and was persisted for audit.                                                                                                                                                                                                                                                                                                                                                                                                       | Review the provider event type and update the adapter mapping before replaying the event.                                                                                                                                                                            |
| `DALP-0494` | domain      | 409         | no        | The event timestamp or sequence is behind the last applied event for the same integration, subject, and topic.                                                                                                                                                                                                                                                                                                                                                                                                                  | Do not replay stale provider events; inspect the audit event if the provider's ordering guarantees appear broken.                                                                                                                                                    |
| `DALP-0495` | dependency  | 503         | yes       | DAPI could not reach the provider health endpoint or the provider returned an unhealthy response.                                                                                                                                                                                                                                                                                                                                                                                                                               | Retry after a short backoff; if the failure persists, verify provider availability and the integration credentials.                                                                                                                                                  |
| `DALP-0496` | dependency  | 502         | no        | The provider applicant or monitored-subject creation call failed before DALP could persist the subject mapping.                                                                                                                                                                                                                                                                                                                                                                                                                 | Verify provider credentials and the submitted subject fields, then retry applicant creation.                                                                                                                                                                         |
| `DALP-0497` | contract    | 502         | no        | The tenant trusted issuer registry rejected the provider issuer EOA registration transaction.                                                                                                                                                                                                                                                                                                                                                                                                                                   | Verify the provider issuer address, claim topic, tenant registry address, and transaction trace before retrying provisioning.                                                                                                                                        |
| `DALP-0498` | domain      | 400         | no        | The webhook payload declared a claim topic different from the single topic configured for the integration.                                                                                                                                                                                                                                                                                                                                                                                                                      | Send the event to an integration configured for that topic, or correct the provider adapter topic mapping.                                                                                                                                                           |
| `DALP-0499` | domain      | 404         | no        | A wallet-subject compliance provider event referenced a wallet that DALP could not resolve to an OnchainID identity.                                                                                                                                                                                                                                                                                                                                                                                                            | Register the wallet to an OnchainID identity before creating or replaying the compliance subject mapping.                                                                                                                                                            |
| `DALP-0500` | domain      | 410         | no        | The pending webhook signing secret expired before it was promoted to the active secret.                                                                                                                                                                                                                                                                                                                                                                                                                                         | Start a new secret rotation and update the provider dashboard with the active webhook signing secret.                                                                                                                                                                |
| `DALP-0501` | client      | 409         | no        | The integration is not in a state that permits the requested action (for example, resume requires paused; revoke is terminal).                                                                                                                                                                                                                                                                                                                                                                                                  | Refresh the integration and choose an action that matches its current state.                                                                                                                                                                                         |
| `DALP-0502` | dependency  | 502         | no        | The provider transaction-registration call (Sumsub KYT) failed before DALP could persist the transaction-id mapping.                                                                                                                                                                                                                                                                                                                                                                                                            | Verify provider credentials and the submitted transaction fields, then retry transaction registration.                                                                                                                                                               |
| `DALP-0503` | client      | 404         | no        | DAPI could not find the webhook endpoint in the authenticated tenant scope.                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the endpoint identifier and tenant context before retrying.                                                                                                                                                                                                   |
| `DALP-0504` | client      | 404         | no        | DAPI could not find the webhook delivery in the authenticated tenant scope.                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Verify the delivery identifier, endpoint identifier, and tenant context before retrying.                                                                                                                                                                             |
| `DALP-0505` | client      | 404         | no        | DAPI could not find the webhook replay in the authenticated tenant scope.                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Verify the replay identifier, endpoint identifier, and tenant context before retrying.                                                                                                                                                                               |
| `DALP-0506` | client      | 404         | no        | DAPI could not find the webhook receipt in the authenticated tenant scope.                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Verify the receipt identifier, delivery identifier, and tenant context before retrying.                                                                                                                                                                              |
| `DALP-0507` | client      | 429         | yes       | The tenant has exhausted the replay-specific webhook rate-limit bucket.                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Wait for the Retry-After interval before starting another replay.                                                                                                                                                                                                    |
| `DALP-0508` | client      | 400         | no        | The replay request spans more blocks or events than the API allows in a single replay job.                                                                                                                                                                                                                                                                                                                                                                                                                                      | Split the replay into smaller ranges and retry.                                                                                                                                                                                                                      |
| `DALP-0509` | domain      | 409         | no        | The endpoint is disabled and cannot accept live, replay, or test deliveries until it is re-enabled.                                                                                                                                                                                                                                                                                                                                                                                                                             | Re-enable the endpoint after fixing the delivery failure cause, then retry.                                                                                                                                                                                          |
| `DALP-0510` | auth        | 401         | no        | The webhook signature, timestamp, or signed payload did not verify against the expected signing material.                                                                                                                                                                                                                                                                                                                                                                                                                       | Verify the signing secret, timestamp tolerance, and exact raw request body before retrying.                                                                                                                                                                          |
| `DALP-0511` | permission  | 404         | no        | The event does not exist or is not available to the current actor for recall.                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Verify the event identifier and use an actor with webhook recall permissions.                                                                                                                                                                                        |
| `DALP-0512` | client      | 400         | no        | The endpoint URL resolves to a private, loopback, link-local, or otherwise disallowed network range.                                                                                                                                                                                                                                                                                                                                                                                                                            | Use a publicly reachable HTTPS endpoint that does not resolve to a private network address.                                                                                                                                                                          |
| `DALP-0513` | domain      | 409         | no        | The tenant has reached the maximum number of webhook endpoints allowed for this environment.                                                                                                                                                                                                                                                                                                                                                                                                                                    | Delete an unused endpoint or contact support to raise the tenant endpoint limit.                                                                                                                                                                                     |
| `DALP-0514` | client      | 409         | no        | The same Idempotency-Key was previously used for a request with a different method, path, or body hash.                                                                                                                                                                                                                                                                                                                                                                                                                         | Reuse an Idempotency-Key only for the exact same request, or send a new key for a different request.                                                                                                                                                                 |
| `DALP-0515` | client      | 409         | yes       | Another request with the same Idempotency-Key is still being processed for this tenant.                                                                                                                                                                                                                                                                                                                                                                                                                                         | Wait for the in-flight request to finish, then retry the exact same request.                                                                                                                                                                                         |
| `DALP-0516` | client      | 409         | no        | The endpoint URL change cannot proceed silently — there are pending delivery attempts the dispatcher would re-target to the new URL.                                                                                                                                                                                                                                                                                                                                                                                            | Re-send the request with `?acknowledgePending=true` to confirm those deliveries should target the new URL, or wait for the queue to drain.                                                                                                                           |
| `DALP-0517` | client      | 422         | no        | Switching an endpoint to `defaultPayloadShape='fat'` requires an explicit GDPR ceremony — the operator must acknowledge each `&lt;eventType&gt;.&lt;fieldPath&gt;` that the thin shape would have stripped. The ack on the request didn't cover every PII field for the endpoint's subscriptions, so the switch would have silently broadened the consent surface.                                                                                                                                                              | Resend the PATCH with `fatEventsAcknowledgment.fieldsAcknowledged` set to the full list of `&lt;eventType&gt;.&lt;fieldPath&gt;` paths returned by `getWebhookFatAcknowledgmentFields(subscriptions)` — the dapp's switch-to-fat dialog computes this automatically. |
| `DALP-0518` | dependency  | 503         | yes       | The API could not contact the Restate admin endpoint required to inspect or mutate workflow state.                                                                                                                                                                                                                                                                                                                                                                                                                              | Retry after a short backoff. If the problem continues, check the Restate cluster health and contact support with the request id.                                                                                                                                     |
| `DALP-0519` | client      | 404         | no        | The Restate admin API does not currently report a deployment matching the configured service URL.                                                                                                                                                                                                                                                                                                                                                                                                                               | Confirm the durable service is registered with Restate (force-redeploy if needed) and retry.                                                                                                                                                                         |
| `DALP-0520` | client      | 409         | no        | The workflow has an active invocation, has already succeeded, or its prior invocations could not be purged.                                                                                                                                                                                                                                                                                                                                                                                                                     | Inspect the workflow with the doctor route and resolve the blocking invocation before retrying.                                                                                                                                                                      |
| `DALP-0521` | dependency  | 408         | yes       | The Thales Luna 7 partition was waiting on out-of-band m-of-n approval and the configured retry window elapsed before the operator quorum signed off, so the workflow gave up.                                                                                                                                                                                                                                                                                                                                                  | Activate the partition on the HSM and re-submit the transaction. If expiries are frequent, lengthen the signing window via the signer config (luna.quorum.retryWindowMs).                                                                                            |
| `DALP-0522` | dependency  | 409         | no        | The Luna vendor-extension reported the partition as activated, but the signing call still returned m-of-n-pending three times in a row. Either the firmware misreports activation or a concurrent caller is consuming the quorum.                                                                                                                                                                                                                                                                                               | Inspect the partition state on the HSM directly. If activation is genuinely pending, retry once the operator approves; otherwise contact support with the request id so the classification heuristic can be tuned.                                                   |
| `DALP-0523` | domain      | 422         | no        | The token's transaction-fee rates have been permanently frozen on-chain. The mutation was rejected before reaching the queue.                                                                                                                                                                                                                                                                                                                                                                                                   | Frozen rates cannot be modified. Update the fee recipient instead, or deploy a new token if different rates are needed.                                                                                                                                              |
| `DALP-0600` | domain      | 409         | no        | Removing a target currency would orphan its on-chain feed. Feeds can only be added.                                                                                                                                                                                                                                                                                                                                                                                                                                             | Submit a value that is a strict superset of the existing target currencies.                                                                                                                                                                                          |
| `DALP-0601` | client      | 422         | no        | The provider's supported-currency snapshot does not contain every requested code.                                                                                                                                                                                                                                                                                                                                                                                                                                               | Pick currencies from GET /v2/exchange-rates/supported-currencies, or wait for the next provider refresh if you expect the code to appear.                                                                                                                            |
| `DALP-0602` | dependency  | 503         | yes       | The workflow runtime did not durably accept the addCurrencyFeeds dispatch, so the new currencies were not persisted.                                                                                                                                                                                                                                                                                                                                                                                                            | Retry the request; if it continues, contact support with the request id.                                                                                                                                                                                             |
| `DALP-0603` | permission  | 403         | no        | Adding a target currency requires the caller's wallet to hold FEEDS\_MANAGER\_ROLE on the system AccessManager so the workflow's IssuerSignedScalarFeedFactory.createFeed call does not revert; the indexed access-control state shows the wallet is not a current member of that role.                                                                                                                                                                                                                                         | Have a system manager grant FEEDS\_MANAGER\_ROLE to this wallet on the system, then retry. The setting is not persisted until the dispatch succeeds.                                                                                                                 |
| `DALP-0604` | domain      | 422         | no        | The active chain has no FeedsDirectory wired up (V3-style deployment), so the workflow's IssuerSignedScalarFeedFactory.createFeed path that backs TARGET\_CURRENCIES additions cannot execute. Persisting the addition would leave the setting reflecting a currency with no path to a feed.                                                                                                                                                                                                                                    | Use a system deployed on a chain that supports FeedsDirectory, or remove the new currency from the requested TARGET\_CURRENCIES value.                                                                                                                               |
| `DALP-0605` | domain      | 422         | no        | Both features bind to the token transfer path and would account for the same transaction fee twice.                                                                                                                                                                                                                                                                                                                                                                                                                             | Remove one of the conflicting features from the template's `requiredFeatures` or `featureConfigs`.                                                                                                                                                                   |

## Surface Coverage [#surface-coverage]

| Surface                              | Transport | Coverage    | Public adapter behavior                                                                                      |
| ------------------------------------ | --------- | ----------- | ------------------------------------------------------------------------------------------------------------ |
| Better Auth                          | hono      | excluded    | pass-through                                                                                                 |
| Known contract revert                | orpc-rest | proof-slice | Preserve CONTRACT\_ERROR data and DALP code while adding unified registry metadata.                          |
| Indexer database dependency failures | orpc-rest | in-scope    | Report degraded indexer schema reads through registry observability while preserving safe fallback behavior. |
| Restate dependency failures          | orpc-rest | proof-slice | Return retryable dependency guidance through the unified public envelope.                                    |
| Bundler JSON-RPC handler             | json-rpc  | proof-slice | Preserve JSON-RPC 2.0 error framing and include registry data under error.data.                              |
| oRPC RPC                             | orpc-rpc  | proof-slice | Carry the same registry identity and public copy through the RPC-compatible error payload.                   |
| oRPC v2 REST                         | orpc-rest | proof-slice | Return the unified public error envelope for greenfield v2/API REST failures.                                |
| DAPI SSE streams                     | sse       | proof-slice | Emit a protocol-valid error event after stream start or direct envelope before stream start.                 |
| Hono unknown fallback                | hono      | proof-slice | Return the safe unknown public envelope after redaction and telemetry emission.                              |
