SettleMint
API integrationErrors

DAPI Error Reference

Complete reference of all DAPI error codes returned by the DALP API, with HTTP status, retryability, and remediation guidance.

DAPI error reference

DALP returns DAPI error identifiers as stable, machine-readable values in API error responses. Use this page when a DAPI client receives a DALP-#### code and needs to decide whether to fix the request, refresh indexed state, or retry later.

Each error in the registry maps to an HTTP status, retry flag, user-facing reason, and recommended recovery step. SDK clients expose the same fields on DalpSdkError: id, category, status, retryable, message, why, fix, and optional redacted details. REST and RPC callers should read these fields from the public error envelope instead of matching on free-text messages.

Retry only when the row marks the error as retryable. For retryable dependency or indexing errors, retry with a short backoff and check the affected resource state before resubmitting mutating operations. For non-retryable client, auth, permission, domain, or contract errors, change the request, credentials, permissions, token state, or upstream provider configuration before trying again.

If an error tells you to contact support, include the request id from the API response or logs. Do not send secrets, raw signatures, private keys, or unredacted identity documents.

Contract revert errors keep their contract-specific data, while DAPI registry metadata explains the API envelope and the safe client response. Compliance-provider errors may require provider-side checks: Sumsub, Elliptic, Notabene.

How to use this reference

  1. Match the id in the error envelope to the table row.
  2. Check the HTTP status and category to separate request problems from permission, domain, dependency, contract, and operational failures.
  3. Use retryable as the retry gate. A yes means the condition may clear after indexing, dependency recovery, workflow completion, or another transient state change. A no means the caller must change something first.
  4. Follow the row's fix text. For mutating operations, verify current resource or transaction state before retrying so the client does not submit the same operation twice.

Errors

IDCategoryHTTP statusRetryableWhyFix
DALP-0001client400noThe request is malformed or cannot be understood by the API.Check the request syntax, parameters, and content type before retrying.
DALP-0002auth401noThe request did not include valid authentication credentials.Authenticate again or send a valid API key/session credential.
DALP-0003permission403noThe authenticated actor does not have permission to complete this request.Use an actor with the required role or ask an administrator to grant access.
DALP-0004auth403noThe authenticated user has not completed onboarding required for this operation.Complete onboarding and retry the request.
DALP-0005auth403noThe operation requires wallet-signing protection that is not configured for this user.Set up PIN or two-factor authentication and retry.
DALP-0006permission403noThe actor lacks at least one role required by the token or system contract.Grant the required role or retry with an authorized actor.
DALP-0007permission403noThe 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-0008operational500noThe API could not determine the effective participant executor for this request after checking the session, organization context, and request headers.Retry with a valid active organization, X-Participant, and X-Executor header combination. If the problem continues, contact support with the request id.
DALP-0009auth500noThe 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-0010dependency503yesThe 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-0011dependency503yesThe API could not complete a transaction queue operation outside the known contract-error and durable execution engine error mappings.Retry after a short backoff. If the problem continues, contact support with the request id.
DALP-0012dependency503yesThe 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-0013dependency503yesThe 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-0014dependency503yesThe API could not query the Durable Execution Engine 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-0015operational503yesThe 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-0016operational504yesThe 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-0017dependency503yesThe 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-0018operational503noThe 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-0019dependency503yesAn 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-0020dependency503yesThe deployment event stream could not read the latest workflow status from the durable execution engine.Reconnect to the stream or poll deployment status after a short backoff. If it continues, contact support with the request id.
DALP-0021operational503noThe deployment workflow ended with a Durable Execution Engine 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-0022client404noThe requested resource could not be found.Check the identifier and retry only if the resource should exist.
DALP-0023client409noThe request tried to create or register a resource that already exists.Use the existing resource or choose a unique identifier.
DALP-0024client409noThe requested change conflicts with the current resource state.Refresh the resource state, resolve the conflict, and retry.
DALP-0025domain422noThe target token does not expose the interface required for this operation.Use a compatible token contract or enable the required interface before retrying.
DALP-0026domain403noThe DALP system bootstrap has not completed for this environment or organization.Create or finish deploying the system before calling this operation.
DALP-0027domain501noThe requested capability depends on an addon that is not available in this system.Install or deploy the required addon before retrying the operation.
DALP-0028domain422noThe 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-0029domain403noThe 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-0030domain409noThe 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-0031operational504yesThe 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-0032permission403noThe 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-0033operational500noThe 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-0034permission403noThe 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-0035permission403noThe 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-0036auth403noThe 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-0037operational500noA 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-0038operational500noThe 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-0039dependency404yesThe 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-0040client404noThe 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-0041dependency500yesThe 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-0042dependency500yesThe 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-0043permission403noThe 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-0044permission403noThe operation requires a registered issuer identity for the authenticated user.Register an issuer identity for the user, then retry.
DALP-0045dependency503yesThe 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-0046client400noThe 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-0047dependency503yesThe 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-0048client404noNo API monitoring log entry exists for the requested id in the active organization.Verify the log entry id and organization, then retry.
DALP-0049client400noThe 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-0051client404noNo invitation matching the requested id exists for the caller.Check the invitation link or ask the organization to issue a new invitation.
DALP-0052client403noThe invitation exists but its expiry time has passed.Ask the organization to send a fresh invitation.
DALP-0053client403noThe invitation was explicitly revoked or is no longer in an accepted state for this flow.Ask the organization to send a fresh invitation.
DALP-0054client404noThe 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-0055permission403noRetrying 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-0056dependency503yesThe API could not safely inspect or purge the previous durable execution engine workflow before submitting a retry.Retry after a short backoff. If the problem continues, contact support with the request id.
DALP-0057permission403noThe 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-0058dependency503yesThe 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-0059client404noThe 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-0060client400noThe stored secret payload was encrypted with a method this DAPI version does not support.Recreate the settlement secret with the supported encryption method.
DALP-0061client400noA 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-0062client400noThe 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-0063client404yesThe 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-0064client400noThe selected XvP factory version requires an ISO 3166-1 numeric country code.Include a valid country code in the XvP creation request.
DALP-0065client404yesThe authenticated system does not have an indexed XvP settlement addon.Install the XvP settlement addon or retry after indexing catches up.
DALP-0066client404noThe 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-0067client400noThe 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-0068client404yesThe requested settlement address is not indexed for the authenticated system.Verify the settlement address or retry after indexing catches up.
DALP-0069permission403noThe 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-0070client404noThe 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-0071client400noThe XvP signature payload is not a 0x-prefixed hexadecimal value.Sign the settlement message again and submit the hex-encoded signature.
DALP-0072permission403noThe authenticated user has no wallet id available for signing the XvP settlement message.Complete wallet onboarding, refresh the session, and retry.
DALP-0073dependency503yesThe 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-0074client404yesThe requested fixed-yield schedule is not indexed for the authenticated system or addon.Verify the schedule address or retry after indexing catches up.
DALP-0075dependency503yesThe fixed-yield schedule references a denomination asset whose metadata is not available in the indexer.Retry after indexing catches up.
DALP-0076dependency503yesThe fixed-yield operation needs the denomination asset row, but the indexer has not exposed it yet.Retry after indexing catches up.
DALP-0077permission403noThe 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-0078client404yesThe authenticated system does not have the fixed-yield addon indexed.Install the addon or retry after indexing catches up.
DALP-0079dependency503yesThe fixed-yield deployment transaction completed but the created schedule is not visible in the indexer yet.Retry after indexing catches up.
DALP-0080client422noThe request body or parameters did not match the API contract.Check the request fields against the API documentation and retry with valid values.
DALP-0081contract422noThe smart contract rejected the operation with a known DALP error.Use the DALP code and suggested response step to correct the request or token state.
DALP-0082dependency503yesA required backend service is temporarily unavailable.Retry after a short backoff. If the problem continues, contact support with the request id.
DALP-0083dependency503yesThe 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-0084unknown500noThe 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-0085client400noThe 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-0086operational500yesThe API could not continue the event stream safely.Reconnect to the stream. If failures continue, contact support with the request id.
DALP-0087permission404noThe 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-0088client404noDAPI 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-0089client404noDAPI 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-0090client404noDAPI 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-0091client404noDAPI 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-0092dependency503yesThe 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-0093dependency503yesThe 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-0094dependency503yesThe 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-0095client404noDAPI 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-0096client404noDAPI could not find the contact in the active system, organization, or indexer scope.Verify the identifier, ownership scope, and indexing state before retrying.
DALP-0097operational500noDAPI 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-0098operational500noDAPI 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-0099client400noThe 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-0100client400noThe 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-0101client400noThe 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-0102operational500noDAPI 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-0103client404noDAPI 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-0104client404noDAPI 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-0105client404noDAPI 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-0106client404noDAPI 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-0107client400noThe 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-0108operational500noDAPI 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-0109client400noThe 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-0110operational500noDAPI 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-0111dependency503yesA 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-0112client400noThe 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-0113dependency503yesA 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-0114client400noThe 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-0115domain409noThe 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-0116client404noDAPI 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-0117client404noDAPI 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-0118operational500noDAPI 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-0119client404noDAPI 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-0120client404noDAPI 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-0121client404noDAPI 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-0122client404noDAPI 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-0123domain409noThe 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-0124client404noDAPI 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-0125client404noDAPI 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-0126client400noThe 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-0127client404noDAPI 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-0128client404noDAPI 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-0129dependency503yesA 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-0130client400noThe 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-0131client404noDAPI 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-0132client400noThe 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-0133dependency503yesA 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-0134client404noDAPI 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-0135operational500noDAPI 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-0136client404noDAPI 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-0137client400noThe 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-0138client400noThe 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-0139operational500noDAPI 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-0140client404noDAPI 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-0141permission403noThe 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-0142dependency503yesThe 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-0143dependency503yesThe 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-0144dependency503yesThe 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-0145dependency503yesThe 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-0146dependency503yesA 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-0147permission403noThe 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-0148permission403noThe 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-0149permission403noThe 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-0150client400noThe 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-0151dependency503yesA 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-0152domain409noThe 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-0153domain409noThe 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-0154domain409noThe 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-0155domain409noThe 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-0156domain409noThe 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-0157operational500noDAPI 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-0158operational500noDAPI 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-0159client400noThe 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-0160domain409noThe 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-0161domain409noThe 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-0162domain409noThe 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-0163operational500noDAPI 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-0164client400noThe 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-0165operational500noDAPI 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-0166operational500noDAPI 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-0167domain409noThe 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-0168domain409noThe 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-0169domain409noThe 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-0170operational500noDAPI 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-0171client404noDAPI 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-0172client404noDAPI 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-0173client400noThe 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-0174dependency503yesA 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-0175client400noThe 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-0176operational500noDAPI 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-0177permission403noThe 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-0178operational500noDAPI 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-0179permission403noThe 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-0180operational500noDAPI 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-0181client404noDAPI 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-0182permission403noThe 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-0183client400noThe 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-0184permission403noThe 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-0185operational500noDAPI 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-0186permission403noThe 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-0187operational500noDAPI 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-0188client400noThe 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-0189client400noThe 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-0190client400noThe 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-0191permission403noThe 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-0192permission403noThe 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-0193permission403noThe 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-0194permission403noThe 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-0195permission403noThe 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-0196permission403noThe 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-0197permission403noThe 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-0198permission403noThe 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-0199domain409noThe 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-0200domain409noThe 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-0201dependency503yesA 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-0202dependency503yesA 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-0203operational500noDAPI 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-0204domain409noThe 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-0205dependency503yesA 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-0206operational500noDAPI 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-0207client400noThe 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-0208client404noDAPI 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-0209client404noDAPI 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-0210client404noDAPI 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-0211client404noDAPI 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-0212client404noDAPI 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-0213client404noDAPI 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-0214permission403noThe 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-0215permission403noThe 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-0216permission403noThe 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-0217permission403noThe 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-0218client400noThe 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-0219permission403noThe 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-0220permission403noThe 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-0221operational500noDAPI 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-0222dependency503yesThe 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-0223permission403noThe 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-0224dependency503yesA 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-0225dependency503yesA 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-0226operational500noDAPI 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-0227client404noDAPI 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-0228domain409noThe 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-0229client400noThe 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-0230permission403noThe 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-0231permission403noThe 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-0232permission403noThe 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-0233operational500noDAPI 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-0234client404noDAPI 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-0235permission403noThe 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-0236permission403noThe 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-0237permission403noThe 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-0238dependency503yesA 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-0239dependency503yesA 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-0240operational500noDAPI 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-0241operational500noDAPI 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-0242client404noDAPI 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-0243operational500noDAPI 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-0244operational500noDAPI 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-0245client404noDAPI 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-0246client404noDAPI 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-0247client404noDAPI 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-0248operational500noDAPI 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-0249operational500noDAPI 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-0250client404noDAPI 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-0251client400noThe 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-0252operational500noDAPI 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-0253operational500noDAPI 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-0254operational500noDAPI 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-0255operational500noThe 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-0256dependency503yesThe 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-0257operational500noThe 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-0258dependency503yesThe 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-0259domain409noThe 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-0260client404noDAPI 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-0261client400noThe 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-0262operational500noDAPI 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-0263client400noThe 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-0264client404noDAPI 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-0265client404noDAPI 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-0266client404noDAPI 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-0267client404noDAPI 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-0268client404noDAPI 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-0269client404noDAPI 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-0270client404noDAPI 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-0271operational500noDAPI 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-0272client404noDAPI 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-0273operational500noDAPI 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-0274operational500noDAPI 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-0275dependency503yesA 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-0276client400noThe 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-0277client404noDAPI 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-0278client404noDAPI 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-0279client404noDAPI could not find the system in the active system, organization, or indexer scope.Verify the identifier, ownership scope, and indexing state before retrying.
DALP-0280dependency503yesThe 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-0281dependency503yesA 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-0282client404noDAPI 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-0283client404noDAPI 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-0284client404noDAPI could not find the requested indexed system paymaster in the active system, organization, or indexer scope.Verify the identifier, ownership scope, and indexing state before retrying.
DALP-0285client404noDAPI 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-0286permission403noThe 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-0287dependency503yesThe 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-0288client400noThe 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-0289client404noDAPI 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-0290client404noDAPI 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-0291client404noDAPI 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-0292dependency503yesA 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-0293dependency503yesA 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-0294client404noDAPI 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-0295domain409noThe 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-0296client404noDAPI 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-0297permission403noThe 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-0298permission403noThe 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-0299permission403noThe 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-0300permission403noThe 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-0301permission403noThe 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-0302permission403noThe 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-0303operational500noDAPI 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-0304operational500noDAPI 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-0305domain409noThe 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-0306domain409noThe 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-0307operational500noThe 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-0308operational500noDAPI 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-0309client404noDAPI 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-0310client404noDAPI 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-0311permission403noThe 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-0312operational500noDAPI 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-0313operational500noThe 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-0314client404noDAPI 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-0315operational500noThe durable token-creation workflow reported a failed phase before producing a result; data.phase and data.error carry the on-chain or workflow-side failure reason.Inspect data.error for the underlying revert or workflow message. Retry only if the cause is transient; otherwise surface the workflow error to the user.
DALP-0316client400noThe 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-0317dependency503yesA 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-0318operational500noDAPI 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-0319client400noThe 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-0320operational500noDAPI 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-0321operational500noDAPI 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-0322client404noDAPI 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-0323client404noDAPI 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-0324client400noThe 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-0325operational500noDAPI 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-0326client404noDAPI 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-0327client400noThe 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-0328client404noDAPI 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-0329operational500noThe 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-0330dependency503yesA 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-0331dependency503yesA 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-0332client400noThe 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-0333dependency503yesA 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-0334client400noThe 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-0335operational500noDAPI 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-0336operational500noDAPI 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-0337operational500noDAPI 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-0338client400noThe 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-0339dependency503yesA 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-0340client404noDAPI 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-0341client400noThe 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-0342operational500noDAPI 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-0343permission403noThe 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-0344client400noThe 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-0345domain409noThe 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-0346operational500noDAPI 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-0347dependency503yesA 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-0348operational500noDAPI 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-0349operational500noDAPI 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-0350operational500noDAPI 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-0351dependency503yesA 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-0352operational500noDAPI 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-0353permission403noThe 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-0354client400noThe 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-0355client404noDAPI 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-0356client404noDAPI 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-0357permission403noThe 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-0358operational500noDAPI 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-0359dependency503yesA 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-0360client400noThe 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-0361client404noDAPI 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-0362client404noDAPI 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-0363permission403noThe 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-0364client400noThe 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-0365operational500noDAPI 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-0366operational500noDAPI 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-0367operational500noDAPI 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-0368client404noDAPI 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-0369permission403noThe 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-0370client400noThe 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-0371client400noThe 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-0372client400noThe 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-0373permission403noThe 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-0374client404noDAPI 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-0375operational500noDAPI 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-0376client404noDAPI 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-0377dependency503yesA 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-0378dependency503yesA 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-0379client404noDAPI 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-0380client404noDAPI 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-0381operational500noDAPI 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-0382dependency503yesA 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-0383client404noDAPI could not find the transaction in the active system, organization, or indexer scope.Verify the identifier, ownership scope, and indexing state before retrying.
DALP-0384client404noDAPI 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-0385client400noThe 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-0386operational500noDAPI 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-0387client400noThe 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-0388domain409noThe 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-0389domain409noThe 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-0390domain409noThe 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-0391domain409noThe 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-0392domain409noThe 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-0393client404noDAPI 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-0394domain409noThe 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-0395domain409noThe 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-0396operational500noDAPI 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-0397operational500noDAPI 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-0398operational500noDAPI 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-0399operational500noDAPI 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-0400operational500noDAPI 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-0401operational500noDAPI 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-0402operational500noDAPI 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-0403operational500noDAPI 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-0404operational500noDAPI 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-0405operational500noDAPI 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-0406operational500noDAPI 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-0407operational500noDAPI 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-0408operational500noDAPI 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-0409client404noDAPI 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-0410client400noThe 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-0411client404noDAPI 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-0412client404noDAPI 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-0413client400noThe 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-0414domain409noThe 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-0415domain409noThe 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-0416client404noDAPI 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-0417client404noDAPI could not find the user KYC profile for this request in the active system, organization, or indexer scope.Verify the identifier, ownership scope, and indexing state before retrying.
DALP-0418client404noDAPI 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-0419client404noDAPI 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-0420client404noDAPI could not find the user KYC version for this request in the active system, organization, or indexer scope.Verify the identifier, ownership scope, and indexing state before retrying.
DALP-0421client404noDAPI 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-0422operational500noDAPI 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-0423client400noThe 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-0424client404noDAPI could not find the user in the active system, organization, or indexer scope.Verify the identifier, ownership scope, and indexing state before retrying.
DALP-0425client404noDAPI 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-0426client404noDAPI 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-0427client404noDAPI 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-0428client404noDAPI 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-0429client404noDAPI 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-0430dependency503yesA 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-0431dependency503yesA 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-0432dependency503yesThe indexer has not linked the fixed-yield schedule to its token metadata yet.Retry after indexing catches up.
DALP-0433domain409noThe 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-0434client400noThe token uses the legacy compliance model, which has no scoped module bindings and cannot atomically update module parameters with a scope.Use configureComplianceModule for legacy tokens, or migrate the asset to a current compliance-engine token before configuring scoped modules.
DALP-0435client400noThe token uses the legacy compliance model, which supports only the single-instance compliance-module install flow.Use installComplianceModule for legacy tokens, or migrate the asset to a current compliance-engine token before installing scoped module instances.
DALP-0436client400noThe token uses the legacy compliance model, which has no per-instance scope state to update.Use legacy compliance-module configuration routes for legacy tokens, or migrate the asset to a current compliance-engine token before setting module scope.
DALP-0437dependency400noA durable execution engine 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-0438dependency401noA durable execution engine 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-0439dependency403noA durable execution engine 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-0440dependency404yesA durable execution engine 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-0441dependency409noA durable execution engine 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-0442dependency422noA durable execution engine 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-0443dependency500noA durable execution engine 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-0444dependency504yesA durable execution engine endpoint returned HTTP 504 before the downstream operation completed.Check the resource or deployment status before retrying so you do not duplicate a workflow step that may still complete.
DALP-0445dependency400noThe 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-0446dependency409noThe 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-0447dependency422noThe 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-0448dependency504yesThe 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-0449client404noThe 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-0450client400noThe 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-0451dependency404yesThe 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-0452client400noThe 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-0453client404noThe 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-0454auth403noThe 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-0455auth403noThe 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-0456client400noThe 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-0457domain409yesThe 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-0458dependency500yesDAPI 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-0459client400noThe migration workflow needs a connected sender wallet and wallet id for the on-chain transactions.Connect a wallet, then start the migration again.
DALP-0460dependency500noThe 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-0461domain409yesAnother 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-0462domain422noThe 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-0463client409noThe organization already has a non-system template with the submitted name.Choose a unique template name or update the existing template instead.
DALP-0464client404noDAPI 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-0465client400noThe 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-0466client404yesThe 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-0467client403noERC-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-0468dependency503yesThe 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-0469client400noThe 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-0470client400noThe 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-0471client404noDAPI 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-0472auth403noThe 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-0473dependency503yesThe 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-0474client409noCompliance 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-0475domain409noThe 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-0476domain409noThe 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-0477domain409noconversion-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-0478dependency422yesBefore redeem(amount) runs, the dapi handler reads allowance(treasury, featureAddress) on the denomination asset and compares it to the on-chain calculatePayout(amount) payout. The treasury is an externally-owned wallet and its ERC-20 allowance to the maturity-redemption feature contract is below that payout, so TreasuryPayoutLib.payoutFrom would revert with ERC20InsufficientAllowance inside the redeem transaction. The preflight refuses up front so the redeemer is not charged gas for a doomed tx.Sign in as the configured treasury wallet (see data.treasury) and grant the maturity-redemption feature an allowance of at least data.required base units of the denomination asset via the bond's Manage maturity → Approve allowance control, then retry the redemption. Since ERC-20 approve overwrites (not adds), agents should submit data.required as the approve amount, not data.required - data.allowance. The error's data payload carries allowance and required as base-unit decimal strings, plus the denominationAsset, feature, and treasury addresses.
DALP-0479client422yesThe maturity-redemption feature's isMatured flag is still false and the on-chain maturityDate has not been reached, so _MaturityRedemptionFeatureLogic.redeem would revert with BondNotYetMatured. The preflight refuses up front so the redeemer is not charged gas for a doomed tx.Wait until the configured maturityDate is reached and the bond is matured, or call mature(token) / matureEarly(token, actualMaturityDate) if you hold the maturity role and want to settle early. Retry once the feature is matured.
DALP-0488auth401noThe compliance webhook signature or URL token could not be verified against the provider credentials.Verify the provider webhook URL and signing secret configuration, then send a freshly signed event.
DALP-0489client400noThe 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.
DALP-0490domain404noA 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-0491domain404noThe webhook target is not currently available for compliance event intake.Verify the provider configuration and resume the provider before sending more provider events.
DALP-0492domain409noThe compliance provider failed provisioning or health checks and cannot process provider events.Repair or reprovision the provider before retrying webhook processing.
DALP-0493domain422noThe 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-0494domain409noThe event timestamp or sequence is behind the last applied event for the same provider, subject, and topic.Do not replay stale provider events; inspect the audit event if the provider's ordering guarantees appear broken.
DALP-0495dependency503yesDAPI 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 provider credentials.
DALP-0496dependency502noThe 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-0497contract502noThe 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-0498domain400noThe webhook payload declared a claim topic that is not configured on the provider.Add the topic to the provider, or correct the provider adapter topic mapping.
DALP-0499domain404noA 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-0500domain410noThe 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-0501client409noThe provider is not in a state that permits the requested operation (for example, resume requires paused; revoke is terminal).Refresh the provider and choose an operation that matches its current state.
DALP-0502client404noDAPI could not find the compliance provider in the active organisation scope.Verify the provider identifier and ownership scope before retrying.
DALP-0503client404noDAPI could not find the requested topic on the compliance provider.Verify the webhook identifier and provider before retrying, or add a new topic through the provider webhook add endpoint.
DALP-0504client400noThe selected vendor product cannot attest the requested claim topic.Choose one of the provider's supported topics or select a different provider kind.
DALP-0505client409noSingle-topic provider products have exactly one webhook; revoking it would leave the participant with no supported topics.Revoke the compliance provider instead, or add another supported webhook before revoking this one.
DALP-0506contract502noThe on-chain identity factory rejected the claim-issuer participant identity deployment for the compliance provider.Verify the system identity factory and signer configuration, then retry provisioning. The provider row stays in failed status until provisioning succeeds.
DALP-0507client429yesThe tenant has exhausted the replay-specific webhook rate-limit bucket.Wait for the Retry-After interval before starting another replay.
DALP-0508client400noThe 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-0509domain409noThe 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-0510auth401noThe 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-0511permission404noThe 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-0512client400noThe 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-0513domain409noThe 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-0514client409noThe same Idempotency-Key was previously used for a request with a different method, path, or body hash.Reuse an Idempotency-Key only for the same request, or send a new key for a different request.
DALP-0515client409yesAnother request with the same Idempotency-Key is still being processed for this tenant.Wait for the in-flight request to finish, then retry the same request.
DALP-0516client409noThe 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-0517client422noSwitching 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-0518dependency503yesThe API could not contact the Durable Execution Engine admin endpoint required to inspect or mutate workflow state.Retry after a short backoff. If the problem continues, check the Durable Execution Engine cluster health and contact support with the request id.
DALP-0519client404noThe Durable Execution Engine admin API does not currently report a deployment matching the configured service URL.Confirm the durable service is registered with Durable Execution Engine (force-redeploy if needed) and retry.
DALP-0520client409noThe 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-0521dependency408yesThe 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-0522dependency409noThe 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-0523domain422noThe 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-0524permission404noThe requested participant cannot be selected by the authenticated session.Remove the X-Participant header or retry with the authenticated participant id.
DALP-0525dependency502noThe 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-0526client404noDAPI could not find the webhook endpoint in the authenticated tenant scope.Verify the endpoint identifier and tenant context before retrying.
DALP-0527client404noDAPI could not find the webhook delivery in the authenticated tenant scope.Verify the delivery identifier, endpoint identifier, and tenant context before retrying.
DALP-0528client404noDAPI could not find the webhook replay in the authenticated tenant scope.Verify the replay identifier, endpoint identifier, and tenant context before retrying.
DALP-0529client404noDAPI could not find the webhook receipt in the authenticated tenant scope.Verify the receipt identifier, delivery identifier, and tenant context before retrying.
DALP-0530client400noThe X-Executor header requested EOA execution for a participant type that cannot execute from an EOA.Use X-Executor: smart-wallet or omit the header so the API selects the participant's supported executor.
DALP-0531client404yesThe X-Executor header requested smart-wallet execution, but no smart wallet is available for this participant and organization.Wait for smart-wallet provisioning or indexing to complete, then retry.
DALP-0532domain409noMutually-exclusive token features bind to the same on-chain or accounting path and would either double-account the same transfer or contradict each other. The registry models these pairs so the publish path can reject them before a token is created from the template.Remove one feature from each conflicting pair in requiredFeatures, then retry the publish or update request.
DALP-0533client404noDAPI could not resolve the metadata payload from IPFS or the configured object-storage mirror.Verify the metadata hash and retry after the metadata source has replicated.
DALP-0600domain409noRemoving 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-0601client422noThe provider's supported-currency snapshot does not contain every requested code.Pick currencies from the supported-currencies endpoint, or wait for the next provider refresh if you expect the code to appear.
DALP-0602dependency503yesThe addCurrencyFeeds workflow dispatch was not durably accepted. The new currencies were not persisted.Retry the request. If it continues, contact support with the request id.
DALP-0603permission403noAdding 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-0604domain422noThe 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-0605domain422noBoth 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.
DALP-0606client400noThe request reached a branch whose input failed route-specific validation before the operation could be executed.Wait for the next yield period to complete or check the conversion history.
DALP-0607client400noThe request reached a branch whose input failed route-specific validation before the operation could be executed.The closure was set at the time of conversion. Past-closure yield is no longer claimable.
DALP-0608client400noThe holder has no claimable yield — periods may already be claimed, accrual may be closed after conversion, or consumed interest may have offset the accrued amount.Verify holder eligibility (last claimed period, conversion state) before retrying.
DALP-0609dependency503yesDAPI could not verify or decrypt the stored KYC document envelope.Retry later. If the document remains unavailable, contact support with the request id.
DALP-0610client400noThe uploaded KYC document payload was not valid base64 document data.Read the document bytes, base64-encode them without data URL prefixes, and retry.
DALP-0611client400noThe declared KYC document size did not match the bytes decoded from fileData.Send the raw file byte length in fileSize and retry the upload.
DALP-0612client400noThe KYC document MIME type did not match the file signature detected by DAPI.Upload a JPEG, PNG, WebP, or PDF whose file extension and MIME type match the actual bytes.
DALP-0613dependency503yesDAPI could not resolve an organization Vault EOA that can sign price-feed submissions for the organization identity.Retry after organization deployment and indexing complete. If it continues, contact support with the request id.
DALP-0614permission400noThe requested platform setting change requires permissions to be synced before it can be persisted.Ask an administrator to run Sync permissions for the listed participants, then retry.
DALP-0615client400noRevealing a secret applies only to HTLC-enabled XvP settlements with external flows; the target settlement is local-only.Skip the reveal call for local settlements, or target an HTLC settlement that has external flows.
DALP-0616client403noThe X-Executor header requested smart-wallet execution while platform Account Abstraction is disabled.Use X-Executor: eoa or omit the header until platform Account Abstraction is enabled.
DALP-0617domain403noThe organization setting requested Account Abstraction routing while the platform-wide Account Abstraction feature is disabled.Keep AA_ENABLED disabled, or enable platform Account Abstraction before enabling the organization setting.
DALP-0618client404noEvery directory.* v2 route resolves the on-chain global Trusted Issuers Registry or Topic Scheme Registry via the per-network Directory address and the indexed directoryInstances table. The route returns 404 when either the Directory address is missing for the active chain or the indexed Directory has no GLOBAL_TRUSTED_ISSUERS_REGISTRY / GLOBAL_TOPIC_SCHEME_REGISTRY instance row.Confirm the platform's Directory address is configured for the active chain and that the global registry instances have been indexed before retrying.
DALP-0619client404noThe directory.topicSchemes.* route looked up a topic scheme on the resolved global Topic Scheme Registry but no row matched the supplied name. The indexer reflects the on-chain registry, so a missing row means the scheme has not been registered on the global tier (or has been removed) for the active chain.Confirm the topic scheme name (case-sensitive, no normalization) and that the indexer has caught up with the latest on-chain register/remove events before retrying.
DALP-0620client409noUpserting a directory topic scheme is idempotent on (name, signature) — submitting the exact same pair returns the existing row. When the name is already registered with a different signature, the registry would silently rewrite the on-chain claim shape and break every system that inherits the scheme, so the route refuses the request before touching the chain.Delete the existing scheme (only safe if no child registry has surfaced a stale-signature warning) or pick a new name. To change the signature in-place, call the dedicated update path once the indexed signature has been confirmed compatible.
DALP-0621client403noThe X-Executor header requested smart-wallet execution while Account Abstraction is disabled for this organization.Ask your organization administrator to enable Account Abstraction for this organization, or omit the X-Executor header to use the organization's default routing.
DALP-0622client404noPer-token topic-scheme writes target the token's own Topic Scheme Registry, resolved from the indexed identityRegistries.topicSchemeRegistryAddress column. The route returns 404 when that column is null or no identityRegistries row exists for the token — the token inherits schemes only through the system → global chain and has nowhere to register a token-specific scheme.Attach a token-level Topic Scheme Registry to the token before adding or removing token-specific schemes. Token-level schemes cannot be managed until the registry exists; inherited system and global schemes remain visible on the list in the meantime.
DALP-0623client404noRemoving a per-token topic scheme resolves the URL topicId to an indexed row on the token's own Topic Scheme Registry. The route returns 404 when the topic id matches no token-level row — it resolves to an inherited system or global scheme, to nothing in the resolved chain, or to a token-level scheme the indexer has not caught up to yet. Inherited schemes are not removable through this route.Confirm the topic id belongs to a token-level scheme (inheritanceLevel token) on the resolved chain. If the scheme was just added, wait for the indexer to catch up with the on-chain register event before retrying the delete.
DALP-0624client404noPer-token trusted-issuer writes target the token's own Trusted Issuer Registry, resolved from the indexed identityRegistries.trustedIssuersRegistryAddress column. The route returns 404 when that column is null or no identityRegistries row exists for the token — the token inherits issuers only through the system → global chain and has nowhere to register a token-specific issuer.Attach a token-level Trusted Issuer Registry to the token before adding or removing token-specific issuers. Token-level issuers cannot be managed until the registry exists; inherited system and global issuers remain visible on the list in the meantime.
DALP-0625client404noRemoving a per-token trusted issuer resolves the URL issuerAddress to an indexed row on the token's own Trusted Issuer Registry. The route returns 404 when the issuer address matches no token-level row — it resolves to an inherited system or global issuer, to nothing in the resolved chain, to an issuer in another token's registry, or to a token-level issuer the indexer has not caught up to yet. Inherited issuers are not removable through this route.Confirm the issuer address belongs to a token-level issuer (inheritanceLevel token) on the resolved chain. If the issuer was just added, wait for the indexer to catch up with the on-chain add event before retrying the delete.
DALP-0626permission403noThe generic feeds submit route is not role-gated for price administration; price-topic submissions must flow through token set-price so the token-level admin role check applies.Call POST /v2/tokens/{tokenAddress}/price with a caller holding the token setPrice role.
DALP-0632client404noThe detach or rotate route resolves the live instance by typeId on the token; no isAttached = true row exists for that typeId.Verify the typeId in the URL and that the feature was previously attached. Re-fetch the token's feature list and retry against an attached typeId.
DALP-0634client404noReading or replacing a token's compliance expression resolves the token's own identity registry from the indexed identityRegistries row. The route returns 404 when no identityRegistries row exists for the token — the token has no identity registry indexed, so it has no compliance expression to read or to write.Confirm the token has a deployed identity registry and that the indexer has caught up with its deployment. The compliance expression cannot be read or replaced until the identity registry is indexed.
DALP-0635operational503noThe chain is missing a gas-pause profile, has an undefined operations budget, or its pending base fee fell below the configured floor.Reach out to support with the request id; this is a server-side configuration issue and is not user-correctable.
DALP-0636permission403noThe requested platform setting change needs to bind existing OnchainIDs to smart wallets, and the caller does not hold every required identity-sync role on the effective executor.Retry as an account that holds DEFAULT_ADMIN_ROLE and IDENTITY_MANAGER_ROLE on the active system.
DALP-0637domain409noA participant's smart wallet is already registered to a different OnchainID than the participant's EOA.Review the participant identity binding before enabling account abstraction.
DALP-0638domain409noAn existing smart-wallet row points at a controller that does not match the participant's current signing EOA.Repair the participant wallet pairing before enabling account abstraction.
DALP-0639client422noThe on-chain IssuerSignedScalarFeed.submit() guard ObservedAtTooFarInFuture() reverts the transaction when observedAt exceeds block.timestamp by more than the feed's driftAllowance. Accepting the request would queue a transaction that will revert and wedge the workflow.Clamp the producer's observedAt to the latest block.timestamp for the target chain, or check the signer host's wall clock against NTP if values are minutes ahead.
DALP-0645client400noToken list grouping and metadata filters resolve eligible keys from asset_type_templates.metadataSchema visible to the caller's tenant scope. The requested key is not declared in any of those schemas, so it cannot be used as groupBy or as a filter[metadata.&lt;key&gt;] axis.Verify the key name matches a field declared in a system or organization template's metadata schema. Use data.availableKeys (capped, alphabetically sorted) for a quick discovery list, or meta.facets["metadata.&lt;key&gt;"] on a regular list request for the authoritative bucketable axes.
DALP-0646client400noToken list groupBy and facet axes are restricted to bucketable metadata field types (string, enum, country-code, currency-code, address). Continuous types such as number, date, decimal-money, percentage, bps, and url are filterable via filter[metadata.&lt;key&gt;] but not bucketable.Pick a bucketable-typed key for groupBy and faceting, or apply this key as a filter only.
DALP-0647client400noIdentifier-typed metadata fields (isin, cusip, lei, figi) are typically unique per token. Using them as groupBy yields degenerate one-token-per-group results and as facet axes they yield single-bucket noise, so token list excludes them from both surfaces.Use the identifier key as a filter via filter[metadata.&lt;key&gt;], or pick a non-identifier bucketable-typed key for grouping and facets.
DALP-0648client404noThe active organization does not have a SPLITTER_ADDRESS setting, so the splitter contract cannot be addressed.Install the refund splitter through the system deployment workflow, then retry after the setting is available.
DALP-0649dependency503yesDAPI could not resolve the indexed AA refund-loop prerequisites or read the required on-chain splitter state.Retry after the indexer and RPC provider are healthy. If the problem continues, contact support with the request id.
DALP-0650client422noThe splitter basis-point value must fit the contract range used to split refunds between the bundler and paymaster.Use an integer value from 0 through 10000.
DALP-0651client422noAA runway alerting requires the critical-days threshold to fire before the warning-days threshold.Use a positive criticalDays value that is lower than warnDays.
DALP-0652domain409noAccount abstraction is a one-way door: once enabled for an organization it can no longer be turned off.Account abstraction must stay enabled. No action is required; leave AA enabled.
DALP-0653client422noThe /v2/tokens/{tokenAddress}/treasury/health route resolved a feature row whose treasury column is the zero address. The badge cannot compose a meaningful balance, allowance, or status against the zero address, so the route refuses up front rather than surface a misleading red badge.Use the bond or yield feature's Set treasury control to configure a non-zero treasury wallet, then refetch the treasury-health endpoint.
DALP-0654dependency502yesThe treasury-health badge issues exactly one live IERC20.balanceOf(treasury) call against the configured chain provider. That call either reverted or could not be reached, so the badge cannot render an authoritative balance and refuses to fall back to indexer state (the balance is operator-mutable and the indexer's tokenBalances row would be stale).Retry once the chain provider is reachable. If the failure persists, verify the configured RPC endpoint for the active chain and the denomination asset address before retrying.
DALP-0655client422noThe /v2/tokens/{tokenAddress}/treasury/health route composes one badge against a single treasury wallet, denomination asset, and implementation classification. When the maturity-redemption and fixed-treasury-yield features attached to the same token resolve to different values for any of those, a single-treasury badge would compare one feature's allowance against another feature's balance and report a misleading status, so the route fails closed instead.Reconfigure the maturity-redemption and fixed-treasury-yield features so they share the same treasury wallet, denomination asset, and implementation classification, then refetch the treasury-health endpoint.
DALP-0656dependency503yesThe /v2/tokens/{tokenAddress}/treasury/health route reads the indexed v_bond_status view for the authoritative denominationRequired ceiling driving the redemption approval. The maturity-redemption feature is attached but the view has not landed a row yet, so collapsing the missing required amount to zero would render a false green badge while the indexer catches up.Retry after the indexer catches up to the latest idxr_token_bonds insert. If the failure persists, verify the indexer is making forward progress on the active chain.
DALP-0657client404yesThe requested atBlock value is ahead of the indexer head for the historical-balances feature; no checkpoint slice covers it yet.Wait for the indexer to catch up to the requested block, or pick a lower block from the picker's latest-indexed default.

Surface coverage

SurfaceTransportCoveragePublic adapter behavior
Better Authhonoexcludedpass-through
Known contract revertorpc-restproof-slicePreserve CONTRACT_ERROR data and DALP code while adding unified registry metadata.
Durable execution engine dependency failuresorpc-restproof-sliceReturn retryable dependency guidance through the unified public envelope.
Indexer database dependency failuresorpc-restin-scopeReport degraded indexer schema reads through registry observability while preserving safe fallback behavior.
Bundler JSON-RPC handlerjson-rpcproof-slicePreserve JSON-RPC 2.0 error framing and include registry data under error.data.
oRPC RPCorpc-rpcproof-sliceCarry the same registry identity and public copy through the RPC-compatible error payload.
oRPC RESTorpc-restproof-sliceReturn the unified public error envelope for current REST failures.
DAPI SSE streamssseproof-sliceEmit a protocol-valid error event after stream start or direct envelope before stream start.
Hono unknown fallbackhonoproof-sliceReturn the safe unknown public envelope after redaction and telemetry emission.

On this page