SettleMint
Errors

DALP error index

Look up any error your integration can receive and jump to the reference page that explains its cause and its fix.

Every DALP error carries a stable DALP-#### id. This index lists every error the API, SDK, CLI, and Console can return, so you can start from an id you received and reach the page that explains it. The Reference column links to the section that carries the cause, the recommended fix, and the severity for that error.

Platform API errors are documented on the Platform API error reference. On-chain contract reverts are documented on the error code reference. Error handling explains how to read the error envelope itself.

Branch your integration on the id, the category, and the retry flag. Do not branch on the message text, because we improve the wording over time. Retryable is Yes only when a retry can succeed after you resolve the cause. It never means send the same request in a loop.

IDMachine nameCategoryHTTP statusRetryableMessageReference
DALP-0001BAD_REQUESTclient400NoThe request could not be read.Platform API
DALP-0002UNAUTHORIZEDauth401NoAuthentication missing or failed.Platform API
DALP-0003FORBIDDENpermission403NoThis operation isn't available for your role.Platform API
DALP-0004NOT_ONBOARDEDauth403NoUser not onboarded.Platform API
DALP-0005USER_MISSING_2FAauth403NoTwo-factor authentication required.Platform API
DALP-0006USER_NOT_AUTHORIZEDpermission403NoThis action requires a role the acting wallet does not hold.Platform API
DALP-0007XVP_DECODING_FAILEDpermission403NoUnable to decrypt secret. Verify you are using the original wallet credentials.Platform API
DALP-0008REQUEST_WALLET_SELECTION_FAILEDoperational500NoParticipant executor selection failed.Platform API
DALP-0009SESSION_RESOLUTION_FAILEDauth500NoSession resolution failed.Platform API
DALP-0010SYSTEM_INDEXER_CONTEXT_FAILEDdependency503YesSystem indexer context unavailable.Platform API
DALP-0011TRANSACTION_QUEUE_OPERATION_FAILEDdependency503YesTransaction queue operation failed.Platform API
DALP-0012TRANSACTION_PROVIDER_READ_FAILEDdependency503YesTransaction provider read failed.Platform API
DALP-0013SMART_WALLET_APPROVAL_FAILEDdependency503YesSmart wallet approval submission failed.Platform API
DALP-0014DURABLE_EXECUTION_ENGINE_ADMIN_QUERY_FAILEDdependency503YesWorkflow Engine admin query failed.Platform API
DALP-0015SYSTEM_DEPLOYMENT_FAILEDoperational503YesSystem deployment failed.Platform API
DALP-0016SYSTEM_DEPLOYMENT_TIMEOUToperational504YesSystem deployment address was not available before the wait timed out.Platform API
DALP-0017SYSTEM_DIRECTORY_UNAVAILABLEdependency503YesSystem directory is missing the system factory address.Platform API
DALP-0018PAYMASTER_SIGNER_SECRET_PERSISTENCE_FAILEDoperational503NoPaymaster signer key rotation could not persist the signer secret.Platform API
DALP-0019INDEXER_COUNT_VALUE_INVALIDdependency503YesIndexer count value could not convert safely.Platform API
DALP-0020DEPLOYMENT_STREAM_POLLING_FAILEDdependency503YesDeployment stream polling failed.Platform API
DALP-0021DEPLOYMENT_WORKFLOW_TERMINAL_FAILEDoperational503NoDeployment workflow reported a terminal failure.Platform API
DALP-0022NOT_FOUNDclient404NoResource not found.Platform API
DALP-0023RESOURCE_ALREADY_EXISTSclient409NoResource already exists.Platform API
DALP-0024CONFLICTclient409NoThe change conflicts with the current resource state.Platform API
DALP-0025TOKEN_INTERFACE_NOT_SUPPORTEDdomain422NoThe token contract at the provided address lacks the required interface.Platform API
DALP-0026SYSTEM_NOT_CREATEDdomain403NoSystem not created.Platform API
DALP-0028FEATURE_NOT_ENABLEDdomain422NoThe required feature is not enabled on this token.Platform API
DALP-0029INVITATION_EMAIL_MISMATCHdomain403NoThis invitation was issued to a different email address. Ask your admin to send a new invitation.Platform API
DALP-0030INVITATION_ALREADY_ACCEPTEDdomain409NoInvitation already accepted.Platform API
DALP-0031CONFIRMATION_TIMEOUToperational504YesTransaction confirmation timeout.Platform API
DALP-0032ADMIN_ACCESS_REQUIREDpermission403NoInsufficient role for this operation.Platform API
DALP-0033DATABASE_CONTEXT_REQUIREDoperational500NoDatabase context required for this operation.Platform API
DALP-0034ACTIVE_ORGANIZATION_REQUIREDpermission403NoActive organization required for this operation.Platform API
DALP-0035API_KEY_READ_ONLYpermission403NoThis API key is read-only and cannot perform write operations.Platform API
DALP-0036API_KEY_NOT_SUPPORTED_ON_RPCauth403NoThis authentication method is not supported on this endpoint. Use the REST API instead.Platform API
DALP-0037TOKEN_CONTEXT_REQUIREDoperational500NoToken context required for this operation.Platform API
DALP-0038TOKEN_PERMISSIONS_UNAVAILABLEoperational500NoToken permission context is unavailable.Platform API
DALP-0039SYSTEM_NOT_BOOTSTRAPPED_INDEXINGdependency404YesSystem is not bootstrapped in the indexer yet.Platform API
DALP-0040SYSTEM_NOT_DEPLOYEDclient404NoNo system deployment found for this organization.Platform API
DALP-0041SYSTEM_ACCESS_CONTROL_UNAVAILABLEdependency500YesSystem access control context is unavailable.Platform API
DALP-0042TRUSTED_ISSUER_CONTEXT_UNAVAILABLEdependency500YesTrusted issuer context is unavailable.Platform API
DALP-0043TRUSTED_ISSUER_PERMISSION_REQUIREDpermission403NoTrusted issuer permission required for the requested topic.Platform API
DALP-0044TRUSTED_ISSUER_IDENTITY_REQUIREDpermission403NoThe user does not have an issuer identity.Platform API
DALP-0045REINDEX_SERVICE_UNREACHABLEdependency503YesLedger Index reindex admin is unreachable.Platform API
DALP-0046REINDEX_REQUEST_INVALIDclient400NoReindex request wasn't accepted.Platform API
DALP-0047REINDEX_SERVICE_UNAVAILABLEdependency503YesLedger Index reindex admin is unavailable.Platform API
DALP-0048API_MONITORING_LOG_ENTRY_NOT_FOUNDclient404NoAPI monitoring log entry was not found.Platform API
DALP-0049API_MONITORING_REQUEST_TYPE_INVALIDclient400NoAPI monitoring request type isn't recognized.Platform API
DALP-0051INVITATION_NOT_FOUNDclient404NoInvitation not found.Platform API
DALP-0052INVITATION_EXPIREDclient403NoInvitation has expired.Platform API
DALP-0053INVITATION_REVOKEDclient403NoInvitation revoked.Platform API
DALP-0054DEPLOYMENT_NOT_FOUNDclient404NoDeployment not found.Platform API
DALP-0055ORGANIZATION_DEPLOYMENT_RETRY_FORBIDDENpermission403NoOnly organization owners or platform admins may retry an organization deployment.Platform API
DALP-0056ORGANIZATION_DEPLOYMENT_RETRY_PREPARE_FAILEDdependency503YesCould not prepare the prior deployment for retry.Platform API
DALP-0057ORGANIZATION_CREATION_RESTRICTEDpermission403NoOnly platform admins may create organizations in this environment.Platform API
DALP-0058SYSTEM_FACTORY_DIRECTORY_MISSINGdependency503YesSystem factory address is missing from the directory.Platform API
DALP-0059XVP_SECRET_NOT_FOUNDclient404NoEncrypted XvP secret was not found for this settlement.Platform API
DALP-0060XVP_UNSUPPORTED_ENCRYPTION_METHODclient400NoXvP secret uses an unsupported encryption method.Platform API
DALP-0061XVP_HASHLOCK_INVALIDclient400NoXvP hashlock must be a 0x-prefixed hex string.Platform API
DALP-0062XVP_SECRET_OR_HASHLOCK_REQUIREDclient400NoCross-chain XvP settlements require a secret or hashlock.Platform API
DALP-0063XVP_FACTORY_ADDON_NOT_FOUNDclient404YesXvP settlement factory addon was not found in the system registry.Platform API
DALP-0064XVP_V3_COUNTRY_REQUIREDclient400NoCountry code required for V3 XvP settlement factories.Platform API
DALP-0065XVP_ADDON_NOT_FOUNDclient404YesXvP settlement addon missing from the current system.Platform API
DALP-0066SYSTEM_ADDON_NOT_IN_SYSTEMclient404NoProvided system addon does not belong to the authenticated system.Platform API
DALP-0067XVP_PARTICIPANT_WALLET_REQUIREDclient400NoParticipant wallet address required.Platform API
DALP-0068XVP_SETTLEMENT_NOT_FOUNDclient404YesXvP settlement was not found.Platform API
DALP-0069XVP_LOCAL_SENDER_REQUIREDpermission403NoOnly the local sender can approve this XvP settlement.Platform API
DALP-0070XVP_APPROVAL_NOT_FOUNDclient404NoXvP approval was not found.Platform API
DALP-0071XVP_SIGNATURE_HEX_INVALIDclient400NoSignature must be a valid hex string.Platform API
DALP-0072XVP_SIGNING_WALLET_MISSINGpermission403NoWallet id required for XvP settlement signing.Platform API
DALP-0073XVP_SETTLEMENT_SIGNATURE_FAILEDdependency503YesXvP settlement message signing failed.Platform API
DALP-0074FIXED_YIELD_SCHEDULE_NOT_FOUNDclient404YesFixed yield schedule was not found.Platform API
DALP-0075FIXED_YIELD_DENOMINATION_METADATA_NOT_INDEXEDdependency503YesDenomination asset metadata pending indexing.Platform API
DALP-0076FIXED_YIELD_DENOMINATION_ASSET_NOT_INDEXEDdependency503YesDenomination asset pending indexing.Platform API
DALP-0077FIXED_YIELD_SCHEDULE_SYSTEM_MISMATCHpermission403NoThe specified yield schedule does not belong to the authenticated system.Platform API
DALP-0078FIXED_YIELD_ADDON_NOT_FOUNDclient404YesYield schedule addon was not found in the system registry.Platform API
DALP-0079FIXED_YIELD_DEPLOYMENT_NOT_INDEXEDdependency503YesYield schedule deployment pending indexing.Platform API
DALP-0080INPUT_VALIDATION_FAILEDclient422NoInput validation failed.Platform API
DALP-0081CONTRACT_ERRORcontract422NoContract operation failed.Platform API
DALP-0082SERVICE_UNAVAILABLEdependency503YesService temporarily unavailable.Platform API
DALP-0083n/adependency503YesIndexer data temporarily incomplete.Platform API
DALP-0084INTERNAL_SERVER_ERRORunknown500NoThe platform could not complete this request.Platform API
DALP-0085n/aclient400NoJSON-RPC request processing failed.Platform API
DALP-0086n/aoperational500YesEvent stream failed.Platform API
DALP-0087NOT_FOUNDpermission404NoResource not found.Platform API
DALP-0088ASSET_CLASS_DEFINITION_NOT_FOUNDclient404NoAsset class definition not found. Verify the ID is correct and belongs to your organization or is a system class.Platform API
DALP-0089ASSET_CLASS_DEFINITION_NOT_FOUND_DEFINITIONS_DELETEclient404NoAsset class definition not found. Verify the ID is correct and belongs to your organization.Platform API
DALP-0090ASSET_CLASS_DEFINITION_NOT_FOUND_DEFINITIONS_UPDATEclient404NoAsset class definition not found; concurrent deletion may have removed the definition.Platform API
DALP-0091ASSET_TYPE_TEMPLATE_NOT_FOUNDclient404NoAsset type template not found.Platform API
DALP-0092AUTH_USER_QUERY_UNAVAILABLEdependency503YesAuth user query unavailable.Platform API
DALP-0093AUTH_USER_QUERY_UNAVAILABLE_RECOVERY_EXECUTEdependency503YesActive organization required to execute identity recovery.Platform API
DALP-0094AUTH_USER_QUERY_UNAVAILABLE_RECOVERY_PREVIEWdependency503YesActive organization required to preview identity recovery.Platform API
DALP-0095COMPLIANCE_TEMPLATE_NOT_FOUNDclient404NoCompliance template not found.Platform API
DALP-0096CONTACT_NOT_FOUNDclient404NoContact not found.Platform API
DALP-0097CONTACTS_FAILED_TO_LOAD_UPSERTEDoperational500NoFailed to load upserted contact.Platform API
DALP-0098CONTACTS_FAILED_TO_UPSERToperational500NoFailed to upsert contact.Platform API
DALP-0099CORE_ARRAY_EMPTYclient400NoEmpty array in {fieldName}.Platform API
DALP-0100CORE_ARRAY_LENGTH_MISMATCHclient400NoArray length mismatch in {fieldName}.Platform API
DALP-0101CORE_ARRAY_TOO_MANY_ELEMENTSclient400No{fieldName} exceeds the allowed element count.Platform API
DALP-0102CORE_CLAIM_MULTIPLE_ACTIVE_CLAIMS_FOUND_TOPIC_IDENTITYoperational500NoMultiple active claims found for topic {topicId} on identity {identityAddress}.Platform API
DALP-0103CORE_CLAIM_NO_ACTIVE_FOUND_TOPIC_IDENTITYclient404NoNo active claim found for topic {topicId} on identity {identityAddress}.Platform API
DALP-0104CORE_CLAIM_NO_ENABLED_TOPIC_SCHEME_FOUND_REGISTRYclient404NoNo enabled topic scheme {topicId} found in registry {registryAddress}.Platform API
DALP-0105CORE_CLAIMS_WALLET_ID_NOT_FOUND_USER_MUST_ISSUE_SESSION_INCLUDES_WALLETIDclient404NoWallet ID not found for claim issuance.Platform API
DALP-0106CORE_CLAIMS_WALLET_ID_NOT_FOUND_USER_MUST_REVOKE_SESSION_INCLUDES_WALLETIDclient404NoWallet ID not found for claim revocation.Platform API
DALP-0107CORE_CURRENCY_BASECURRENCY_NOT_VALID_FIATclient400NobaseCurrency is not a valid fiat currency.Platform API
DALP-0108CORE_DRIZZLE_REQUIREOR_RETURNED_UNDEFINED_UNEXPECTEDLYoperational500NoInternal query builder produced no filter condition.Platform API
DALP-0109CORE_RESOLVE_FEATURE_INVALID_ADDRESS_INDEXED_DISCOVERY_RETURNED_MALFORMEDclient400NoFeature "{featureName}" has a malformed address returned by the indexer.Platform API
DALP-0110CORE_RESOLVE_FEATURE_NOT_ENABLED_TOKEN_ATTACH_VIA_CONFIGURATION_CALLINGoperational500NoFeature "{featureName}" is not attached to this token.Platform API
DALP-0111CORE_TRANSACTION_DATABASE_CONNECTION_UNAVAILABLE_SERVER_CONFIGURATIONdependency503YesDatabase connection not available. Check server configuration.Platform API
DALP-0112CORE_TRANSACTION_INVALID_SYSTEMADDRESSclient400NoSystem address wasn't accepted: {systemAddress}.Platform API
DALP-0113CORE_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATIONdependency503YesTransaction processing service not available. Check server configuration.Platform API
DALP-0114CORE_UNWRAP_SYNC_QUEUE_EXECUTION_RETURNED_NO_DATA_READRESULT_CALLBACK_REQUIREDclient400NoSync queue execution returned no data; provide a readResult callback.Platform API
DALP-0115CORE_UNWRAP_UNEXPECTED_ASYNC_RESULT_SYNC_ONLY_V1_HANDLER_ROUTES_ALWAYS_RUN_MODE_INDICATESdomain409NoUnexpected async result in a v1 route handler.Platform API
DALP-0116EXCHANGE_RATE_NOT_FOUNDclient404NoExchange rate not found.Platform API
DALP-0117EXCHANGE_RATES_BASE_CURRENCY_NOT_FOUNDclient404NoBase currency {baseCurrency} not found.Platform API
DALP-0118EXCHANGE_RATES_FAILED_TO_FETCHoperational500NoFailed to fetch exchange rates: {value}.Platform API
DALP-0119EXCHANGE_RATES_NO_MANUAL_RATE_FOUNDclient404NoNo manual exchange rate found for {baseCurrency}/{quoteCurrency}.Platform API
DALP-0120EXCHANGE_RATES_QUOTE_CURRENCY_NOT_FOUNDclient404NoQuote currency {quoteCurrency} not found.Platform API
DALP-0121EXTERNAL_TOKEN_REGISTRY_NOT_FOUNDclient404NoExternal token registry not found in system.Platform API
DALP-0122EXTERNAL_TOKEN_REGISTRY_NOT_FOUND_EXTERNALTOKENREGISTRY_DEPLOYED_REGISTEREDclient404NoExternal token registry not found in system. Ensure the system has an ExternalTokenRegistry deployed and registered.Platform API
DALP-0123FEEDS_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_SUBMIT_FEED_UPDdomain409NoAccount at address {identityAddress} does not have an associated identity contract. Only users with an identity can submit feed updates.Platform API
DALP-0124FEEDS_ADAPTERS_ADAPTERCREATED_EVENT_NOT_FOUND_TRANSACTION_ADAPTER_CREATED_BUT_ADDRESS_COULclient404NoAdapterCreated event not found in transaction {transactionHash}. The adapter may have deployed but log extraction failed to yield an address.Platform API
DALP-0125FEEDS_FEED_ADDRESS_NOT_FOUNDclient404NoFeed with address {feedAddress} not found.Platform API
DALP-0126FEEDS_FEED_CONTRACT_NOT_VALID_AGGREGATORV3_DOES_ADDRESS_DEPLOYEDclient400NoFeed contract at {feedAddress} is not a valid AggregatorV3 feed. Verify the address and confirm the contract is deployed.Platform API
DALP-0127FEEDS_GET_FEEDSDIRECTORY_NOT_FOUND_BOOTSTRAPPED_V3_INDEXER_CAUGHT_UPclient404NoFeedsDirectory not found for system {feedAddress}. Ensure V3 bootstrap completed and the indexer has caught up.Platform API
DALP-0128FEEDS_ISSUER_FEEDCREATED_EVENT_NOT_FOUND_TRANSACTION_FEED_CREATED_BUT_ADDRESS_COULD_NOT_EXclient404NoFeedCreated event not found in transaction {transactionHash}. The feed may have deployed but log extraction failed to yield an address.Platform API
DALP-0129FEEDS_NO_FEED_REGISTERED_SUBJECT_TOPICID_INDEXER_CAUGHT_UPdependency503YesNo feed registered for subject {topicId} and topicId {feedAddress}. Check that a feed exists and the indexer has caught up.Platform API
DALP-0130FEEDS_RESOLVE_INVALID_TOPICID_MUST_NUMERIC_STRINGclient400NoTopic ID "{topicId}" must be a numeric string, but received "{topicId}": must be a numeric string.Platform API
DALP-0131FEEDS_ROUND_NOT_FOUNDclient404NoRound {roundId} not found.Platform API
DALP-0132FEEDS_TRANSACTION_HASH_INVALIDclient400NoTransaction hash format wasn't accepted: "{transactionHash}". Expected 0x-prefixed hex string from transaction queue.Platform API
DALP-0133FEEDS_TRANSACTION_HASH_INVALID_FEEDS_SUBMITdependency503YesTransaction hash format wasn't accepted: "{transactionHash}". Expected 0x-prefixed hex string from the Workflow Engine.Platform API
DALP-0134IDENTITY_RECOVERY_FACTORY_ADDRESS_NOT_FOUND_USER_S_INDICATES_DATA_INTEGRITY_ISSUE_INDEXERclient404NoIdentity factory address not found for the user's identity. This indicates a data integrity issue in the indexer, contact support.Platform API
DALP-0135IDENTITY_RECOVERY_MULTISIG_SHARED_WALLETS_NOT_YET_SUPPORTED_WILL_AVAILABLE_FUTURE_RELEASEoperational500NoRecovery for multisig/shared wallets is not yet supported. This will be available in a future release.Platform API
DALP-0136IDENTITY_RECOVERY_NO_ACTIVE_WORKFLOW_FOUND_USERclient404NoNo active recovery workflow found for user {value}.Platform API
DALP-0137IDENTITY_RECOVERY_NO_WALLET_SPECIFIED_USER_DEFAULT_ADDRESSclient400NoNo wallet specified and user has no default wallet. Provide a wallet address in the request.Platform API
DALP-0138IDENTITY_RECOVERY_NO_WALLET_SPECIFIED_USER_PERSONAL_ADDRESSclient400NoNo wallet specified and user has no personal identity wallet. Provide a wallet address in the request.Platform API
DALP-0139IDENTITY_RECOVERY_USER_DOES_NOT_CONTRACT_DEPLOYED_POSSIBLE_DEPLOY_FIRST_VIA_MANAGEMENT_FLOoperational500NoUser does not have an identity contract deployed. Recovery is not possible without a deployed identity. Deploy an identity first via the identity management flow.Platform API
DALP-0140IDENTITY_RECOVERY_USER_NOT_FOUND_IDclient404NoUser not found. Verify the user ID exists in the system.Platform API
DALP-0141IDENTITY_RECOVERY_WALLET_NOT_IN_OWNER_SCOPE_USER_ADDRESSpermission403NoWallet {{walletAddress}} does not belong to user {{address}}. Verify the wallet address.Platform API
DALP-0142KYC_ACTION_REQUESTS_QUERY_UNAVAILABLEdependency503YeskycActionRequests query not available. Register the KYC schema to enable this query.Platform API
DALP-0143KYC_DOCUMENTS_QUERY_UNAVAILABLEdependency503YeskycDocuments query not available. Register the KYC schema to enable this query.Platform API
DALP-0144KYC_PROFILES_QUERY_UNAVAILABLEdependency503YeskycProfiles query not available. Register the KYC schema to enable this query.Platform API
DALP-0145KYC_VERSIONS_QUERY_UNAVAILABLEdependency503YeskycVersions query not available. Register the KYC schema to enable this query.Platform API
DALP-0146OBJECT_STORAGE_UNAVAILABLEdependency503YesObject storage is not available.Platform API
DALP-0147OFFCHAIN_ORGANIZATION_PERMISSION_REQUIREDpermission403NoThe active organization does not have the required permission for this operation.Platform API
DALP-0148OFFCHAIN_USER_PERMISSION_REQUIREDpermission403NoThe authenticated user does not have the required permission for this operation.Platform API
DALP-0149REQUEST_WALLET_HEADER_FORBIDDENpermission403NoThe wallet header value is not permitted for this request.Platform API
DALP-0150REQUEST_WALLET_HEADER_INVALIDclient400NoThe wallet header value was not accepted.Platform API
DALP-0151DURABLE_EXECUTION_ENGINE_CALL_FAILEDdependency503YesThe workflow engine call failed.Platform API
DALP-0152SETTINGS_ASSET_CANNOT_CHANGE_BASE_TYPE_PUBLISHED_TEMPLATE_DETERMINES_PRICING_FIELDS_DEPLOYdomain409NoCannot change baseAssetType of a published template. It determines instrument-specific detail fields for deployed assets.Platform API
DALP-0153SETTINGS_ASSET_CANNOT_CHANGE_TYPE_ID_PUBLISHED_TEMPLATEdomain409NoCannot change typeId of a published template.Platform API
DALP-0154SETTINGS_ASSET_CANNOT_CLEAR_CLASS_ID_TYPE_NOT_RECOGNIZED_FACTORYdomain409NoCannot clear assetClassId: typeId "{typeId}" is not a recognized factory type.Platform API
DALP-0155SETTINGS_ASSET_CLASSES_CANNOT_DELETED_ONLY_CUSTOM_CAN_REMOVEDdomain409NoSystem asset classes cannot be deleted.Platform API
DALP-0156SETTINGS_ASSET_CLASSES_CANNOT_MODIFIED_CREATE_CUSTOM_CLASSdomain409NoSystem asset classes cannot be modified.Platform API
DALP-0157SETTINGS_ASSET_FAILED_TO_CREATE_CLASS_DEFINITION_DATABASE_CONNECTIVITYoperational500NoFailed to create asset class definition. Verify database connectivity and retry.Platform API
DALP-0158SETTINGS_ASSET_FAILED_TO_CREATE_TYPE_TEMPLATE_DATABASE_CONNECTIVITY_NAME_UNIQUEoperational500NoFailed to create asset type template. Verify database connectivity and that the template name is unique.Platform API
DALP-0159SETTINGS_ASSET_INVALID_CLASS_ID_MUST_BELONG_ORGANIZATIONclient400NoAsset class selection was not accepted: the asset class must belong to your organization or be a system class.Platform API
DALP-0160SETTINGS_ASSET_TEMPLATES_CANNOT_DELETEDdomain409NoSystem asset type templates cannot be deleted.Platform API
DALP-0161SETTINGS_ASSET_TEMPLATES_CANNOT_MODIFIED_ONLY_DISPLAY_PREFERENCES_E_G_SIDEBAR_VISIBILITY_Cdomain409NoSystem asset type templates cannot be modified.Platform API
DALP-0162SETTINGS_ASSET_TEMPLATES_CANNOT_PUBLISHEDdomain409NoSystem asset type templates cannot be published.Platform API
DALP-0163SETTINGS_ASSET_TYPE_ID_NOT_RECOGNIZED_FACTORYoperational500NotypeId "{typeId}" is not a recognized factory type.Platform API
DALP-0164SETTINGS_ASSET_UNRECOGNIZED_TYPE_ID_KNOWNclient400NoUnrecognized typeId "{typeId}": provide a known typeId.Platform API
DALP-0165SETTINGS_COMPLIANCE_FAILED_TO_CREATE_TEMPLATEoperational500NoFailed to create compliance template.Platform API
DALP-0166SETTINGS_COMPLIANCE_FAILED_TO_UPDATE_TEMPLATEoperational500NoFailed to update compliance template.Platform API
DALP-0167SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_DELETEDdomain409NoSystem compliance templates cannot be deleted.Platform API
DALP-0168SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_MODIFIEDdomain409NoSystem compliance templates cannot be modified.Platform API
DALP-0169SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_PUBLISHEDdomain409NoSystem compliance templates cannot be published.Platform API
DALP-0170SETTINGS_FAILED_TO_UPSERT_SETTING_KEYoperational500NoFailed to upsert setting with key '{settingKey}'.Platform API
DALP-0171SETTINGS_GLOBAL_ORGANIZATION_NOT_FOUNDclient404NoOrganization not found.Platform API
DALP-0172SETTINGS_SETTING_NOT_FOUNDclient404NoSetting not found.Platform API
DALP-0173SETTINGS_THEME_FILE_SIZE_EXCEEDS_VALUEMB_LIMITclient400NoFile size exceeds {value}MB limit.Platform API
DALP-0174SETTINGS_THEME_OBJECT_STORAGE_NOT_CONFIGUREDdependency503YesObject storage is not configured.Platform API
DALP-0175SETTINGS_THEME_PAYLOAD_EXCEEDS_SUPPORTED_LIMITSclient413NoTheme payload exceeds supported limits.Platform API
DALP-0176SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLEDoperational500NoNo MultisigWeightedValidator on this wallet. Install one before changing the threshold.Platform API
DALP-0177SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_ADD_SIGNERpermission403NoNo MultisigWeightedValidator on this wallet. Install one before managing signers.Platform API
DALP-0178SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_CREATE_APPROVALoperational500NoNo MultisigWeightedValidator on this wallet. Install one before creating approvals.Platform API
DALP-0179SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_REMOVE_SIGNERpermission403NoNo MultisigWeightedValidator on this wallet. Install one before managing signers.Platform API
DALP-0180SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_SIGN_APPROVALoperational500NoNo MultisigWeightedValidator on this wallet.Platform API
DALP-0181SMART_WALLETS_APPROVAL_NOT_FOUND_USER_OP_HASHclient404NoApproval not found for the supplied user operation hash.Platform API
DALP-0182SMART_WALLETS_APPROVAL_NOT_IN_OWNER_SCOPE_WALLETpermission403NoApproval does not belong to this wallet.Platform API
DALP-0183SMART_WALLETS_USER_OP_HASH_INVALIDclient400NouserOpHash needs to be a 0x-prefixed hex string.Platform API
DALP-0184SMART_WALLETS_APPROVAL_NOT_IN_OWNER_SCOPE_WALLET_CROSS_SIGNATURE_SUBMISSION_NOT_ALLOWEDpermission403NoApproval does not belong to this wallet. Cross-wallet signature submission is not allowed.Platform API
DALP-0185SMART_WALLETS_APPROVAL_WORKFLOW_COMPLETED_WITHOUT_ENOUGH_DATA_BUILD_RESPONSEoperational500NoApproval workflow completed without enough data to build the response. Retry the request.Platform API
DALP-0186SMART_WALLETS_AUTHENTICATED_WALLET_MUST_INCLUDED_MULTISIG_SIGNERS_LISTpermission403NoThe authenticated wallet must appear in the multisig signers list.Platform API
DALP-0187SMART_WALLETS_CALLDATA_MUST_0X_PREFIXED_HEX_STRINGoperational500NocallData needs to be a 0x-prefixed hex string.Platform API
DALP-0188SMART_WALLETS_INVALID_INIT_DATA_NOT_VALID_HEX_0X_PREFIXED_STRINGclient400NoinitData is not a 0x-prefixed hex string.Platform API
DALP-0189SMART_WALLETS_NO_BUNDLER_WALLET_PROVISIONED_ORGANIZATION_COMPLETE_DEPLOYMENT_FIRST_PROVISIclient400NoNo bundler wallet provisioned for this organization. Complete system deployment first, the provisioning phase creates the bundler wallet.Platform API
DALP-0190SMART_WALLETS_NO_WALLET_ID_AVAILABLE_USER_SESSION_VALID_BUNDLER_CONFIGUREDclient400NoNo wallet ID available. Ensure the user session has a valid bundler wallet configured.Platform API
DALP-0191SMART_WALLETS_NO_WALLET_ID_AVAILABLE_USER_SESSION_VALID_SIGNER_CONFIGUREDpermission403NoNo wallet ID available. Ensure the user session has a valid signer wallet configured.Platform API
DALP-0192SMART_WALLETS_NON_DEFAULT_SIGNER_WEIGHTS_NOT_SUPPORTED_YET_ADD_WEIGHT_DEDICATED_MANAGEMENTpermission403NoNon-default signer weights are not supported by this endpoint yet. Add the signer with weight 1 or use a dedicated weight-management flow.Platform API
DALP-0193SMART_WALLETS_NONE_KNOWN_SIGNING_EOAS_CURRENTLY_SIGNER_WALLETpermission403NoNone of your known signing EOAs is currently a signer on this wallet.Platform API
DALP-0194SMART_WALLETS_NOT_AUTHORIZED_UPDATE_METADATA_WALLETpermission403NoYou are not authorized to update metadata for this wallet.Platform API
DALP-0195SMART_WALLETS_NOT_SIGNER_MULTISIG_VALIDATOR_WALLETpermission403NoYou are not a signer on this multisig wallet.Platform API
DALP-0196SMART_WALLETS_NOT_SIGNER_MULTISIG_VALIDATOR_WALLET_ONLY_SIGNERS_CAN_CREATE_APPROVALSpermission403NoOnly multisig signers can create approvals for this wallet.Platform API
DALP-0197SMART_WALLETS_NOT_SIGNER_WALLETpermission403NoYou are not a signer on this wallet.Platform API
DALP-0198SMART_WALLETS_ONLY_WALLET_OWNER_CAN_DIRECTLY_MULTISIG_APPROVAL_FLOW_CO_SIGNER_OPERATIONSpermission403NoOnly the wallet owner can perform this operation directly. Use the multisig approval flow for co-signer operations.Platform API
DALP-0199SMART_WALLETS_ORGANIZATION_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_CREATE_WALLET_DEFAULTdomain409NoOrganization has Account Abstraction disabled; cannot create a smart wallet as default.Platform API
DALP-0200SMART_WALLETS_ORGANIZATION_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_SET_WALLET_DEFAULTdomain409NoOrganization has Account Abstraction disabled; cannot set a smart wallet as default.Platform API
DALP-0201SMART_WALLETS_RPC_URL_NOT_CONFIGURED_CHAIN_NETWORK_CONFIGURATIONdependency503YesRPC URL not configured for the current chain. Check network configuration.Platform API
DALP-0202SMART_WALLETS_RPC_URL_NOT_CONFIGURED_GAS_STATUS_CHECKS_NETWORK_CONFIG_RUN_BUN_DEV_SETUPdependency503YesRPC URL not configured for gas-status checks. Check network configuration.Platform API
DALP-0203SMART_WALLETS_SYSTEMADDRESS_DOES_NOT_MATCH_WALLET_Soperational500NoProvided systemAddress does not match the wallet's system.Platform API
DALP-0204SMART_WALLETS_USER_OP_HASH_DOES_NOT_MATCH_PREVIEW_BUILT_SUPPLIED_CALLDATA_WALLET_STATE_REBdomain409NouserOpHash does not match the preview built from the supplied callData and wallet state. Rebuild the preview and retry.Platform API
DALP-0205SMART_WALLETS_WALLET_ADDRESS_UNAVAILABLE_WORKFLOW_COMPLETIONdependency503YesSmart wallet address not available after workflow completion. Retry the request.Platform API
DALP-0206SMART_WALLETS_WALLET_METADATA_UPDATE_SUCCEEDED_BUT_COULD_NOT_RELOADEDoperational500NoSmart wallet metadata update succeeded, but the wallet record failed to reload.Platform API
DALP-0207SMART_WALLETS_WALLET_NO_MULTISIG_THRESHOLD_CONFIGURED_SET_CREATING_APPROVALSclient400NoThis wallet has no multisig threshold configured. Set a threshold before creating approvals.Platform API
DALP-0208SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXEDclient404NoWallet not found. Verify the address is correct and the wallet has finished indexing.Platform API
DALP-0209SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_CREATE_APPROVALclient404NoSmart wallet not found. Verify the address is correct and the wallet has finished indexing.Platform API
DALP-0210SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_GAS_STATUSclient404NoSmart wallet not found. Verify the address is correct and the wallet has finished indexing.Platform API
DALP-0211SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_WALLETS_READclient404NoSmart wallet not found. Verify the address is correct and the wallet has finished indexing.Platform API
DALP-0212SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_NOT_INDEXED_YETclient404YesSmart wallet not found. The indexer may not have reached this wallet yet.Platform API
DALP-0213SMART_WALLETS_WALLET_NOT_FOUND_INDEXING_INDEXER_NOT_PROCESSED_ACCOUNTCREATED_EVENT_YETclient404YesSmart wallet not found after indexing. The indexer may not have processed the AccountCreated event yet.Platform API
DALP-0214SYSTEM_ACCESS_LEAST_ONE_ADDRESS_ROLE_REQUIREDpermission403NoAt least one address and one role must be present.Platform API
DALP-0215SYSTEM_ACCESS_MANAGER_GRANT_ROLEpermission403NoSystem access manager contract not found for this system.Platform API
DALP-0216SYSTEM_ACCESS_MANAGER_REVOKE_ROLEpermission403NoSystem access manager contract not found for this system.Platform API
DALP-0217SYSTEM_ACCESS_ROLES_NOT_FOUNDpermission403NoRoles not found: {role}.Platform API
DALP-0218SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ADDRESS_CONFIGURATIONclient400NoUnexpected error: address configuration failed to apply.Platform API
DALP-0219SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ADDRESS_ROLE_CONFIGURATIONpermission403NoUnexpected error: address or role configuration failed to apply.Platform API
DALP-0220SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ROLE_CONFIGURATIONpermission403NoUnexpected error: role configuration failed to apply.Platform API
DALP-0221SYSTEM_ACTIVITY_LISToperational500NoActivity event has no resolvable sender address.Platform API
DALP-0222SYSTEM_ADDON_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVEdependency503YesSystem context not available. Check server configuration and ensure systemMiddleware is active.Platform API
DALP-0223SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_ADVISORY_LOCK_PAYMASTER_SIGNER_PROVISIONINGpermission403NoDatabase not available. Required for advisory lock during paymaster signer provisioning.Platform API
DALP-0224SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_RESOLVING_ENTRYPOINT_ADDRESSdependency503YesDatabase not available. Required for resolving EntryPoint address.Platform API
DALP-0225SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_RESOLVING_FEEDSDIRECTORY_ADDRESS_PRICERESOLVERdependency503YesDatabase not available. Required for resolving FeedsDirectory address during PriceResolver addon initialization.Platform API
DALP-0226SYSTEM_ADDON_FACTORY_CREATEoperational500NoAddon factory deployment failed.Platform API
DALP-0227SYSTEM_ADDON_FACTORY_NOT_FOUND_INDEXERclient404NoAddon factory {factoryAddress} was not found in the indexer.Platform API
DALP-0228SYSTEM_ADDON_FACTORY_RECEIPT_DID_NOT_CONTAIN_CANNOT_RESOLVE_DEPLOYED_ADDRESSdomain409NoAddon factory receipt did not contain {factoryAddress}; cannot resolve deployed addon address.Platform API
DALP-0229SYSTEM_ADDON_FACTORY_REGISTRATION_COMPLETED_BUT_NO_BLOCK_NUMBER_RECORDED_ALL_TRANSACTION_Rclient400NoAddon factory registration completed but no block number recorded; all transaction receipts lacked blockNumber.Platform API
DALP-0230SYSTEM_ADDON_PAYMASTER_DEPLOYMENT_COMPLETED_WITHOUT_TRANSACTION_RECEIPT_CANNOT_PERSIST_SCOpermission403NoPaymaster addon deployment completed without a transaction receipt; cannot persist the paymaster-scoped signer key.Platform API
DALP-0231SYSTEM_ADDON_PAYMASTER_SIGNER_KEY_MISMATCHpermission403NoPaymaster signer key mismatch for {paymasterAddress}.Platform API
DALP-0232SYSTEM_ADDON_PENDING_PAYMASTER_SIGNER_KEY_BUT_NOT_VALID_HEXpermission403NoPending paymaster signer key exists but is not valid hex ({paymasterAddress}).Platform API
DALP-0233SYSTEM_ADDON_PRICERESOLVER_PREREQUISITES_NOT_PREFLIGHTED_RESOLVE_THEM_VIA_RESOLVEPRICERESOoperational500NoPriceResolver prerequisites were not resolved before batch addon deployment.Platform API
DALP-0234SYSTEM_ADDON_REGISTRY_NOT_FOUNDclient404NoSystem addon registry not found.Platform API
DALP-0235SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_PERSISTING_PAYMASTER_SIGNER_KEY_DEPLOYMpermission403NoSecrets provider not available; required for persisting the paymaster signer key after deployment.Platform API
DALP-0236SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_PREPARING_PAYMASTER_SIGNER_KEYpermission403NoSecrets provider not available; required for preparing the paymaster signer key.Platform API
DALP-0237SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_RECONCILING_PAYMASTER_SIGNER_KEYpermission403NoSecrets provider not available; required for reconciling the paymaster signer key.Platform API
DALP-0238SYSTEM_ADDON_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDDLEdependency503YesTransaction processing service not available. Check server configuration and ensure restateMiddleware is active.Platform API
DALP-0239SYSTEM_BUNDLER_WALLET_ADDRESS_NOT_CONFIGURED_CONFIGURE_BUNDLER_WALLET_ADDRESS_ORGANIZATIONdependency503YesBundler wallet address is not configured. Set BUNDLER_WALLET_ADDRESS in organization settings first.Platform API
DALP-0240SYSTEM_CLAIM_TOPIC_CREATION_REQUIRES_HEADERS_QUEUE_EXECUTIONoperational500NoTopic creation requires request headers for queue execution.Platform API
DALP-0241SYSTEM_CLAIM_TOPIC_DELETES_REQUIRE_HEADERS_QUEUE_EXECUTIONoperational500NoTopic deletion requires request headers for queue execution.Platform API
DALP-0242SYSTEM_CLAIM_TOPIC_NOT_FOUNDclient404NoTopic "{topicId}" not found.Platform API
DALP-0243SYSTEM_CLAIM_TOPIC_UPDATES_REQUIRE_HEADERS_QUEUE_EXECUTIONoperational500NoTopic update requires request headers for queue execution.Platform API
DALP-0244SYSTEM_COMPLIANCE_CACHEDRESULT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGEoperational500NocachedResult must be set by startWorkflow; this is a bug in the queue bridge.Platform API
DALP-0245SYSTEM_COMPLIANCE_CONTRACT_NOT_FOUNDclient404NoSystem compliance contract not found.Platform API
DALP-0246SYSTEM_COMPLIANCE_MODULE_IMPLEMENTATIONS_NOT_FOUND_INDEXERclient404NoCompliance module implementations not found in indexer for: {moduleAddress}.Platform API
DALP-0247SYSTEM_COMPLIANCE_MODULE_NOT_REGISTERED_REGISTRYclient404NoModule {registryAddress} is not registered in the compliance module registry.Platform API
DALP-0248SYSTEM_COMPLIANCE_MODULE_UNINSTALLoperational500NoCompliance module uninstall failed.Platform API
DALP-0249SYSTEM_DIRECTORY_READoperational500NoDirectory read failed.Platform API
DALP-0250SYSTEM_FACTORY_ADDRESS_NOT_FOUND_DIRECTORYclient404NoSystem factory address not found in directory.Platform API
DALP-0251SYSTEM_IDENTITY_ADDRESS_REQUIREDclient400NoSystem address missing from request.Platform API
DALP-0252SYSTEM_IDENTITY_CACHEDRESULT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGEoperational500NocachedResult must be set by startWorkflow, this is a bug in the queue bridge.Platform API
DALP-0253SYSTEM_IDENTITY_CACHEDRESULT_RECEIPT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGEoperational500NocachedResult with receipt must be set by startWorkflow, this is a bug in the queue bridge.Platform API
DALP-0254SYSTEM_IDENTITY_CLAIM_ISSUEoperational500NoClaim issue failed.Platform API
DALP-0255SYSTEM_IDENTITY_CONTEXT_REQUIRED_VALIDATE_KNOWYOURCUSTOMER_CLAIM_VALUESoperational500NoSystem context missing; needed to validate knowYourCustomer claim values.Platform API
DALP-0256SYSTEM_IDENTITY_CONTEXT_UNAVAILABLE_SYSTEMMIDDLEWARE_APPLIEDdependency503YesSystem context not available. Ensure systemMiddleware is active.Platform API
DALP-0257SYSTEM_IDENTITY_DATABASE_CONTEXT_REQUIRED_VALIDATE_KNOWYOURCUSTOMER_CLAIM_VALUESoperational500NoDatabase context missing; needed to validate knowYourCustomer claim values.Platform API
DALP-0258SYSTEM_IDENTITY_DATABASE_CONTEXT_UNAVAILABLE_DATABASEMIDDLEWARE_APPLIEDdependency503YesDatabase context not available. Ensure databaseMiddleware is active.Platform API
DALP-0259SYSTEM_IDENTITY_DO_NOT_MANAGEMENT_KEY_ONLY_USERS_MANAGEMENT_RIGHTS_CAN_REVOKE_CLAIMSdomain409NoThe signing wallet does not hold a MANAGEMENT_KEY on identity {targetIdentityAddress}. Only wallets with management rights can revoke claims.Platform API
DALP-0260SYSTEM_IDENTITY_FACTORY_ADDRESS_NOT_FOUNDclient404NoIdentity factory address not found.Platform API
DALP-0261SYSTEM_IDENTITY_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclient400NoAddress format not accepted for {address}. Expected a 0x-prefixed 40-character hex Ethereum address.Platform API
DALP-0262SYSTEM_IDENTITY_MULTIPLE_ACTIVE_CLAIMS_FOUND_TOPICoperational500NoMultiple active claims found for topic {topicId} on identity {identityAddress}.Platform API
DALP-0263SYSTEM_IDENTITY_NO_ASSOCIATED_ACCOUNTclient400NoIdentity {identityAddress} has no associated account.Platform API
DALP-0264SYSTEM_IDENTITY_NO_CONTRACT_FOUND_WALLETclient404NoNo identity contract found for wallet "{identityAddress}".Platform API
DALP-0265SYSTEM_IDENTITY_NO_FOUNDclient404NoNo identity found for {identityAddress}.Platform API
DALP-0266SYSTEM_IDENTITY_NOT_FOUNDclient404NoSystem not found.Platform API
DALP-0267SYSTEM_IDENTITY_NOT_FOUND_CREATION_INDEXER_DID_NOT_PROCESS_BLOCK_WITHIN_TIMEOUTclient404NoIdentity not found after creation. Indexer did not process the block within the timeout.Platform API
DALP-0268SYSTEM_IDENTITY_NOT_FOUND_REGISTRYclient404NoIdentity {identityAddress} was not found in the registry.Platform API
DALP-0269SYSTEM_IDENTITY_NOT_REGISTERED_S_REGISTRYclient404NoIdentity {identityAddress} is not registered in this system's identity registry.Platform API
DALP-0270SYSTEM_IDENTITY_NOT_REGISTERED_YETclient404NoIdentity for "{identityAddress}" is not registered yet.Platform API
DALP-0271SYSTEM_IDENTITY_TOPIC_CLAIM_MUST_MATCH_APPROVED_KYC_CONTENT_HASHoperational500NoTopic {topicId} claim value must match the approved KYC content hash.Platform API
DALP-0272SYSTEM_IDENTITY_TOPIC_NOT_REGISTERED_SCHEME_REGISTRYclient404NoTopic {topicId} is not registered in the topic scheme registry.Platform API
DALP-0273SYSTEM_IDENTITY_TOPIC_REQUIRES_APPROVED_KYC_PROFILE_TARGETdomain422NoTopic '{topic}' requires an approved KYC profile for the target identity.Platform API
DALP-0274SYSTEM_IDENTITY_TOPIC_REQUIRES_SINGLE_CLAIM_NOT_ARRAY_STRUCTURED_DATAoperational500NoTopic {topicId} requires a single claim value, not an array or structured data.Platform API
DALP-0275SYSTEM_IDENTITY_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDdependency503YesTransaction processing service not available. Check server configuration and ensure restateMiddleware is active.Platform API
DALP-0276SYSTEM_IDENTITY_UNEXPECTED_CLAIM_MISSING_VALIDATIONclient400NoUnexpected: claim missing after validation.Platform API
DALP-0277SYSTEM_IDENTITY_WALLET_NOT_REGISTEREDclient404NoIdentity for wallet "{identityAddress}" is not registered in the system.Platform API
DALP-0278SYSTEM_NO_FOUND_ORGANIZATIONclient404NoNo system found for this organization.Platform API
DALP-0279SYSTEM_NOT_FOUNDclient404NoSystem not found.Platform API
DALP-0280SYSTEM_PAYMASTER_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVEdependency503YesSystem context not available. Check server configuration and ensure systemMiddleware is active.Platform API
DALP-0281SYSTEM_PAYMASTER_DIRECTORY_ADDRESS_NOT_CONFIGURED_NETWORK_CONFIG_CONTRACT_SETdependency503YesDirectory address not configured. Check network config has a directory contract address set.Platform API
DALP-0282SYSTEM_PAYMASTER_ENTRYPOINT_NOT_FOUND_INDEXER_NOT_PROCESSED_DIRECTORY_Sclient404NoEntryPoint not found in indexer for this system.Platform API
DALP-0283SYSTEM_PAYMASTER_NOT_FOUND_ADDRESS_INDEXED_LIST_AVAILABLE_PAYMASTERS_VIA_GETclient404NoPaymaster {paymasterAddress} not found. Confirm the address and check that the indexer has processed it. List available paymasters via GET /v2/system/paymasters.Platform API
DALP-0284SYSTEM_PAYMASTER_NOT_FOUND_ADDRESS_INDEXED_LIST_AVAILABLE_PAYMASTERS_VIA_GET_V2client404NoPaymaster {systemAddress} not found. Confirm the address and check that the indexer has processed it. List available paymasters via GET /v2/system/paymasters.Platform API
DALP-0285SYSTEM_PAYMASTER_SPONSORSHIP_NOT_FOUND_ADDRESSclient404NoSponsorship paymaster not found with address {paymasterAddress}.Platform API
DALP-0286SYSTEM_PAYMASTER_WALLET_ID_NOT_FOUND_USER_MUST_ROTATE_SIGNER_KEYpermission403NoWallet ID not found. User must have a wallet ID to rotate the signer key.Platform API
DALP-0287SYSTEM_TOKEN_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVEdependency503YesSystem context not available. Check server configuration and ensure systemMiddleware is active.Platform API
DALP-0288SYSTEM_TOKEN_FACTORY_DEPLOYMENT_COMPLETED_BUT_NO_BLOCK_NUMBER_RECORDED_ALL_TRANSACTION_RECclient400NoToken factory deployment completed but transaction receipts recorded no block number.Platform API
DALP-0289SYSTEM_TOKEN_FACTORY_TYPE_NOT_FOUNDclient404NoToken factory for type {factoryAddress} not found.Platform API
DALP-0290SYSTEM_TOKEN_NO_FACTORY_FOUND_ADDRESS_BOOTSTRAPPEDclient404NoNo token factory found for {systemAddress}. Verify the factory address and that the system has completed bootstrapping.Platform API
DALP-0291SYSTEM_TOKEN_NO_FACTORY_FOUND_CONTRACT_TYPE_NOT_RECOGNIZEDclient404NoNo token factory found for {factoryAddress}. Contract type {factoryAddress} is not a recognized factory type.Platform API
DALP-0292SYSTEM_TOKEN_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDDLEdependency503YesTransaction processing service not available. Check server configuration and ensure restateMiddleware is active.Platform API
DALP-0293SYSTEM_TRUSTED_ISSUER_ADD_REMOVE_CLAIM_TOPIC_ROUTES_SYNC_ONLY_PREFER_RESPOND_ASYNC_NOT_SUPdependency503YesTrusted-issuer claim-topic routes run synchronously and do not support the 'Prefer: respond-async' header.Platform API
DALP-0294SYSTEM_TRUSTED_ISSUER_NOT_FOUNDclient404NoTrusted issuer "{issuerAddress}" not found.Platform API
DALP-0295TOKEN_ACCESS_CANNOT_REVOKE_LAST_PERMISSION_MANAGER_LEAST_ONE_ADMIN_MUST_REMAINdomain409NoCannot revoke the last permission manager. At least one admin must remain on the token.Platform API
DALP-0296TOKEN_ACCESS_CONTROL_NOT_FOUND_MANAGER_CONFIGUREDclient404NoToken access control not found. Ensure the token has an access manager configured.Platform API
DALP-0297TOKEN_ACCESS_INVALID_GRANT_ROLE_INPUT_SHAPE_EITHER_ACCOUNTS_ACCOUNT_ROLESpermission403NoGrant role input shape was not accepted. Provide either { accounts, role } or { account, roles }.Platform API
DALP-0298TOKEN_ACCESS_INVALID_REVOKE_ROLE_INPUT_SHAPE_EITHER_ACCOUNTS_ACCOUNT_ROLESpermission403NoRevoke role request body did not match an accepted shape. Provide either { accounts, role } or { account, roles }.Platform API
DALP-0299TOKEN_ACCESS_LEAST_ONE_ROLE_MUST_GRANTINGpermission403NoRole granting requires at least one role.Platform API
DALP-0300TOKEN_ACCESS_LEAST_ONE_ROLE_MUST_REVOCATIONpermission403NoRole revocation requires at least one role.Platform API
DALP-0301TOKEN_ACCESS_ONE_MORE_ROLES_NOT_FOUND_ALL_ROLE_NAMES_VALID_CONTROLpermission403NoOne or more roles not found. Check that all role names are valid access control roles.Platform API
DALP-0302TOKEN_ACCESS_ROLE_NOT_FOUND_NAME_VALID_CONTROLpermission403NoRole {role} not found. Check the role name is a valid access control role.Platform API
DALP-0303TOKEN_BURNoperational500NoToken burn failed unexpectedly.Platform API
DALP-0304TOKEN_BURN_PAUSED_UNPAUSE_BURNINGoperational500NoToken {tokenAddress} paused; burn requires unpausing first.Platform API
DALP-0305TOKEN_CLAIM_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_ISSUE_CLAdomain409NoAccount at address {identityAddress} does not have an associated identity contract. Only users with an identity can issue claims.Platform API
DALP-0306TOKEN_CLAIM_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_REVOKE_CLdomain409NoAccount at address {identityAddress} does not have an associated identity contract. Only users with an identity can revoke claims.Platform API
DALP-0307TOKEN_CLAIM_DATABASE_CONTEXT_REQUIRED_ISSUE_ASSETCLASSIFICATION_MIDDLEWARE_CONFIGUREDoperational500NoDatabase context missing for 'assetClassification' claim. Configure database middleware for this route.Platform API
DALP-0308TOKEN_CLAIM_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACToperational500NoToken '{tokenAddress}' does not have an associated identity contract.Platform API
DALP-0309TOKEN_CLAIM_TOPIC_NOT_REGISTERED_SCHEME_REGISTRYclient404NoTopic {topicId} is not registered in the topic scheme registry.Platform API
DALP-0310TOKEN_COMPLIANCE_NO_BINDING_FOUND_MODULE_TYPE_CONTRACTclient404NoNo binding found for module type {moduleAddress} on compliance contract {moduleAddress}.Platform API
DALP-0311TOKEN_COMPLIANCE_NOT_INDEXED_NOT_IN_OWNER_SCOPEpermission403NoToken {value} unindexed or outside owner scope.Platform API
DALP-0312TOKEN_CREATE_CREATION_WORKFLOW_FAILEDoperational500NoToken creation workflow failed: {error}.Platform API
DALP-0313TOKEN_CREATE_DATABASE_CONTEXT_REQUIRED_DALP_ASSET_CREATIONoperational500NoDatabase context required for token creation.Platform API
DALP-0314TOKEN_CREATE_FACTORY_TYPE_NOT_FOUNDclient404NoToken factory for type {factoryAddress} not found.Platform API
DALP-0315TOKEN_CREATE_WORKFLOW_PHASE_FAILEDoperational500NoToken creation workflow failed during phase execution.Platform API
DALP-0316TOKEN_CREATE_TEMPLATEID_REQUIRED_DALP_ASSET_CREATION_SELECT_INSTRUMENT_TEMPLATE_CREATINGclient400NotemplateId required for token creation. Select an instrument template first.Platform API
DALP-0317TOKEN_CREATE_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATIONdependency503YesTransaction processing service not available. Check server configuration.Platform API
DALP-0318TOKEN_CREATE_USER_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACToperational500NoUser with address {address} does not have an associated identity contract.Platform API
DALP-0319TOKEN_DOCUMENTS_ACCESS_DENIED_HOLDER_REQUIREDclient400NoAccess denied - token holder access required.Platform API
DALP-0320TOKEN_DOCUMENTS_ACCESS_DENIED_RESTRICTED_DOCUMENToperational500NoAccess denied to restricted document.Platform API
DALP-0321TOKEN_DOCUMENTS_DECLARED_FILE_SIZE_DOES_NOT_MATCH_ACTUAL_STORAGEoperational500NoDeclared file size does not match actual file size in storage.Platform API
DALP-0322TOKEN_DOCUMENTS_DOCUMENT_GROUP_NOT_FOUND_REPLACEMENTclient404NoDocument group not found for replacement.Platform API
DALP-0323TOKEN_DOCUMENTS_DOCUMENT_NOT_FOUNDclient404NoDocument not found.Platform API
DALP-0324TOKEN_DOCUMENTS_DOCUMENT_TYPE_NOT_VALID_ASSETclient400NoDocument type {value} is not valid for asset type {value}.Platform API
DALP-0325TOKEN_DOCUMENTS_FAILED_TO_CREATE_DOCUMENT_RECORDoperational500NoFailed to create document record.Platform API
DALP-0326TOKEN_DOCUMENTS_FILE_NOT_FOUND_STORAGE_UPLOAD_FAILEDclient404NoFile not found in storage. Upload may have failed.Platform API
DALP-0327TOKEN_DOCUMENTS_INVALID_OBJECT_KEYclient400NoObject key is outside the permitted path for this token.Platform API
DALP-0328TOKEN_FACTORY_NOT_FOUNDclient404NoToken factory not found for current system.Platform API
DALP-0329TOKEN_FEATURE_CONTEXT_REQUIREDoperational500NoToken feature context is missing.Platform API
DALP-0330TOKEN_FEATURES_FIXED_TREASURY_YIELD_FEATURE_STATE_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIAdependency503YesFixed-treasury-yield feature state not yet indexed for this token.Platform API
DALP-0331TOKEN_FEATURES_MATURITY_REDEMPTION_FEATURE_STATE_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIALdependency503YesMaturity-redemption feature state not yet indexed for this token.Platform API
DALP-0332TOKEN_FEATURES_NO_YIELD_AVAILABLE_CLAIM_FIRST_PERIOD_NOT_COMPLETED_YETclient400NoNo yield available to claim. The first yield period has not completed yet.Platform API
DALP-0333TOKEN_FEATURES_UNAVAILABLEdependency503YesToken features for {featureName} are not available.Platform API
DALP-0334TOKEN_FREEZE_AMOUNT_EXCEEDS_AVAILABLE_BALANCEclient400NoFreeze amount exceeds available balance.Platform API
DALP-0335TOKEN_INDEXED_BASE_PRICE_FEED_STALE_UNDER_ACTIVE_PRICERESOLVER_POLICYoperational500NoThe indexed base price feed for token {tokenAddress} is stale under the active PriceResolver policy.Platform API
DALP-0336TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_DID_NOT_DECODE_INITIALIZEoperational500NoIndexed PriceResolver registration did not decode to initialize().Platform API
DALP-0337TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_DID_NOT_INCLUDE_INITIALIZATION_ARGUMENTSoperational500NoIndexed PriceResolver registration is missing expected initialization arguments.Platform API
DALP-0338TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_MISSING_VALID_INITIALIZATION_CALLDATAclient400NoIndexed PriceResolver registration is missing valid initialization calldata.Platform API
DALP-0339TOKEN_INDEXER_DATA_INVALIDdependency503YesToken data validation failed for {value}.Platform API
DALP-0340TOKEN_INDEXER_TOKEN_NOT_FOUNDclient404NoToken with address {address} not found.Platform API
DALP-0341TOKEN_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclient400NoAddress "{address}" is not a valid Ethereum address.Platform API
DALP-0342TOKEN_MINT_PAUSED_UNPAUSE_MINTINGoperational500NoToken {tokenAddress} paused; mint requires unpausing first.Platform API
DALP-0343TOKEN_NOT_INDEXED_NOT_IN_OWNER_SCOPEpermission403NoToken {value} unindexed or outside owner scope.Platform API
DALP-0344TOKEN_PRECHECKS_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclient400NoAddress format not accepted for {address}.Platform API
DALP-0345TOKEN_PRICE_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_SET_PRICEdomain409NoAccount {identityAddress} has no identity contract. Onboard the user with an identity contract before setting token prices.Platform API
DALP-0346TOKEN_PRICE_ISSUERSIGNEDSCALARFEEDFACTORY_ADDON_NOT_INSTALLED_DEPLOY_FEED_SETTING_PRICESoperational500NoPrice feed system is not installed; ask an administrator to install it before setting a price.Platform API
DALP-0347TOKEN_PRICE_NOT_INDEXED_ENROLLED_CANNOT_BUILD_FEED_DESCRIPTION_NEWdependency503YesToken {tokenAddress} requires indexing and enrollment before the price feed description can be built.Platform API
DALP-0348TOKEN_PRICE_RESOLVERoperational500NoNo base-price feed found for token {tokenAddress}.Platform API
DALP-0349TOKEN_READBACK_LOOP_TERMINATED_UNEXPECTEDLYoperational500NoToken readback retry loop terminated unexpectedly.Platform API
DALP-0350TOKEN_REDEEM_BOND_MATURITY_REDEMPTION_FEATURE_ATTACHED_LEGACY_TOP_UP_WOULD_NOT_FUND_CONFIGoperational500NoThis bond has a maturity-redemption feature attached; legacy top-up would not fund the configured treasury. Use the maturity-treasury top-up endpoint instead.Platform API
DALP-0351TOKEN_REDEEM_BOND_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIALIZATION_PLEASE_LATERdependency503YesBond not yet indexed for this token. The indexer has not processed the bond initialization yet. Please retry later.Platform API
DALP-0352TOKEN_REDEEM_CONTEXT_NOT_INITIALISEDoperational500NoToken context initialization required.Platform API
DALP-0353TOKEN_REDEEM_DELEGATED_REDEMPTION_REQUIRES_CUSTODIAN_ROLEpermission403NoDelegated redemption requires custodian role.Platform API
DALP-0354TOKEN_REDEEM_MISSING_PERMISSION_CONTEXTclient400NoMissing token permission context.Platform API
DALP-0355TOKEN_SALE_ADDON_NOT_FOUNDclient404NoToken sale addon not found in the current system.Platform API
DALP-0356TOKEN_SALE_ADDON_NOT_FOUND_ADDONSclient404NoToken sale addon not found in system addons.Platform API
DALP-0357TOKEN_SALE_ADDON_NOT_IN_OWNER_SCOPE_AUTHENTICATEDpermission403NoProvided system addon does not belong to the authenticated system.Platform API
DALP-0358TOKEN_SALE_DEPLOYMENT_INDEXED_AMBIGUOUSLY_TRANSACTION_MULTIPLE_SALES_MATCHED_CONFIRMEDoperational500NoToken sale deployment indexed ambiguously for transaction {transactionHash}. Multiple token sales matched the confirmed deployment transaction.Platform API
DALP-0359TOKEN_SALE_DEPLOYMENT_NOT_INDEXED_TRANSACTION_CONFIRMED_CREATED_BUT_ADDRESS_COULD_NOT_RETRdependency503YesToken sale deployment confirmed on-chain but the indexer has not yet recorded the sale address.Platform API
DALP-0360TOKEN_SALE_INVALID_TERMSHASH_HEX_STRING_STARTING_0Xclient400NotermsHash: expected hex string starting with 0x, got "{value}" wasn't accepted.Platform API
DALP-0361TOKEN_SALE_NO_REGISTERED_IDENTITY_FOUND_MUST_CREATEclient404NoNo registered identity found for token {identityAddress}. A token must have a registered identity to create a sale.Platform API
DALP-0362TOKEN_SALE_NOT_FOUND_INDEXERclient404NoToken sale {value} was not found in the indexer.Platform API
DALP-0363TOKEN_SALE_NOT_IN_OWNER_SCOPE_AUTHENTICATEDpermission403NoToken sale does not belong to the authenticated system.Platform API
DALP-0364TOKEN_SALE_REGISTERED_IDENTITY_MISSING_COUNTRY_CODE_MUST_SET_CREATEclient400NoThe registered identity for token {identityAddress} is missing a country code. A country must be set to create a token sale.Platform API
DALP-0365TOKEN_TRANSFER_APPROVAL_CONFIG_UTILoperational500NoTransfer approval module has no approval authorities configured.Platform API
DALP-0366TOKEN_TRANSFER_BATCH_TRANSFERFROM_NOT_SUPPORTED_INDIVIDUAL_OPERATIONSoperational500NoBatch transferFrom is not supported. Use individual transferFrom operations instead.Platform API
DALP-0367TOKEN_TRANSFER_FROMIDENTITYADDRESS_TOIDENTITYADDRESS_MUST_BOTH_OMITTED_PARTIAL_OVERRIDES_Noperational500NoProvide both fromIdentityAddress and toIdentityAddress or neither; partial overrides unsupported.Platform API
DALP-0368TOKEN_TRANSFER_FROMWALLET_NOT_REGISTERED_IDENTITY_REGISTRY_WALLET_MUST_ONBOARDED_CANclient404NofromWallet {identityAddress} not in the identity registry. Onboard the wallet before initiating a transfer.Platform API
DALP-0369TOKEN_TRANSFER_IDENTITY_NOT_LISTED_APPROVAL_AUTHORITY_S_MODULE_ADMINISTRATOR_ADDEDpermission403NoThis identity lacks approval authority for this token's transfer-approval module. Contact the token administrator to add authority.Platform API
DALP-0370TOKEN_TRANSFER_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclient400No{address} address: "{address}". Expected a valid Ethereum address (0x-prefixed, 40 hex characters) wasn't accepted.Platform API
DALP-0371TOKEN_TRANSFER_MISSING_ADDRESS_TRANSFERFROMclient400NoMissing 'from' address for transferFrom operation.Platform API
DALP-0372TOKEN_TRANSFER_MISSING_ITEMclient400NoMissing transfer item.Platform API
DALP-0373TOKEN_TRANSFER_MISSING_REQUIRED_FIELDS_OWNER_RECIPIENT_AMOUNT_FORCEDpermission403NoMissing required fields (owner, recipient, or amount) for forced transfer operation.Platform API
DALP-0374TOKEN_TRANSFER_NOT_FOUND_ADDRESS_DEPLOYED_INDEXEDclient404NoToken {address} not found. Verify the address, deployment, and indexing status.Platform API
DALP-0375TOKEN_TRANSFER_PAUSED_UNPAUSE_TRANSFERRINGoperational500NoToken {tokenAddress} paused; transfer requires unpausing first.Platform API
DALP-0376TOKEN_TRANSFER_TOWALLET_NOT_REGISTERED_IDENTITY_REGISTRY_WALLET_MUST_ONBOARDED_CANclient404NotoWallet {identityAddress} not in the identity registry. Onboard the wallet before initiating a transfer.Platform API
DALP-0377TOKEN_TRANSFER_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATIONdependency503YesTransaction processing service not available. Check server configuration.Platform API
DALP-0378TOKEN_TRANSFER_TRANSFERAPPROVALCOMPLIANCEMODULE_PARAMETERS_COULD_NOT_DECODED_INDEXER_STATEdependency503YesTransferApprovalComplianceModule parameters for this token failed to decode from indexer state. Re-index the compliance data or update the module configuration.Platform API
DALP-0379TOKEN_TRANSFER_WALLET_NOT_REGISTERED_IDENTITY_REGISTRY_MUST_ONBOARDED_APPROVING_TRANSFERSclient404NoWallet not found in identity registry. Onboard it before approving transfers.Platform API
DALP-0380TOKEN_TRANSFER_WALLET_NOT_REGISTERED_IDENTITY_REGISTRY_MUST_ONBOARDED_REVOKING_APPROVALSclient404NoWallet not found in identity registry. Onboard it before revoking transfer approvals.Platform API
DALP-0381TRANSACTION_ALREADY_TERMINAL_STATE_CANNOT_FORCE_FAIL_COMPLETED_FAILED_DEAD_LETTERED_CANCELoperational500NoTransaction {transactionHash} is already in terminal state {transactionHash}. Cannot force-fail a completed, failed, dead-lettered, or cancelled transaction.Platform API
DALP-0382TRANSACTION_HASH_INVALIDdependency503YesTransaction hash format wasn't accepted: "{transactionHash}". Expected 0x-prefixed hex string from the Workflow Engine.Platform API
DALP-0383TRANSACTION_NOT_FOUNDclient404NoTransaction {transactionHash} not found.Platform API
DALP-0384TRANSACTION_NOT_FOUND_NOT_CHAIN_NO_STORED_QUEUE_RECORD_HASHclient404NoTransaction {transactionHash} not found. The transaction is not on-chain and has no stored queue record. Verify the hash is correct.Platform API
DALP-0385TRANSACTION_NOT_VALID_DATETIMEclient400NoTransaction field {transactionHash} contains a value that could not be parsed as a datetime.Platform API
DALP-0386TRANSACTION_STATE_FORCE_ONLY_AVAILABLE_FAILED_DEAD_LETTER_TRANSACTIONSoperational500NoTransaction {transactionHash} is in state {transactionHash} and cannot be force-retried.Platform API
DALP-0387USER_KYC_ACTION_NO_ASSOCIATED_VERSIONclient400NoKYC request has no associated version.Platform API
DALP-0388USER_KYC_CANNOT_APPROVE_VERSION_STATUS_ONLY_VERSIONS_UNDER_REVIEW_CAN_APPROVEDdomain409NoCannot approve version with status "{value}". Approval requires a version under review.Platform API
DALP-0389USER_KYC_CANNOT_FULFILL_ACTION_STATUS_ONLY_OPEN_REQUESTS_CAN_FULFILLEDdomain409NoCannot fulfill request with status "{value}". Fulfillment requires an open request.Platform API
DALP-0390USER_KYC_CANNOT_REJECT_VERSION_STATUS_ONLY_VERSIONS_UNDER_REVIEW_CAN_REJECTEDdomain409NoCannot reject version with status "{value}". Rejection requires a version under review.Platform API
DALP-0391USER_KYC_CANNOT_SUBMIT_VERSION_STATUS_ONLY_DRAFT_VERSIONS_CAN_SUBMITTEDdomain409NoCannot submit version with status "{value}". Submission requires a draft version.Platform API
DALP-0392USER_KYC_CANNOT_UPDATE_VERSION_STATUS_ONLY_DRAFT_VERSIONS_CAN_UPDATEDdomain409NoCannot update version with status "{value}". Updates require a draft version.Platform API
DALP-0393USER_KYC_DOCUMENT_NOT_FOUNDclient404NoDocument not found.Platform API
DALP-0394USER_KYC_DOCUMENTS_ONLY_DELETED_DRAFT_VERSIONSdomain409NoDocument deletion requires a draft version.Platform API
DALP-0395USER_KYC_DOCUMENTS_ONLY_UPLOADED_DRAFT_VERSIONSdomain409NoDocument upload requires a draft version.Platform API
DALP-0396USER_KYC_FAILED_TO_APPROVE_VERSIONoperational500NoFailed to approve KYC version.Platform API
DALP-0397USER_KYC_FAILED_TO_CREATE_ACTIONoperational500NoFailed to create KYC update request.Platform API
DALP-0398USER_KYC_FAILED_TO_CREATE_DOCUMENT_RECORDoperational500NoFailed to create document record.Platform API
DALP-0399USER_KYC_FAILED_TO_CREATE_FETCH_PROFILE_CONTAINERoperational500NoFailed to initialize KYC profile container.Platform API
DALP-0400USER_KYC_FAILED_TO_CREATE_PROFILEoperational500NoFailed to load KYC profile record.Platform API
DALP-0401USER_KYC_FAILED_TO_CREATE_VERSIONoperational500NoFailed to create KYC draft version.Platform API
DALP-0402USER_KYC_FAILED_TO_CREATE_VERSION_KYC_UPSERToperational500NoFailed to create KYC draft version during upsert.Platform API
DALP-0403USER_KYC_FAILED_TO_REJECT_VERSIONoperational500NoFailed to reject KYC version.Platform API
DALP-0404USER_KYC_FAILED_TO_UPDATE_ACTIONoperational500NoFailed to mark KYC update request as fulfilled.Platform API
DALP-0405USER_KYC_FAILED_TO_UPDATE_DRAFT_VERSIONoperational500NoFailed to update KYC draft version.Platform API
DALP-0406USER_KYC_FAILED_TO_UPDATE_PROFILE_LATEST_VERSIONoperational500NoFailed to link new KYC version to profile.Platform API
DALP-0407USER_KYC_FAILED_TO_UPDATE_VERSIONoperational500NoFailed to update KYC version status.Platform API
DALP-0408USER_KYC_FAILED_TO_UPDATE_VERSION_VERSION_UPDATEoperational500NoFailed to save KYC version field updates.Platform API
DALP-0409USER_KYC_FILE_NOT_FOUND_STORAGE_UPLOAD_FAILEDclient404NoFile not found in storage. Upload may have failed.Platform API
DALP-0410USER_KYC_INVALID_OBJECT_KEYclient400NoObject key was not accepted.Platform API
DALP-0411USER_KYC_NO_DATA_FOUND_PROFILE_BUT_VERSION_HISTORY_NOT_COMPLETED_VERIFICATION_YETclient404NoNo KYC data found. The profile exists but has no version history, or the user has not completed KYC verification yet.Platform API
DALP-0412USER_KYC_NO_PROFILE_FOUND_DELETE_ALREADY_REMOVEDclient404NoNo KYC profile found to delete. The profile may no longer exist.Platform API
DALP-0413USER_KYC_NO_VERSION_CLONE_INITIALDATA_NEW_USERSclient400NoNo version to clone from. Provide initialData for new users.Platform API
DALP-0414USER_KYC_ONLY_FULFILL_OWN_ACTION_REQUESTSdomain409NoOnly the owner of a request can fulfill it.Platform API
DALP-0415USER_KYC_ONLY_UPDATES_VERSIONS_UNDER_REVIEWdomain409NoCan only request updates for versions under review.Platform API
DALP-0416USER_KYC_PROFILE_NOT_FOUNDclient404NoKYC profile not found for this user.Platform API
DALP-0417USER_KYC_PROFILE_NOT_FOUND_ACTIONclient404NoKYC profile not found for this request.Platform API
DALP-0418USER_KYC_SOURCE_VERSION_NOT_FOUND_INITIALDATA_NEW_USERSclient404NoSource version not found. Provide initialData for new users.Platform API
DALP-0419USER_KYC_VERSION_NOT_FOUNDclient404NoKYC version not found.Platform API
DALP-0420USER_KYC_VERSION_NOT_FOUND_ACTIONclient404NoKYC version not found for this request.Platform API
DALP-0421USER_KYC_VERSION_NOT_FOUND_VERSION_READclient404NoKYC version not found.Platform API
DALP-0422USER_KYC_VERSION_SUBMITTED_UPLOAD_DOCUMENT_NOT_SAVEDoperational500NoKYC version no longer a draft; document not saved.Platform API
DALP-0423USER_NO_EMAIL_CONFIGUREDclient400NoUser has no email address configured.Platform API
DALP-0424USER_NOT_FOUNDclient404NoUser with ID {value} not found.Platform API
DALP-0425USER_NOT_FOUND_BY_WALLETclient404NoUser not found.Platform API
DALP-0426USER_NOT_FOUND_GET_SECURITYclient404NoUser {value} not found.Platform API
DALP-0427USER_NOT_FOUND_NATIONAL_IDclient404NoUser not found.Platform API
DALP-0428USER_NOT_FOUND_PASSWORD_RESETclient404NoUser {value} not found.Platform API
DALP-0429USER_NOT_FOUND_RESET_MFAclient404NoUser {value} not found.Platform API
DALP-0430USER_RESTATE_CLIENT_UNAVAILABLEdependency503YesWorkflow engine client is not available.Platform API
DALP-0431XVP_CREATE_COULD_NOT_RESOLVE_CREATED_SETTLEMENT_INDEXER_RETRIESdependency503YesCould not resolve the created XvP settlement from the indexer after retries.Platform API
DALP-0432FIXED_YIELD_TOKEN_LINKAGE_NOT_INDEXEDdependency503YesYield schedule token linkage pending indexing.Platform API
DALP-0433TOKEN_COMPLIANCE_CAPITAL_RAISE_LIMIT_CONFIGURATION_IMMUTABLEdomain409NoCapital raise limit compliance module configuration is immutable.Platform API
DALP-0434TOKEN_COMPLIANCE_SCOPED_CONFIGURATION_REQUIRES_V2_ENGINEclient400NoScoped compliance module configuration requires a V2 token compliance engine.Platform API
DALP-0435TOKEN_COMPLIANCE_SCOPED_INSTALL_REQUIRES_V2_ENGINEclient400NoScoped compliance module install requires a V2 token compliance engine.Platform API
DALP-0436TOKEN_COMPLIANCE_SET_MODULE_SCOPE_REQUIRES_V2_ENGINEclient400NoSetting a compliance module scope requires a V2 token compliance engine.Platform API
DALP-0437DURABLE_EXECUTION_ENGINE_CALL_BAD_REQUESTdependency400NoThe Workflow Engine rejected the workflow call as malformed.Platform API
DALP-0438DURABLE_EXECUTION_ENGINE_CALL_UNAUTHORIZEDdependency401NoThe Workflow Engine rejected the workflow call as unauthorized.Platform API
DALP-0439DURABLE_EXECUTION_ENGINE_CALL_FORBIDDENdependency403NoThe Workflow Engine rejected the workflow call as not available.Platform API
DALP-0440DURABLE_EXECUTION_ENGINE_CALL_NOT_FOUNDdependency404YesWorkflow Engine workflow endpoint was not found.Platform API
DALP-0441DURABLE_EXECUTION_ENGINE_CALL_CONFLICTdependency409NoWorkflow Engine workflow call conflicted with the current workflow state.Platform API
DALP-0442DURABLE_EXECUTION_ENGINE_CALL_UNPROCESSABLEdependency422NoWorkflow Engine workflow call rejected: unprocessable input.Platform API
DALP-0443DURABLE_EXECUTION_ENGINE_CALL_INTERNAL_ERRORdependency500NoWorkflow Engine workflow call failed internally.Platform API
DALP-0444DURABLE_EXECUTION_ENGINE_CALL_TIMEOUTdependency504YesWorkflow Engine workflow call timed out.Platform API
DALP-0445TRANSACTION_QUEUE_BAD_REQUESTdependency400NoTransaction queue rejected the operation as malformed.Platform API
DALP-0446TRANSACTION_QUEUE_CONFLICTdependency409NoTransaction queue operation conflicted with current queue state.Platform API
DALP-0447TRANSACTION_QUEUE_UNPROCESSABLEdependency422NoTransaction queue rejected the operation: unprocessable input.Platform API
DALP-0448TRANSACTION_QUEUE_CONFIRMATION_TIMEOUTdependency504YesTransaction queue confirmation timed out.Platform API
DALP-0449MIGRATION_COMPARE_SYSTEM_ADDRESS_NOT_CONFIGUREDclient404NoSystem address is not configured.Platform API
DALP-0450MIGRATION_COMPARE_DIRECTORY_ADDRESS_NOT_CONFIGUREDclient400NoDirectory contract address is not configured.Platform API
DALP-0451MIGRATION_COMPARE_DIRECTORY_NOT_INDEXEDdependency404YesDirectory contract indexing pending.Platform API
DALP-0452MIGRATION_START_NO_ACTIVE_ORGANIZATIONclient400NoNo active organization selected.Platform API
DALP-0453MIGRATION_START_SYSTEM_ADDRESS_NOT_CONFIGUREDclient404NoSystem address is not configured.Platform API
DALP-0454MIGRATION_START_ACCOUNT_WALLET_NOT_CONFIGUREDauth403NoAccount has no associated wallet.Platform API
DALP-0455MIGRATION_START_INSUFFICIENT_ROLEauth403NoYou need the system manager or admin role to trigger a system migration.Platform API
DALP-0456MIGRATION_START_DIRECTORY_ADDRESS_NOT_CONFIGUREDclient400NoDirectory contract address is not configured.Platform API
DALP-0457MIGRATION_START_ALREADY_IN_PROGRESSdomain409YesA migration is already in progress for this organization.Platform API
DALP-0458MIGRATION_START_RESET_FAILEDdependency500YesCould not prepare the prior migration for retry.Platform API
DALP-0459MIGRATION_START_CONNECTED_WALLET_REQUIREDclient400NoA connected wallet must be present to start a system migration.Platform API
DALP-0460MIGRATION_STREAM_WORKFLOW_FAILEDdependency500NoSystem migration failed: {reason}.Platform API
DALP-0461SYSTEM_TRUSTED_ISSUER_CLAIM_TOPIC_MUTATION_IN_PROGRESSdomain409YesTrusted issuer claim-topic mutation is already in progress.Platform API
DALP-0462SETTINGS_COMPLIANCE_TEMPLATE_INCOMPATIBLE_MODULE_SETdomain422NoCompliance template modules and controls must match the selected module set.Platform API
DALP-0463SETTINGS_TEMPLATE_NAME_ALREADY_EXISTSclient409NoA template with this name already exists in this organization.Platform API
DALP-0464ACCOUNT_NATIVE_BALANCE_ACCOUNT_NOT_FOUNDclient404NoAccount not found.Platform API
DALP-0465TREASURY_IS_CONTRACT_NOT_SUPPORTEDclient400NoTreasury is a contract; the treasury contract must grant ERC-20 allowance directly. This route only supports externally-owned treasury wallets.Platform API
DALP-0466MATURITY_REDEMPTION_FEATURE_STATE_NOT_INDEXEDclient404YesMaturity-redemption feature state not yet indexed for this token.Platform API
DALP-0467TREASURY_WALLET_MISMATCHclient403NoCaller wallet does not match the configured treasury wallet for the maturity-redemption feature.Platform API
DALP-0468MATURITY_REDEMPTION_TREASURY_NOT_YET_CLASSIFIEDdependency503YesMaturity-redemption treasury classification pending: the indexer has not finished this step yet.Platform API
DALP-0469ACCOUNT_NATIVE_BALANCE_HISTORY_PAGE_SIZE_TOO_LARGEclient400NoHistory page size must be 100 or less.Platform API
DALP-0470ACCOUNT_NATIVE_BALANCE_HISTORY_SINCE_FILTER_REQUIREDclient400Nofilter[since] is missing.Platform API
DALP-0471SYSTEM_IDENTITY_NO_ACTIVE_CLAIM_FOUND_TOPICclient404NoNo active claim found for topic {topicId} on identity {identityAddress}.Platform API
DALP-0472STEP_UP_REQUIREDauth403NoStep-up authentication required for this operation.Platform API
DALP-0473FIXED_TREASURY_YIELD_TREASURY_NOT_YET_CLASSIFIEDdependency503YesFixed-treasury-yield treasury classification pending: the indexer has not finished this step yet.Platform API
DALP-0474TOKEN_COMPLIANCE_PRICE_RESOLVER_ADDON_NOT_INSTALLEDclient409NoPriceResolver addon missing on system {value}.Platform API
DALP-0475SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_CREATE_WALLET_DEFAULTdomain409NoPlatform Account Abstraction routing is off; cannot create a smart wallet as default.Platform API
DALP-0476SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_SET_WALLET_DEFAULTdomain409NoPlatform Account Abstraction routing is off; cannot set a smart wallet as default.Platform API
DALP-0477SETTINGS_ASSET_TEMPLATE_FEATURE_DEPENDENCY_MISSINGdomain409NoTemplate requiredFeatures has unmet feature dependencies: conversion-minter requires conversion in the feature set.Platform API
DALP-0478INSUFFICIENT_TREASURY_ALLOWANCEdependency422YesMaturity-redemption treasury has not granted enough allowance to cover this redemption.Platform API
DALP-0479MATURITY_REDEMPTION_NOT_MATUREDclient422YesMaturity-redemption feature has not yet matured; redemptions are not allowed.Platform API
DALP-0480SETTINGS_ASSET_CLASS_NAME_ALREADY_EXISTSclient409NoAn asset class with this name or slug already exists in this organization.Platform API
DALP-0488COMPLIANCE_SIGNATURE_INVALIDauth401NoWebhook authentication failed.Platform API
DALP-0489COMPLIANCE_REPLAY_WINDOW_EXCEEDEDclient400NoWebhook timestamp is outside the accepted replay window.Platform API
DALP-0490COMPLIANCE_SUBJECT_MAPPING_MISSINGdomain404NoCompliance subject mapping was not found.Platform API
DALP-0491COMPLIANCE_PROVIDER_PAUSEDdomain404NoCompliance provider is not accepting webhook events.Platform API
DALP-0492COMPLIANCE_PROVIDER_FAILEDdomain409NoCompliance provider is in a failed state.Platform API
DALP-0493COMPLIANCE_UNMAPPED_EVENTdomain422NoCompliance provider event has no supported mapping.Platform API
DALP-0494COMPLIANCE_OUT_OF_ORDER_EVENTdomain409NoCompliance provider event is older than the current subject state.Platform API
DALP-0495COMPLIANCE_PROVIDER_HEALTH_CHECK_FAILEDdependency503YesCompliance provider health check failed.Platform API
DALP-0496COMPLIANCE_APPLICANT_CREATE_FAILEDdependency502NoCompliance provider rejected applicant creation.Platform API
DALP-0497COMPLIANCE_TIR_REGISTRATION_FAILEDcontract502NoCompliance trusted-issuer registration failed.Platform API
DALP-0498COMPLIANCE_TOPIC_MISMATCHdomain400NoCompliance provider event topic does not match the provider configuration.Platform API
DALP-0499COMPLIANCE_WALLET_NOT_REGISTEREDdomain404NoWallet does not have an associated OnchainID identity.Platform API
DALP-0500COMPLIANCE_SECRET_ROTATION_GRACE_EXPIREDdomain410NoCompliance webhook signing secret rotation grace period expired.Platform API
DALP-0501COMPLIANCE_INVALID_STATE_TRANSITIONclient409NoCompliance provider cannot transition to the requested state.Platform API
DALP-0502COMPLIANCE_PROVIDER_NOT_FOUNDclient404NoCompliance provider not found.Platform API
DALP-0503COMPLIANCE_PROVIDER_TOPIC_NOT_FOUNDclient404NoCompliance provider topic not found.Platform API
DALP-0504COMPLIANCE_PROVIDER_TOPIC_NOT_SUPPORTEDclient400NoCompliance provider does not support the requested topic.Platform API
DALP-0505COMPLIANCE_WEBHOOK_REVOKE_LASTclient409NoCannot revoke the last webhook for a single-topic compliance provider.Platform API
DALP-0506CLAIM_ISSUER_PARTICIPANT_DEPLOY_FAILEDcontract502NoClaim issuer participant deployment failed.Platform API
DALP-0507WEBHOOK_REPLAY_RATE_LIMITEDclient429YesWebhook replay rate limit exceeded.Platform API
DALP-0508WEBHOOK_REPLAY_RANGE_TOO_LARGEclient400NoWebhook replay range is too large.Platform API
DALP-0509WEBHOOK_ENDPOINT_DISABLEDdomain409NoWebhook endpoint disabled.Platform API
DALP-0510WEBHOOK_SIGNING_VERIFICATION_FAILEDauth401NoWebhook signature verification failed.Platform API
DALP-0511WEBHOOK_RECALL_NOT_AUTHORIZEDpermission404NoWebhook event not found.Platform API
DALP-0512WEBHOOK_URL_PRIVATE_RANGEclient400NoWebhook endpoint URL is not allowed.Platform API
DALP-0513WEBHOOK_ENDPOINT_LIMIT_REACHEDdomain409NoWebhook endpoint limit reached.Platform API
DALP-0514IDEMPOTENCY_KEY_REUSEclient409NoIdempotency key reused with a different request.Platform API
DALP-0515IDEMPOTENCY_KEY_INFLIGHTclient409YesIdempotency key is already in flight.Platform API
DALP-0516WEBHOOK_PENDING_RETARGET_REQUIREDclient409NoWebhook endpoint has pending delivery attempts.Platform API
DALP-0517WEBHOOK_FAT_ACK_INCOMPLETEclient422NoFat-event acknowledgment is missing required field paths.Platform API
DALP-0518RESTATE_ADMIN_UNREACHABLEdependency503YesWorkflow Engine admin API unreachable.Platform API
DALP-0519RESTATE_DEPLOYMENT_NOT_FOUNDclient404NoWorkflow Engine deployment was not found.Platform API
DALP-0520RESTATE_WORKFLOW_RETRY_BLOCKEDclient409NoWorkflow state blocks retry.Platform API
DALP-0521LUNA_MOFN_QUORUM_EXPIREDdependency408YesLuna m-of-n quorum activation window expired.Platform API
DALP-0522LUNA_MOFN_QUORUM_CLASSIFICATION_FAILEDdependency409NoLuna m-of-n quorum classification flagged as likely wrong.Platform API
DALP-0523TOKEN_FEE_RATES_FROZENdomain422NoTransaction fee rates frozen.Platform API
DALP-0524X_PARTICIPANT_FORBIDDENpermission404NoParticipant not found.Platform API
DALP-0525COMPLIANCE_TRANSACTION_REGISTER_FAILEDdependency502NoCompliance provider rejected transaction registration.Platform API
DALP-0526WEBHOOK_ENDPOINT_NOT_FOUNDclient404NoWebhook endpoint not found.Platform API
DALP-0527WEBHOOK_DELIVERY_NOT_FOUNDclient404NoWebhook delivery not found.Platform API
DALP-0528WEBHOOK_REPLAY_NOT_FOUNDclient404NoWebhook replay not found.Platform API
DALP-0529WEBHOOK_RECEIPT_NOT_FOUNDclient404NoWebhook receipt not found.Platform API
DALP-0530X_EXECUTOR_UNSUPPORTED_FOR_PARTICIPANT_TYPEclient400NoExecutor selection is not supported for this participant type.Platform API
DALP-0531X_EXECUTOR_NO_SMART_WALLETclient404YesSmart wallet not found for executor selection.Platform API
DALP-0532SETTINGS_ASSET_TEMPLATE_FEATURES_INCOMPATIBLEdomain409NoTemplate requiredFeatures has mutually-exclusive features enabled together: transaction-fee and transaction-fee-accounting. Remove one feature from each pair before publishing.Platform API
DALP-0533METADATA_NOT_FOUNDclient404NoMetadata not found.Platform API
DALP-0534WEBHOOK_SUBSCRIPTION_INVALIDclient400NoWebhook subscription pattern is not recognized.Platform API
DALP-0535WEBHOOK_URL_SCHEME_REQUIREDclient400NoWebhook endpoint URL must use HTTPS.Platform API
DALP-0600TARGET_CURRENCIES_REMOVAL_FORBIDDENdomain409NoTarget currencies are permanent once enabled.Platform API
DALP-0601TARGET_CURRENCY_NOT_SUPPORTEDclient422NoOne or more target currencies are not supported by the configured exchange-rate provider.Platform API
DALP-0602TARGET_CURRENCIES_FEED_DISPATCH_UNAVAILABLEdependency503YesCurrency-feed creation queue unavailable.Platform API
DALP-0603TARGET_CURRENCIES_FEED_DISPATCH_FORBIDDENpermission403NoCaller wallet lacks the on-chain FEEDS_MANAGER_ROLE required to create currency feeds.Platform API
DALP-0604TARGET_CURRENCIES_NOT_SUPPORTED_ON_SYSTEMdomain422NoAdding target currencies is not supported on this system.Platform API
DALP-0605TOKEN_CREATE_FEATURES_INCOMPATIBLEdomain422Notransaction-fee and transaction-fee-accounting conflict; enable only one per token.Platform API
DALP-0606TOKEN_FEATURES_YIELD_FULLY_CONSUMEDclient400NoNo yield available to claim. A prior conversion consumed the yield for completed periods.Platform API
DALP-0607TOKEN_FEATURES_YIELD_ACCRUAL_CLOSEDclient400NoNo yield available to claim. Accrual for this holder has closed.Platform API
DALP-0608TOKEN_FEATURES_NO_YIELD_AVAILABLE_FOR_HOLDERclient400NoNo yield available to claim for this holder.Platform API
DALP-0609USER_KYC_DOCUMENT_CORRUPTdependency503YesKYC document is temporarily unavailable.Platform API
DALP-0610USER_KYC_INVALID_FILE_DATAclient400NoFile data processing failed.Platform API
DALP-0611USER_KYC_FILE_SIZE_MISMATCHclient400NoUploaded file size does not match the decoded file data.Platform API
DALP-0612USER_KYC_INVALID_FILE_TYPEclient400NoUploaded file type does not match the document bytes.Platform API
DALP-0613TOKEN_PRICE_ORG_FEED_SUBMISSION_SIGNER_NOT_RESOLVEDdependency503YesOrganization price-feed submission signer is not available.Platform API
DALP-0614AA_ENABLED_DRIFT_REQUIRES_ADMINpermission400NoParticipants out of sync; account abstraction requires permission sync.Platform API
DALP-0615XVP_HASHLOCK_REVEAL_NOT_REQUIREDclient400NoHashlock reveal not required for this XvP settlement.Platform API
DALP-0616X_EXECUTOR_AA_DISABLED_GLOBALLYclient403Nosmart-wallet executor not available.Platform API
DALP-0617AA_ENABLED_REQUIRES_GLOBAL_AAdomain403NoPlatform AA disabled; per-org AA requires platform AA enabled.Platform API
DALP-0618GLOBAL_DIRECTORY_REGISTRY_NOT_FOUNDclient404NoThe global Directory registry is not configured or has no registered global TIR/TSR instance.Platform API
DALP-0619DIRECTORY_TOPIC_SCHEME_NOT_FOUNDclient404NoDirectory topic scheme "{topicId}" not found.Platform API
DALP-0620DIRECTORY_TOPIC_SCHEME_SIGNATURE_CONFLICTclient409NoA topic scheme with the requested name already exists with a different signature.Platform API
DALP-0621X_EXECUTOR_AA_DISABLED_FOR_ORGclient403Nosmart-wallet executor not available.Platform API
DALP-0622TOKEN_TOPIC_SCHEME_REGISTRY_NOT_FOUNDclient404NoThis token has no attached token-level Topic Scheme Registry.Platform API
DALP-0623TOKEN_TOPIC_SCHEME_NOT_FOUNDclient404NoToken-level topic scheme not found for the requested topic id.Platform API
DALP-0624TOKEN_TRUSTED_ISSUERS_REGISTRY_NOT_FOUNDclient404NoThis token has no attached token-level Trusted Issuer Registry.Platform API
DALP-0625TOKEN_TRUSTED_ISSUER_NOT_FOUNDclient404NoToken-level trusted issuer not found for the requested issuer address.Platform API
DALP-0626FEEDS_PRICE_TOPIC_SUBMIT_FORBIDDEN_USE_TOKEN_SET_PRICEpermission403NoUse POST /v2/tokens/:tokenAddress/price to submit price-topic feeds.Platform API
DALP-0632TOKEN_FEATURE_INSTANCE_NOT_FOUNDclient404NoNo attached feature instance matches the requested type id on this token.Platform API
DALP-0634TOKEN_IDENTITY_REGISTRY_NOT_FOUNDclient404NoThis token has no attached token-level identity registry.Platform API
DALP-0635GAS_REQUIREMENT_CONFIG_ERRORoperational503NoGas requirement computation failed for this chain.Platform API
DALP-0636AA_ENABLED_IDENTITY_SYNC_FORBIDDENpermission403NoAccount abstraction identity sync requires an administrator.Platform API
DALP-0637AA_ENABLED_IDENTITY_MISMATCHdomain409NoAccount abstraction identity sync found a different smart-wallet OnchainID.Platform API
DALP-0638AA_ENABLED_CONTROLLER_MISMATCHdomain409NoAccount abstraction identity sync found a different smart-wallet controller.Platform API
DALP-0639FEEDS_SUBMIT_OBSERVED_AT_TOO_FAR_IN_FUTUREclient422NoobservedAt exceeds the chain time drift allowance.Platform API
DALP-0640n/aclient400NoUserOperation priority fee is below the configured bundler minimum.Platform API
DALP-0641SYSTEM_CONSISTENCY_TIMEOUTdependency503YesThe indexer has not yet caught up to the most recent write.Platform API
DALP-0645TOKEN_LIST_METADATA_KEY_UNKNOWNclient400NoThe requested metadata key is not declared in any accessible asset-type template.Platform API
DALP-0646TOKEN_LIST_METADATA_KEY_NOT_BUCKETABLEclient400NoContinuous-type metadata key not eligible for grouping or facets.Platform API
DALP-0647TOKEN_LIST_METADATA_KEY_IDENTIFIER_INELIGIBLEclient400NoIdentifier-type metadata keys not eligible for grouping or facets.Platform API
DALP-0648SYSTEM_REFUND_SPLITTER_NOT_INSTALLEDclient404NoRefund splitter installation required for this organization.Platform API
DALP-0649SYSTEM_REFUND_SPLITTER_REFUND_LOOP_READ_FAILEDdependency503YesRefund splitter refund-loop status could not be read.Platform API
DALP-0650SYSTEM_REFUND_SPLITTER_INVALID_BPS_RANGEclient422NoRefund splitter basis points out of range (0 to 10000).Platform API
DALP-0651SYSTEM_REFUND_SPLITTER_THRESHOLDS_INVALIDclient422NoRefund splitter critical threshold must be lower than the warning threshold.Platform API
DALP-0652AA_ENABLED_CANNOT_BE_DISABLEDdomain409NoAccount abstraction is permanent once enabled.Platform API
DALP-0653TREASURY_HEALTH_TREASURY_UNCONFIGUREDclient422NoTreasury address missing for the maturity-redemption or fixed-treasury-yield feature.Platform API
DALP-0654TREASURY_HEALTH_CHAIN_UNREACHABLEdependency502YesLive balanceOf(treasury) read for the treasury-health route failed against the chain provider.Platform API
DALP-0655TREASURY_HEALTH_TREASURY_MISMATCHclient422NoAttached treasury-bearing features disagree on treasury, denominationAsset, or treasuryIsContract.Platform API
DALP-0656TREASURY_HEALTH_BOND_STATUS_UNAVAILABLEdependency503YesIndexer v_bond_status view has not yet computed a row for the attached maturity-redemption feature.Platform API
DALP-0657TOKEN_HISTORICAL_BALANCE_BLOCK_NOT_INDEXEDclient409YesRequested block not yet reached by the historical balance indexer.Platform API
DALP-0658INDEXER_REINDEXINGdependency503YesIndexer is reindexing; deploy is temporarily unavailable.Platform API
DALP-0659OIDC_MFA_INVALIDauth403NoIdentity provider verification failed.Platform API
DALP-0660OIDC_MFA_UNAVAILABLEdependency503YesIdentity provider verification is temporarily unavailable.Platform API
DALP-0661TOKEN_PERMIT_SIGN_OWNER_NOT_CALLER_WALLETauth403NoPermit signing covers the caller's own balance only.Platform API
DALP-0662SIGNED_PERMIT_NOT_FOUNDclient404NoSigned permit not found.Platform API
DALP-0663SIGNED_PERMIT_ALREADY_RELAYEDclient409NoSigned permit already relayed.Platform API
DALP-0664SIGNED_PERMIT_NOT_RELAYABLEclient409NoSigned permit is not relayable.Platform API
DALP-0665SIGNED_PERMIT_NONCE_CONFLICTclient409YesA pending permit with this nonce already exists for this holder.Platform API
DALP-0666SIGNED_PERMIT_RELAY_SYNC_ONLYclient400NoRelaying a stored permit is sync-only.Platform API
DALP-0667RESTATE_INVOCATION_NOT_FOUNDclient404NoWorkflow Engine invocation was not found.Platform API
DALP-0668RESTATE_INVOCATION_NOT_PAUSEDclient409NoWorkflow Engine invocation is not paused.Platform API
DALP-0669RESTATE_BULK_RESUME_NOT_CONFIRMEDclient400NoBulk resume was not confirmed.Platform API
DALP-0670USER_EMAIL_ALREADY_EXISTSclient409NoA user with this email already exists.Platform API
DALP-0671ACTIONS_STREAM_ORIGIN_REJECTEDpermission403NoLive actions feed requires Console origin.Platform API
DALP-0672USER_IDENTITY_REGISTRATION_INCOMPLETEoperational409YesThe user and wallet were created, but identity registration did not finish.Platform API
DALP-0673CUSTODY_CREDENTIALS_UNAVAILABLEoperational500NoCustody credentials for this organization are unavailable.Platform API
DALP-0674CUSTODY_CREDENTIALS_INVALIDdomain422NoThe supplied custody credentials failed validation.Platform API
DALP-0675CUSTODY_ROTATION_TOO_FREQUENTdomain429YesCustody credentials were rotated too recently.Platform API
DALP-0676CUSTODY_CONFIG_NOT_FOUNDdomain404NoNo custody configuration exists for this organization.Platform API
DALP-0677CUSTODY_RECORD_DESTROYEDdomain409NoThis organization's custody configuration has been destroyed and cannot be modified.Platform API
DALP-0678CUSTODY_PROVIDER_IMMUTABLEdomain409NoThe custody provider for this organization is locked and cannot be changed.Platform API
DALP-0679TOKEN_SALE_CANNOT_WITHDRAW_SALE_TOKEN_CURRENCYclient400NoThe sale token cannot be withdrawn as a payment currency.Platform API
DALP-0680SETTINGS_COMPLIANCE_LEGACY_TEMPLATES_DISABLEDclient403NoLegacy compliance templates are turned off on this deployment.Platform API
DALP-0681PRECONDITION_FAILEDclient412NoA precondition on the request was not met.Platform API
DALP-0683AIRDROP_ADDON_NOT_FOUNDdomain404NoNo airdrop addon is deployed in this system.Platform API
DALP-0684AIRDROP_NOT_FOUND_INDEXERclient404NoThe requested airdrop was not found.Platform API
DALP-0685AIRDROP_NOT_IN_OWNER_SCOPEdomain404NoThe requested airdrop belongs to another system.Platform API
DALP-0686ASSET_TYPE_TEMPLATE_NOT_READYdomain422NoTemplate is not ready to publish.Platform API
DALP-0687COMPLIANCE_TEMPLATE_NOT_READYdomain422NoTemplate is not ready to publish.Platform API
DALP-0688SETTINGS_ASSET_COMPLIANCE_TEMPLATE_MUST_BELONG_ORGANIZATIONclient400NoCompliance template selection was not accepted: the compliance template must belong to your organization or be a system template.Platform API
DALP-0689TOKEN_SALE_LIVE_ELIGIBILITY_AMOUNT_REQUIREDclient400NoA live eligibility recheck requires a positive amount.Platform API
DALP-0690NETWORK_VERSION_CONFLICTclient412NoThe network definition changed before this save.Platform API
DALP-0691NETWORK_ALREADY_EXISTSclient412NoA stored network with this name already exists.Platform API
DALP-0692WEBHOOK_TEST_EVENT_NOT_QUEUEDdependency503YesTest event could not be queued for delivery.Platform API
DALP-1001CONTRACT_ERRORcontract422NoBond already matured.Contract
DALP-1002CONTRACT_ERRORcontract422NoBond maturity date must be in the future.Contract
DALP-1003CONTRACT_ERRORcontract422NoBond not yet matured.Contract
DALP-1004CONTRACT_ERRORcontract422NoBytes feeds not supported.Contract
DALP-1005CONTRACT_ERRORcontract422NoCaller must have identity.Contract
DALP-1006CONTRACT_ERRORcontract422NoCaller not identity owner.Contract
DALP-1007CONTRACT_ERRORcontract422NoCannot transfer converted tokens.Contract
DALP-1008CONTRACT_ERRORcontract422NoCannot withdraw sale token.Contract
DALP-1009CONTRACT_ERRORcontract422NoCompliance check failed: {{reason}}.Contract
DALP-1010CONTRACT_ERRORcontract422NoCompliance implementation not set.Contract
DALP-1011CONTRACT_ERRORcontract422NoCompliance module already registered.Contract
DALP-1012CONTRACT_ERRORcontract422NoCompliance module registry implementation not set.Contract
DALP-1013CONTRACT_ERRORcontract422NoContract identity topic id not set.Contract
DALP-1014CONTRACT_ERRORcontract422NoContract missing identity interface.Contract
DALP-1015CONTRACT_ERRORcontract422NoEmpty token type.Contract
DALP-1016CONTRACT_ERRORcontract422NoExceeds unconverted balance.Contract
DALP-1017CONTRACT_ERRORcontract422NoExternal token registry implementation not set.Contract
DALP-1018CONTRACT_ERRORcontract422NoFeature token mismatch.Contract
DALP-1019CONTRACT_ERRORcontract422NoFee rate frozen.Contract
DALP-1020CONTRACT_ERRORcontract422NoFee rates frozen.Contract
DALP-1021CONTRACT_ERRORcontract422NoFeed already exists.Contract
DALP-1022CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-1023CONTRACT_ERRORcontract422NoFeeds directory implementation not set.Contract
DALP-1024CONTRACT_ERRORcontract422NoFees frozen.Contract
DALP-1025CONTRACT_ERRORcontract422NoFreeze amount exceeds available balance.Contract
DALP-1026CONTRACT_ERRORcontract422NoGlobal compliance not available.Contract
DALP-1027CONTRACT_ERRORcontract422NoHistorical balances not available.Contract
DALP-1028CONTRACT_ERRORcontract422NoIdentity already accepted.Contract
DALP-1029CONTRACT_ERRORcontract422NoIdentity already exists.Contract
DALP-1030CONTRACT_ERRORcontract422NoIdentity already registered.Contract
DALP-1031CONTRACT_ERRORcontract422NoIdentity already set.Contract
DALP-1032CONTRACT_ERRORcontract422NoIdentity factory implementation not set.Contract
DALP-1033CONTRACT_ERRORcontract422NoIdentity implementation not set.Contract
DALP-1034CONTRACT_ERRORcontract422NoIdentity not pending.Contract
DALP-1035CONTRACT_ERRORcontract422NoIdentity not registered.Contract
DALP-1036CONTRACT_ERRORcontract422NoIdentity registry already bound.Contract
DALP-1037CONTRACT_ERRORcontract422NoIdentity registry implementation not set.Contract
DALP-1038CONTRACT_ERRORcontract422NoIdentity registry not bound.Contract
DALP-1039CONTRACT_ERRORcontract422NoIdentity registry storage implementation not set.Contract
DALP-1040CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-1041CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-1042CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-1043CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-1044CONTRACT_ERRORcontract422NoCollateral ratio exceeds the 200% ceiling.Contract
DALP-1045CONTRACT_ERRORcontract422NoCollateral proof topic ID must be non-zero.Contract
DALP-1046CONTRACT_ERRORcontract422NoCompliance module address must be a non-zero contract address.Contract
DALP-1047CONTRACT_ERRORcontract422NoContract identity implementation does not support the required interface.Contract
DALP-1048CONTRACT_ERRORcontract422NoFee rate exceeds the 100% maximum (10,000 basis points).Contract
DALP-1049CONTRACT_ERRORcontract422NoFee recipient address must be a non-zero address.Contract
DALP-1050CONTRACT_ERRORcontract422NoFee token must not be the token contract itself.Contract
DALP-1051CONTRACT_ERRORcontract422NoFeed address must be a non-zero contract address.Contract
DALP-1052CONTRACT_ERRORcontract422NoFeed contract must implement the required price feed interface.Contract
DALP-1053CONTRACT_ERRORcontract422NoIdentity contract must implement the IIdentity interface.Contract
DALP-1054CONTRACT_ERRORcontract422NoIdentity factory address must be a non-zero address that implements the factory interface.Contract
DALP-1055CONTRACT_ERRORcontract422NoIdentity implementation does not support the IDALPIdentity interface.Contract
DALP-1056CONTRACT_ERRORcontract422NoIdentity registry address must be a non-zero address.Contract
DALP-1057CONTRACT_ERRORcontract422NoWallet address must be a non-zero address.Contract
DALP-1058CONTRACT_ERRORcontract422NoRedemption amount must be greater than zero.Contract
DALP-1059CONTRACT_ERRORcontract422NoTarget identity address must be a non-zero address.Contract
DALP-1060CONTRACT_ERRORcontract422NoToken address must be a non-zero address.Contract
DALP-1061CONTRACT_ERRORcontract422NoToken factory address must be a non-zero address.Contract
DALP-1062CONTRACT_ERRORcontract422NoToken implementation address must be a non-zero address.Contract
DALP-1063CONTRACT_ERRORcontract422NoToken implementation is not accepted by the factory's interface validation.Contract
DALP-1064CONTRACT_ERRORcontract422NoIssuer identity setup required.Contract
DALP-1065CONTRACT_ERRORcontract422NoMaturity date in past.Contract
DALP-1066CONTRACT_ERRORcontract422NoMaturity date not reached.Contract
DALP-1067CONTRACT_ERRORcontract422NoMinting failed.Contract
DALP-1068CONTRACT_ERRORcontract422NoNet balance invariant violation.Contract
DALP-1069CONTRACT_ERRORcontract422NoNo denomination asset balance.Contract
DALP-1070CONTRACT_ERRORcontract422NoNo fees to reconcile.Contract
DALP-1071CONTRACT_ERRORcontract422NoNo historical balances provider.Contract
DALP-1072CONTRACT_ERRORcontract422NoNo tokens to recover.Contract
DALP-1073CONTRACT_ERRORcontract422NoNot whitelisted.Contract
DALP-1074CONTRACT_ERRORcontract422NoRecipient address frozen.Contract
DALP-1075CONTRACT_ERRORcontract422NoRecover insufficient balance.Contract
DALP-1076CONTRACT_ERRORcontract422NoSender address frozen.Contract
DALP-1077CONTRACT_ERRORcontract422NoToken access manager implementation not set.Contract
DALP-1078CONTRACT_ERRORcontract422NoToken already bound.Contract
DALP-1079CONTRACT_ERRORcontract422NoToken already registered.Contract
DALP-1080CONTRACT_ERRORcontract422NoToken compliance already exists.Contract
DALP-1081CONTRACT_ERRORcontract422NoToken compliance factory not available.Contract
DALP-1082CONTRACT_ERRORcontract422NoToken decimals too high.Contract
DALP-1083CONTRACT_ERRORcontract422NoToken factory registry implementation not set.Contract
DALP-1084CONTRACT_ERRORcontract422NoToken factory type already registered.Contract
DALP-1085CONTRACT_ERRORcontract422NoToken factory type already registered.Contract
DALP-1086CONTRACT_ERRORcontract422NoToken identity address mismatch.Contract
DALP-1087CONTRACT_ERRORcontract422NoToken implementation not set.Contract
DALP-1088CONTRACT_ERRORcontract422NoToken must support access managed.Contract
DALP-1089CONTRACT_ERRORcontract422NoToken not bound.Contract
DALP-1090CONTRACT_ERRORcontract422NoToken not bound.Contract
DALP-1091CONTRACT_ERRORcontract422NoToken not registered.Contract
DALP-1092CONTRACT_ERRORcontract422NoTransfer blocked after maturity.Contract
DALP-1093CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-1094CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-1095CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-1096CONTRACT_ERRORcontract422NoThe compliance rules blocked this transfer: the sender or recipient does not meet the token's requirements.Contract
DALP-1097CONTRACT_ERRORcontract422NoWallet not registered to this identity.Contract
DALP-1098CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-1099CONTRACT_ERRORcontract422NoFeeds directory address is zero.Contract
DALP-1100CONTRACT_ERRORcontract422NoThis wallet is not associated with the expected identity.Contract
DALP-1101CONTRACT_ERRORcontract422NoThe account does not have enough tokens. Available: {{available}}, required: {{required}}.Contract
DALP-1102CONTRACT_ERRORcontract422YesThe token allowance is too low. Current allowance: {{allowance}}, required: {{required}}.Contract
DALP-1103CONTRACT_ERRORcontract422YesContract paused; this operation is unavailable.Contract
DALP-1104CONTRACT_ERRORcontract422NoThe account {{account}} does not have a registered identity on this platform.Contract
DALP-1105CONTRACT_ERRORcontract422YesThe approved spending amount is not enough. Current: {{currentAllowance}}, required: {{requiredAllowance}}.Contract
DALP-1106CONTRACT_ERRORcontract422NoThe amount exceeds the currently frozen token balance. Available: {{available}}, requested: {{requested}}.Contract
DALP-1107CONTRACT_ERRORcontract422NoIdentity contract address is zero.Contract
DALP-1108CONTRACT_ERRORcontract422NoSettlement flow asset is not a valid ERC-20 token.Contract
DALP-1109CONTRACT_ERRORcontract422YesToken paused; no operations are available.Contract
DALP-1110CONTRACT_ERRORcontract422NoThe compliance rules blocked this mint: the recipient does not meet the token's requirements.Contract
DALP-1111CONTRACT_ERRORcontract422NoStale feed.Contract
DALP-1112CONTRACT_ERRORcontract422NoToken compliance creation failed.Contract
DALP-1113CONTRACT_ERRORcontract422NoNot factory token.Contract
DALP-1114CONTRACT_ERRORcontract422NoOnly compliance engine.Contract
DALP-1115CONTRACT_ERRORcontract422NoToken registries already exist.Contract
DALP-1116CONTRACT_ERRORcontract422NoToken registry implementations missing.Contract
DALP-1117CONTRACT_ERRORcontract422NoCompliance module type mismatch.Contract
DALP-1118CONTRACT_ERRORcontract422NoUnsupported compliance module.Contract
DALP-1119CONTRACT_ERRORcontract422NoToken scope not supported.Contract
DALP-1120CONTRACT_ERRORcontract422NoCompliance check failed: {{reason}}.Contract
DALP-1121CONTRACT_ERRORcontract422NoIdentity v2 not supported.Contract
DALP-1122CONTRACT_ERRORcontract422NoAuthorization deadline expired.Contract
DALP-1123CONTRACT_ERRORcontract422NoIdentity authorization signature does not match the wallet.Contract
DALP-1124CONTRACT_ERRORcontract422NoThe scheduled maturity date has passed; early maturity is not applicable.Contract
DALP-1125CONTRACT_ERRORcontract422NoFee rate too high.Contract
DALP-1126CONTRACT_ERRORcontract422NoFee token required when fees non zero.Contract
DALP-1127CONTRACT_ERRORcontract422NoConversion feature target token address is zero.Contract
DALP-1128CONTRACT_ERRORcontract422NoMaturity date zero.Contract
DALP-1129CONTRACT_ERRORcontract422NoNative recovery failed.Contract
DALP-1130CONTRACT_ERRORcontract422NoToken not system registered.Contract
DALP-2001CONTRACT_ERRORcontract422NoSender not approved settlement.Contract
DALP-2003CONTRACT_ERRORcontract422NoYou are not a participant in this settlement.Contract
DALP-2004CONTRACT_ERRORcontract422NoSettlement already cancelled.Contract
DALP-2005CONTRACT_ERRORcontract422NoSettlement already completed.Contract
DALP-2006CONTRACT_ERRORcontract422NoSettlement expired and the contract blocked execution.Contract
DALP-2007CONTRACT_ERRORcontract422NoSettlement expired and the contract already returned the funds.Contract
DALP-2008CONTRACT_ERRORcontract422YesNot all parties have approved this settlement.Contract
DALP-2009CONTRACT_ERRORcontract422YesThis settlement has not yet expired.Contract
DALP-2010CONTRACT_ERRORcontract422YesThis settlement requires a security code to execute.Contract
DALP-2011CONTRACT_ERRORcontract422NoSettlement cutoff date is not in the future.Contract
DALP-2012CONTRACT_ERRORcontract422YesThe settlement has no payment flows defined.Contract
DALP-2013CONTRACT_ERRORcontract422NoYou have already approved this settlement.Contract
DALP-3001CONTRACT_ERRORcontract422NoAirdrop ended.Contract
DALP-3002CONTRACT_ERRORcontract422NoAirdrop not started.Contract
DALP-3003CONTRACT_ERRORcontract422NoClaim already revoked.Contract
DALP-3004CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-3005CONTRACT_ERRORcontract422NoClaim not eligible.Contract
DALP-3006CONTRACT_ERRORcontract422NoClaim not valid according to issuer.Contract
DALP-3007CONTRACT_ERRORcontract422NoCliff exceeds vesting duration.Contract
DALP-3008CONTRACT_ERRORcontract422NoDistribution cap exceeded.Contract
DALP-3009CONTRACT_ERRORcontract422NoDuplicate claim topic.Contract
DALP-3010CONTRACT_ERRORcontract422NoAirdrop name is empty.Contract
DALP-3011CONTRACT_ERRORcontract422NoClaim tracker address is zero or missing the required interface.Contract
DALP-3012CONTRACT_ERRORcontract422NoDistribution recipient address is zero.Contract
DALP-3013CONTRACT_ERRORcontract422NoMerkle root is zero.Contract
DALP-3014CONTRACT_ERRORcontract422NoVesting duration is zero.Contract
DALP-3015CONTRACT_ERRORcontract422NoVesting strategy does not support multiple claims.Contract
DALP-3016CONTRACT_ERRORcontract422NoVesting strategy address is zero.Contract
DALP-3017CONTRACT_ERRORcontract422NoNo claim topics provided.Contract
DALP-3018CONTRACT_ERRORcontract422NoPush airdrop claim not allowed.Contract
DALP-3019CONTRACT_ERRORcontract422NoSender lacks claim signer key.Contract
DALP-3020CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-3021CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-3022CONTRACT_ERRORcontract422NoUnsupported claim scheme.Contract
DALP-3023CONTRACT_ERRORcontract422NoVesting airdrop implementation not set.Contract
DALP-3024CONTRACT_ERRORcontract422NoVesting already initialized.Contract
DALP-3025CONTRACT_ERRORcontract422NoVesting initialization required.Contract
DALP-3026CONTRACT_ERRORcontract422NoClaim fallback disabled.Contract
DALP-3027CONTRACT_ERRORcontract422NoNo claim fallback.Contract
DALP-3028CONTRACT_ERRORcontract422NoNothing to claim.Contract
DALP-3029CONTRACT_ERRORcontract422YesThe claim amount cannot be zero.Contract
DALP-3030CONTRACT_ERRORcontract422NoAirdrop reward already claimed.Contract
DALP-3031CONTRACT_ERRORcontract422YesClaim amount exceeds the allocated total for this index.Contract
DALP-3032CONTRACT_ERRORcontract422NoMerkle proof does not match the airdrop root.Contract
DALP-4001CONTRACT_ERRORcontract422NoAuthority address has no deployed contract code.Contract
DALP-4002CONTRACT_ERRORcontract422NoAccess managed required delay.Contract
DALP-4003CONTRACT_ERRORcontract422NoAccess manager already deployed.Contract
DALP-4004CONTRACT_ERRORcontract422NoAccess manager already scheduled.Contract
DALP-4005CONTRACT_ERRORcontract422NoAccess manager bad confirmation.Contract
DALP-4006CONTRACT_ERRORcontract422NoScheduled operation deadline expired.Contract
DALP-4007CONTRACT_ERRORcontract422NoAccessManager deployed with a zero initial admin address.Contract
DALP-4008CONTRACT_ERRORcontract422NoAccess manager locked role.Contract
DALP-4009CONTRACT_ERRORcontract422NoAccess manager not configured.Contract
DALP-4010CONTRACT_ERRORcontract422NoAccess manager not ready.Contract
DALP-4011CONTRACT_ERRORcontract422NoAccess manager not scheduled.Contract
DALP-4012CONTRACT_ERRORcontract422NoAccess manager unauthorized account.Contract
DALP-4013CONTRACT_ERRORcontract422NoAccess manager unauthorized call.Contract
DALP-4014CONTRACT_ERRORcontract422NoAccess manager unauthorized cancel.Contract
DALP-4015CONTRACT_ERRORcontract422NoAccess manager unauthorized consume.Contract
DALP-4016CONTRACT_ERRORcontract422NoAccount implementation not set.Contract
DALP-4017CONTRACT_ERRORcontract422NoAccount unauthorized.Contract
DALP-4018CONTRACT_ERRORcontract422NoAccrual already closed.Contract
DALP-4019CONTRACT_ERRORcontract422NoAddon registry implementation not set.Contract
DALP-4020CONTRACT_ERRORcontract422NoAddress already deployed.Contract
DALP-4021CONTRACT_ERRORcontract422NoAddress already on bypass list.Contract
DALP-4022CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4023CONTRACT_ERRORcontract422NoAddress not on bypass list.Contract
DALP-4024CONTRACT_ERRORcontract422NoAlready archived.Contract
DALP-4025CONTRACT_ERRORcontract422NoAlready distributed.Contract
DALP-4026CONTRACT_ERRORcontract422NoAlready initialized.Contract
DALP-4027CONTRACT_ERRORcontract422NoAlready matured.Contract
DALP-4028CONTRACT_ERRORcontract422NoKey already registered.Contract
DALP-4029CONTRACT_ERRORcontract422NoAmbiguous interest provider.Contract
DALP-4030CONTRACT_ERRORcontract422NoAmount exceeds int256 max.Contract
DALP-4031CONTRACT_ERRORcontract422NoAnd or operation requires two operands.Contract
DALP-4032CONTRACT_ERRORcontract422NoAnd or operations require two operands.Contract
DALP-4033CONTRACT_ERRORcontract422NoApproval already exists.Contract
DALP-4034CONTRACT_ERRORcontract422NoApproval already used.Contract
DALP-4035CONTRACT_ERRORcontract422NoTransfer approval expired.Contract
DALP-4036CONTRACT_ERRORcontract422NoApproval required.Contract
DALP-4037CONTRACT_ERRORcontract422NoArchive not registered.Contract
DALP-4038CONTRACT_ERRORcontract422NoArray length mismatch.Contract
DALP-4039CONTRACT_ERRORcontract422NoArray length mismatch.Contract
DALP-4040CONTRACT_ERRORcontract422NoAssociated contract not set.Contract
DALP-4041CONTRACT_ERRORcontract422NoAuthorization contract already registered.Contract
DALP-4042CONTRACT_ERRORcontract422NoAuthorization contract not registered.Contract
DALP-4043CONTRACT_ERRORcontract422NoBatch size exceeds limit.Contract
DALP-4044CONTRACT_ERRORcontract422NoBelow min conversion amount.Contract
DALP-4045CONTRACT_ERRORcontract422NoBuyer not eligible.Contract
DALP-4046CONTRACT_ERRORcontract422NoCaller not factory.Contract
DALP-4047CONTRACT_ERRORcontract422NoCancel not allowed.Contract
DALP-4048CONTRACT_ERRORcontract422NoCancel vote already cast.Contract
DALP-4049CONTRACT_ERRORcontract422NoCancel vote not cast.Contract
DALP-4050CONTRACT_ERRORcontract422NoCannot execute to zero address.Contract
DALP-4051CONTRACT_ERRORcontract422NoCannot initialize logic contract.Contract
DALP-4052CONTRACT_ERRORcontract422NoCannot recover self.Contract
DALP-4053CONTRACT_ERRORcontract422NoCannot remove default validator.Contract
DALP-4054CONTRACT_ERRORcontract422NoContract already linked.Contract
DALP-4055CONTRACT_ERRORcontract422NoConversion id already used.Contract
DALP-4056CONTRACT_ERRORcontract422NoConversion minter missing.Contract
DALP-4057CONTRACT_ERRORcontract422NoConversion window closed.Contract
DALP-4058CONTRACT_ERRORcontract422NoConversion window not open.Contract
DALP-4059CONTRACT_ERRORcontract422NoCreate2 empty bytecode.Contract
DALP-4060CONTRACT_ERRORcontract422NoFeed update deadline expired.Contract
DALP-4061CONTRACT_ERRORcontract422NoDecimal mismatch.Contract
DALP-4062CONTRACT_ERRORcontract422NoDefault validator not set.Contract
DALP-4063CONTRACT_ERRORcontract422NoDelegate and revert.Contract
DALP-4064CONTRACT_ERRORcontract422NoDenomination mismatch.Contract
DALP-4065CONTRACT_ERRORcontract422NoDeployment address mismatch.Contract
DALP-4066CONTRACT_ERRORcontract422NoDeposit withdrawal failed.Contract
DALP-4067CONTRACT_ERRORcontract422NoDirectory already set.Contract
DALP-4068CONTRACT_ERRORcontract422NoDirectory not set.Contract
DALP-4069CONTRACT_ERRORcontract422NoDuplicate feature.Contract
DALP-4070CONTRACT_ERRORcontract422NoDuplicate module.Contract
DALP-4071CONTRACT_ERRORcontract422NoDuplicate signature.Contract
DALP-4072CONTRACT_ERRORcontract422NoDuplicate type id.Contract
DALP-4073CONTRACT_ERRORcontract422NoETH not accepted.Contract
DALP-4074CONTRACT_ERRORcontract422NoETH transfers not allowed.Contract
DALP-4075CONTRACT_ERRORcontract422NoEip7702 sender not delegate.Contract
DALP-4076CONTRACT_ERRORcontract422NoEip7702 sender without code.Contract
DALP-4077CONTRACT_ERRORcontract422NoEmpty arrays provided.Contract
DALP-4078CONTRACT_ERRORcontract422NoEmpty expression not allowed.Contract
DALP-4079CONTRACT_ERRORcontract422NoEmpty id.Contract
DALP-4080CONTRACT_ERRORcontract422NoEmpty name.Contract
DALP-4081CONTRACT_ERRORcontract422NoEmpty signature.Contract
DALP-4082CONTRACT_ERRORcontract422NoExceeded cap.Contract
DALP-4083CONTRACT_ERRORcontract422NoExecution already performed.Contract
DALP-4084CONTRACT_ERRORcontract422NoExecution failed.Contract
DALP-4085CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4086CONTRACT_ERRORcontract422NoExpression stack overflow.Contract
DALP-4087CONTRACT_ERRORcontract422NoExpression too complex.Contract
DALP-4088CONTRACT_ERRORcontract422NoFailed deployment.Contract
DALP-4089CONTRACT_ERRORcontract422NoFailed op.Contract
DALP-4090CONTRACT_ERRORcontract422NoFailed op with revert.Contract
DALP-4091CONTRACT_ERRORcontract422NoFailed send to beneficiary.Contract
DALP-4092CONTRACT_ERRORcontract422NoFeature already exists.Contract
DALP-4093CONTRACT_ERRORcontract422NoFeature creation failed.Contract
DALP-4094CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4095CONTRACT_ERRORcontract422NoFuture lookup.Contract
DALP-4096CONTRACT_ERRORcontract422NoGlobal module already added.Contract
DALP-4097CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4098CONTRACT_ERRORcontract422NoGovernor already cast vote.Contract
DALP-4099CONTRACT_ERRORcontract422NoGovernor already queued proposal.Contract
DALP-4100CONTRACT_ERRORcontract422NoGovernor disabled deposit.Contract
DALP-4101CONTRACT_ERRORcontract422NoGovernor insufficient proposer votes.Contract
DALP-4102CONTRACT_ERRORcontract422NoProposal arrays have mismatched or zero length.Contract
DALP-4103CONTRACT_ERRORcontract422NoVote signature does not match the stated voter.Contract
DALP-4104CONTRACT_ERRORcontract422NoVote params have the wrong length for the chosen vote type.Contract
DALP-4105CONTRACT_ERRORcontract422NoVote support value is outside the accepted range.Contract
DALP-4106CONTRACT_ERRORcontract422NoVoting period must be at least one block.Contract
DALP-4107CONTRACT_ERRORcontract422NoGovernor nonexistent proposal.Contract
DALP-4108CONTRACT_ERRORcontract422NoGovernor not queued proposal.Contract
DALP-4109CONTRACT_ERRORcontract422NoGovernor only executor.Contract
DALP-4110CONTRACT_ERRORcontract422NoGovernor queue unavailable on this contract.Contract
DALP-4111CONTRACT_ERRORcontract422NoGovernor restricted proposer.Contract
DALP-4112CONTRACT_ERRORcontract422NoGovernor unable to cancel.Contract
DALP-4113CONTRACT_ERRORcontract422NoGovernor unexpected proposal state.Contract
DALP-4114CONTRACT_ERRORcontract422NoHard cap exceeded.Contract
DALP-4115CONTRACT_ERRORcontract422NoHard cap must be positive.Contract
DALP-4116CONTRACT_ERRORcontract422NoHashlock reveal not required.Contract
DALP-4117CONTRACT_ERRORcontract422NoHistory not supported.Contract
DALP-4118CONTRACT_ERRORcontract422NoIdentities required.Contract
DALP-4119CONTRACT_ERRORcontract422NoImplementation not set in factory.Contract
DALP-4120CONTRACT_ERRORcontract422NoIndex out of bounds.Contract
DALP-4121CONTRACT_ERRORcontract422NoInitial key already setup.Contract
DALP-4122CONTRACT_ERRORcontract422NoInitialization deadline passed.Contract
DALP-4123CONTRACT_ERRORcontract422NoInitialization with zero address.Contract
DALP-4124CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-4125CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-4126CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-4127CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-4128CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-4129CONTRACT_ERRORcontract422NoInterest provider missing.Contract
DALP-4130CONTRACT_ERRORcontract422NoInterface registration limit reached.Contract
DALP-4131CONTRACT_ERRORcontract422NoInternal function.Contract
DALP-4132CONTRACT_ERRORcontract422NoInteroperable address empty reference and address.Contract
DALP-4133CONTRACT_ERRORcontract422NoInteroperable address parsing error.Contract
DALP-4134CONTRACT_ERRORcontract422NoAccess manager must implement the required interface.Contract
DALP-4135CONTRACT_ERRORcontract422NoNonce does not match the account's current nonce.Contract
DALP-4136CONTRACT_ERRORcontract422NoAddon implementation address is zero.Contract
DALP-4137CONTRACT_ERRORcontract422NoNew implementation address is zero.Contract
DALP-4138CONTRACT_ERRORcontract422NoWithdrawal amount is zero.Contract
DALP-4139CONTRACT_ERRORcontract422NoClaim authorization contract address is zero or missing the required interface.Contract
DALP-4140CONTRACT_ERRORcontract422NoYield basis-per-unit is zero.Contract
DALP-4141CONTRACT_ERRORcontract422NoFee beneficiary address is zero.Contract
DALP-4142CONTRACT_ERRORcontract422NoToken supply cap is zero or below the current total supply.Contract
DALP-4143CONTRACT_ERRORcontract422NoSubject address is zero.Contract
DALP-4144CONTRACT_ERRORcontract422NoConversion window end is at or before the start, or already past.Contract
DALP-4145CONTRACT_ERRORcontract422NoToken decimal precision exceeds the maximum of 18.Contract
DALP-4146CONTRACT_ERRORcontract422NoBond denomination asset address is zero.Contract
DALP-4147CONTRACT_ERRORcontract422NoFeeds directory address is zero.Contract
DALP-4148CONTRACT_ERRORcontract422NoDirectory address is zero.Contract
DALP-4149CONTRACT_ERRORcontract422NoYield end date is not after the start date.Contract
DALP-4150CONTRACT_ERRORcontract422NoAirdrop end time is not after the start time.Contract
DALP-4151CONTRACT_ERRORcontract422NoCompliance expression does not reduce to exactly one result.Contract
DALP-4152CONTRACT_ERRORcontract422NoIdentity verification expression stack did not resolve to a single result.Contract
DALP-4153CONTRACT_ERRORcontract422NoXvP flow external chain ID matches the current chain.Contract
DALP-4154CONTRACT_ERRORcontract422NoBond face value is zero.Contract
DALP-4155CONTRACT_ERRORcontract422NoPush airdrop factory address is zero or does not support the required interface.Contract
DALP-4156CONTRACT_ERRORcontract422NoToken feature configuration data failed validation.Contract
DALP-4157CONTRACT_ERRORcontract422NoGlobal trusted issuers registry address must implement the required interface.Contract
DALP-4158CONTRACT_ERRORcontract422NoFeed history size is zero in BOUNDED mode.Contract
DALP-4159CONTRACT_ERRORcontract422NoProposed implementation does not support the required contract interface.Contract
DALP-4160CONTRACT_ERRORcontract422NoToken implementation address is the zero address.Contract
DALP-4161CONTRACT_ERRORcontract422NoImplementation contract does not support the expected module interface.Contract
DALP-4162CONTRACT_ERRORcontract422NoInitial management key address is the zero address.Contract
DALP-4163CONTRACT_ERRORcontract422NoContract already initialized.Contract
DALP-4164CONTRACT_ERRORcontract422NoInitialization deadline must be at least one second in the future.Contract
DALP-4165CONTRACT_ERRORcontract422NoBatch input arrays have mismatched lengths.Contract
DALP-4166CONTRACT_ERRORcontract422NoYield distribution interval must be greater than zero.Contract
DALP-4167CONTRACT_ERRORcontract422NoTrusted issuer address is the zero address.Contract
DALP-4168CONTRACT_ERRORcontract422NoThe source wallet is not registered as lost or the caller is not its registered replacement.Contract
DALP-4169CONTRACT_ERRORcontract422NoAddress is not a recognized compliance module.Contract
DALP-4170CONTRACT_ERRORcontract422NoFeed update nonce is out of sequence.Contract
DALP-4171CONTRACT_ERRORcontract422NoFeed update observedAt timestamp is zero.Contract
DALP-4172CONTRACT_ERRORcontract422NoOnchainID address is the zero address.Contract
DALP-4173CONTRACT_ERRORcontract422NoOnchainID address is the zero address.Contract
DALP-4174CONTRACT_ERRORcontract422NoA required sale configuration parameter is zero or exceeds the allowed range.Contract
DALP-4175CONTRACT_ERRORcontract422NoAsset configuration has an empty required field.Contract
DALP-4176CONTRACT_ERRORcontract422NoCompliance module configuration parameters are not accepted.Contract
DALP-4177CONTRACT_ERRORcontract422NoPaymaster field in the user operation decodes to the zero address.Contract
DALP-4178CONTRACT_ERRORcontract422NoThe paymasterAndData field is shorter than the minimum required length.Contract
DALP-4179CONTRACT_ERRORcontract422NoPaymaster signature length exceeds available paymaster data.Contract
DALP-4180CONTRACT_ERRORcontract422NoPayment currency rejected for this token sale.Contract
DALP-4181CONTRACT_ERRORcontract422NoPeriod number is outside the range of configured yield periods.Contract
DALP-4182CONTRACT_ERRORcontract422NoSale phase cannot transition to public sale from the current status.Contract
DALP-4183CONTRACT_ERRORcontract422NoToken sale price calculation produced an unusable result.Contract
DALP-4184CONTRACT_ERRORcontract422NoVesting or purchase range parameters are in the wrong order.Contract
DALP-4185CONTRACT_ERRORcontract422NoYield rate must be greater than zero.Contract
DALP-4186CONTRACT_ERRORcontract422NoRedemption target address is the zero address.Contract
DALP-4187CONTRACT_ERRORcontract422NoRedemption amount must be greater than zero.Contract
DALP-4188CONTRACT_ERRORcontract422NoRegistry address is the zero address.Contract
DALP-4189CONTRACT_ERRORcontract422NoRegistry address does not refer to a usable registry contract.Contract
DALP-4190CONTRACT_ERRORcontract422NoRequired confirmation count exceeds the number of signers.Contract
DALP-4191CONTRACT_ERRORcontract422NoThis operation cannot run while the sale is in its current status.Contract
DALP-4192CONTRACT_ERRORcontract422NoFeed topic schema hash does not match the required scalar schema.Contract
DALP-4193CONTRACT_ERRORcontract422NoSecret preimage does not match the settlement hashlock.Contract
DALP-4194CONTRACT_ERRORcontract422NoShortString storage encoding is corrupt.Contract
DALP-4195CONTRACT_ERRORcontract422NoSignature malformed or verification failed.Contract
DALP-4196CONTRACT_ERRORcontract422NoECDSA signature must be exactly 65 bytes.Contract
DALP-4197CONTRACT_ERRORcontract422NoRecovered signer does not hold a CLAIM key on the issuer identity.Contract
DALP-4198CONTRACT_ERRORcontract422NoStake amount is zero or exceeds the maximum allowed.Contract
DALP-4199CONTRACT_ERRORcontract422NoYield schedule start date is not in the future.Contract
DALP-4200CONTRACT_ERRORcontract422NoAirdrop start time is not in the future.Contract
DALP-4201CONTRACT_ERRORcontract422NoIdentity registry storage address is zero.Contract
DALP-4202CONTRACT_ERRORcontract422NoSubject address does not match the token's on-chain identity.Contract
DALP-4203CONTRACT_ERRORcontract422NoSystem contract address is zero or missing the required interface.Contract
DALP-4204CONTRACT_ERRORcontract422NoAirdrop start and end times do not form a usable claim window.Contract
DALP-4205CONTRACT_ERRORcontract422NoSale or vesting timestamp conflicts with required time ordering.Contract
DALP-4206CONTRACT_ERRORcontract422NoTopic ID zero is not allowed in compliance expressions.Contract
DALP-4207CONTRACT_ERRORcontract422NoTopic scheme registry address is zero.Contract
DALP-4208CONTRACT_ERRORcontract422NoIdentity registry topic scheme registry address is zero.Contract
DALP-4209CONTRACT_ERRORcontract422NoTreasury address is zero.Contract
DALP-4210CONTRACT_ERRORcontract422NoTrusted issuers registry address is zero.Contract
DALP-4211CONTRACT_ERRORcontract422NoUnstake delay is zero or less than the current delay.Contract
DALP-4212CONTRACT_ERRORcontract422NoUser wallet address is zero.Contract
DALP-4213CONTRACT_ERRORcontract422NoWithdrawal destination address is zero.Contract
DALP-4214CONTRACT_ERRORcontract422NoIssuer already exists.Contract
DALP-4215CONTRACT_ERRORcontract422NoIssuer cannot be zero address.Contract
DALP-4216CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4217CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4218CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4219CONTRACT_ERRORcontract422NoKey already has this purpose.Contract
DALP-4220CONTRACT_ERRORcontract422NoKey cannot be zero.Contract
DALP-4221CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4222CONTRACT_ERRORcontract422NoKey does not have this purpose.Contract
DALP-4223CONTRACT_ERRORcontract422NoKind mismatch.Contract
DALP-4224CONTRACT_ERRORcontract422NoLength mismatch.Contract
DALP-4225CONTRACT_ERRORcontract422NoLocked amount mismatch.Contract
DALP-4226CONTRACT_ERRORcontract422NoMax features reached.Contract
DALP-4227CONTRACT_ERRORcontract422NoMaximum allocation exceeded.Contract
DALP-4228CONTRACT_ERRORcontract422NoMeta registry cannot provide complete answer.Contract
DALP-4229CONTRACT_ERRORcontract422NoMetadata immutable.Contract
DALP-4230CONTRACT_ERRORcontract422NoMissing type identifier.Contract
DALP-4231CONTRACT_ERRORcontract422NoModule already added.Contract
DALP-4233CONTRACT_ERRORcontract422NoModule type already registered.Contract
DALP-4234CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4236CONTRACT_ERRORcontract422NoModule not registered.Contract
DALP-4237CONTRACT_ERRORcontract422NoNo approval to revoke.Contract
DALP-4238CONTRACT_ERRORcontract422NoNo bytecode.Contract
DALP-4239CONTRACT_ERRORcontract422NoNo checkpoint at timepoint.Contract
DALP-4240CONTRACT_ERRORcontract422NoNo contribution to refund.Contract
DALP-4241CONTRACT_ERRORcontract422NoNo initial admins.Contract
DALP-4242CONTRACT_ERRORcontract422NoNo local flows.Contract
DALP-4243CONTRACT_ERRORcontract422NoNo yield available.Contract
DALP-4244CONTRACT_ERRORcontract422NoInitialization required.Contract
DALP-4245CONTRACT_ERRORcontract422NoContract initialization sequence required.Contract
DALP-4246CONTRACT_ERRORcontract422NoModule installation required.Contract
DALP-4247CONTRACT_ERRORcontract422NoNot matured.Contract
DALP-4248CONTRACT_ERRORcontract422NoNot operation requires one operand.Contract
DALP-4249CONTRACT_ERRORcontract422NoNot registered.Contract
DALP-4250CONTRACT_ERRORcontract422NoNot registered feature.Contract
DALP-4251CONTRACT_ERRORcontract422NoNot staked.Contract
DALP-4252CONTRACT_ERRORcontract422NoObserved at too far in future.Contract
DALP-4253CONTRACT_ERRORcontract422NoOnchain id already set.Contract
DALP-4254CONTRACT_ERRORcontract422NoOut of range access.Contract
DALP-4255CONTRACT_ERRORcontract422NoOwner already set.Contract
DALP-4256CONTRACT_ERRORcontract422NoPartial conversion disabled.Contract
DALP-4257CONTRACT_ERRORcontract422NoPaymaster unauthorized.Contract
DALP-4258CONTRACT_ERRORcontract422NoPaymaster zero entry point.Contract
DALP-4259CONTRACT_ERRORcontract422NoPaymaster zero signer.Contract
DALP-4260CONTRACT_ERRORcontract422NoPhase not active.Contract
DALP-4261CONTRACT_ERRORcontract422NoPost op reverted.Contract
DALP-4262CONTRACT_ERRORcontract422NoPremint already completed.Contract
DALP-4263CONTRACT_ERRORcontract422NoProxy creation failed.Contract
DALP-4264CONTRACT_ERRORcontract422NoPurchase amount too low.Contract
DALP-4265CONTRACT_ERRORcontract422NoQuery before enabled.Contract
DALP-4266CONTRACT_ERRORcontract422NoRecipient not verified.Contract
DALP-4267CONTRACT_ERRORcontract422NoRecover zero address.Contract
DALP-4268CONTRACT_ERRORcontract422NoReentrancy.Contract
DALP-4269CONTRACT_ERRORcontract422NoReentrant initialization.Contract
DALP-4270CONTRACT_ERRORcontract422NoRefund grace period active.Contract
DALP-4271CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4272CONTRACT_ERRORcontract422NoRemap target already exists.Contract
DALP-4273CONTRACT_ERRORcontract422NoReplicated execution already performed.Contract
DALP-4274CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4275CONTRACT_ERRORcontract422NoRevocation not allowed after commit.Contract
DALP-4276CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4277CONTRACT_ERRORcontract422NoSale duration must be positive.Contract
DALP-4278CONTRACT_ERRORcontract422NoSale ended.Contract
DALP-4279CONTRACT_ERRORcontract422NoSale never activated.Contract
DALP-4280CONTRACT_ERRORcontract422NoSale not active.Contract
DALP-4281CONTRACT_ERRORcontract422NoSale not ended.Contract
DALP-4282CONTRACT_ERRORcontract422NoSale not failed.Contract
DALP-4283CONTRACT_ERRORcontract422NoSale not finalized as success.Contract
DALP-4284CONTRACT_ERRORcontract422NoSale not started.Contract
DALP-4285CONTRACT_ERRORcontract422NoSale start must be in future.Contract
DALP-4286CONTRACT_ERRORcontract422NoSalt already taken.Contract
DALP-4287CONTRACT_ERRORcontract422NoSame address.Contract
DALP-4288CONTRACT_ERRORcontract422NoSchedule not active.Contract
DALP-4289CONTRACT_ERRORcontract422NoSchema hash mismatch.Contract
DALP-4290CONTRACT_ERRORcontract422NoSchema hash mismatch.Contract
DALP-4291CONTRACT_ERRORcontract422NoSecret already revealed.Contract
DALP-4292CONTRACT_ERRORcontract422NoSecret not revealed.Contract
DALP-4293CONTRACT_ERRORcontract422NoSelf transfer.Contract
DALP-4294CONTRACT_ERRORcontract422NoSender address result.Contract
DALP-4295CONTRACT_ERRORcontract422NoSender's key lacks the required purpose.Contract
DALP-4296CONTRACT_ERRORcontract422NoSender lacks management key.Contract
DALP-4297CONTRACT_ERRORcontract422NoSender not local.Contract
DALP-4298CONTRACT_ERRORcontract422NoSignature unchanged.Contract
DALP-4299CONTRACT_ERRORcontract422NoSignature validation failed.Contract
DALP-4300CONTRACT_ERRORcontract422YesSlippage exceeded.Contract
DALP-4301CONTRACT_ERRORcontract422NoSoft cap not reached.Contract
DALP-4302CONTRACT_ERRORcontract422NoStake still locked.Contract
DALP-4303CONTRACT_ERRORcontract422NoStake withdrawal failed.Contract
DALP-4304CONTRACT_ERRORcontract422NoStale observation.Contract
DALP-4305CONTRACT_ERRORcontract422NoString too long.Contract
DALP-4306CONTRACT_ERRORcontract422NoSystem access manager not set.Contract
DALP-4307CONTRACT_ERRORcontract422NoSystem addon implementation not set.Contract
DALP-4308CONTRACT_ERRORcontract422NoAddon type name already registered.Contract
DALP-4309CONTRACT_ERRORcontract422NoAddon type already registered.Contract
DALP-4310CONTRACT_ERRORcontract422NoSystem already bootstrapped.Contract
DALP-4311CONTRACT_ERRORcontract422NoSystem trusted issuers registry implementation not set.Contract
DALP-4312CONTRACT_ERRORcontract422NoTerms already set.Contract
DALP-4313CONTRACT_ERRORcontract422NoTerms not accepted.Contract
DALP-4314CONTRACT_ERRORcontract422NoTerms not set.Contract
DALP-4315CONTRACT_ERRORcontract422NoPayment currency limit exceeded.Contract
DALP-4316CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4317CONTRACT_ERRORcontract422NoTopic mismatch.Contract
DALP-4318CONTRACT_ERRORcontract422NoTopic not registered.Contract
DALP-4319CONTRACT_ERRORcontract422NoTopic scheme already exists.Contract
DALP-4320CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4321CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4322CONTRACT_ERRORcontract422NoTopic scheme registry implementation not set.Contract
DALP-4323CONTRACT_ERRORcontract422NoTrigger already exists.Contract
DALP-4324CONTRACT_ERRORcontract422NoTrigger expired.Contract
DALP-4325CONTRACT_ERRORcontract422NoTrigger not active.Contract
DALP-4326CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4327CONTRACT_ERRORcontract422NoTrusted issuers meta registry implementation not set.Contract
DALP-4328CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4329CONTRACT_ERRORcontract422NoTx executed.Contract
DALP-4330CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4331CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4332CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4333CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4334CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4335CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4336CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4337CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4338CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4339CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4340CONTRACT_ERRORcontract422NoUnknown expression type.Contract
DALP-4341CONTRACT_ERRORcontract422NoUnregistered key.Contract
DALP-4342CONTRACT_ERRORcontract422NoUnsupported attribute.Contract
DALP-4343CONTRACT_ERRORcontract422NoUnsupported execution operation.Contract
DALP-4344CONTRACT_ERRORcontract422NoUnsupported key operation.Contract
DALP-4345CONTRACT_ERRORcontract422NoUnsupported payment currency.Contract
DALP-4346CONTRACT_ERRORcontract422NoValue not positive.Contract
DALP-4347CONTRACT_ERRORcontract422NoDelegation signature expired.Contract
DALP-4348CONTRACT_ERRORcontract422NoWallet already linked.Contract
DALP-4349CONTRACT_ERRORcontract422NoWallet already marked as lost.Contract
DALP-4350CONTRACT_ERRORcontract422NoWallet in management keys.Contract
DALP-4351CONTRACT_ERRORcontract422NoWithdrawal already scheduled.Contract
DALP-4352CONTRACT_ERRORcontract422NoWithdrawal not due.Contract
DALP-4353CONTRACT_ERRORcontract422NoWithdrawal not ready.Contract
DALP-4354CONTRACT_ERRORcontract422NoWithdrawal not scheduled.Contract
DALP-4355CONTRACT_ERRORcontract422NoWrapped error.Contract
DALP-4356CONTRACT_ERRORcontract422NoYield schedule active.Contract
DALP-4357CONTRACT_ERRORcontract422NoYield schedule already set.Contract
DALP-4358CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4359CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4360CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4361CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4362CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4363CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4364CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4365CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4366CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4367CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4368CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4369CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4370CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4371CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4372CONTRACT_ERRORcontract422NoCannot remove last validator.Contract
DALP-4373CONTRACT_ERRORcontract422NoValidator module limit exceeded.Contract
DALP-4374CONTRACT_ERRORcontract422NoOperation unavailable on this contract.Contract
DALP-4375CONTRACT_ERRORcontract422NoPaymaster not deployed.Contract
DALP-4376CONTRACT_ERRORcontract422NoMax staleness value is zero.Contract
DALP-4377CONTRACT_ERRORcontract422NoPaymaster entry point not contract.Contract
DALP-4378CONTRACT_ERRORcontract422NoAsset type name required.Contract
DALP-4379CONTRACT_ERRORcontract422NoParent registry address is self-referencing, unsupported, or creates a cycle.Contract
DALP-4380CONTRACT_ERRORcontract422NoImplementation not registered.Contract
DALP-4381CONTRACT_ERRORcontract422NoInstance deployment failed.Contract
DALP-4382CONTRACT_ERRORcontract422NoCompliance module configuration contains a constraint violation.Contract
DALP-4383CONTRACT_ERRORcontract422NoNot module admin.Contract
DALP-4384CONTRACT_ERRORcontract422NoRegistry not available.Contract
DALP-4389CONTRACT_ERRORcontract422NoModule family mismatch.Contract
DALP-4390CONTRACT_ERRORcontract422NoType id mismatch.Contract
DALP-4392CONTRACT_ERRORcontract422NoMax chain depth exceeded.Contract
DALP-4393CONTRACT_ERRORcontract422NoNot a validator module.Contract
DALP-4394CONTRACT_ERRORcontract422NoSystem registry not available.Contract
DALP-4396CONTRACT_ERRORcontract422NoV1 hook must bypass adapter.Contract
DALP-4400CONTRACT_ERRORcontract422NoThe account {{account}} does not have the required role to perform this operation.Contract
DALP-4401CONTRACT_ERRORcontract422NoOnly the owner of this resource can perform this operation.Contract
DALP-4402CONTRACT_ERRORcontract422NoThe calling address is not permitted to perform this operation.Contract
DALP-4404CONTRACT_ERRORcontract422NoSystem already set.Contract
DALP-4405CONTRACT_ERRORcontract422NoSystem not set.Contract
DALP-4406CONTRACT_ERRORcontract422NoScope expression too complex.Contract
DALP-4407CONTRACT_ERRORcontract422NoManagement keys not supported.Contract
DALP-4408CONTRACT_ERRORcontract422NoConfig immutable.Contract
DALP-4409CONTRACT_ERRORcontract422NoBinding already active.Contract
DALP-4410CONTRACT_ERRORcontract422NoBinding already inactive.Contract
DALP-4411CONTRACT_ERRORcontract422NoBinding not active.Contract
DALP-4412CONTRACT_ERRORcontract422NoThe requested resource could not be found.Contract
DALP-4413CONTRACT_ERRORcontract422NoYou do not have permission for this operation.Contract
DALP-4414CONTRACT_ERRORcontract422NoCaller {{caller}} is not authorized to create management keys for contract {{contractAddress}}.Contract
DALP-4415CONTRACT_ERRORcontract422NoCaller {{caller}} is not authorized to create an identity for wallet {{wallet}}.Contract
DALP-4416CONTRACT_ERRORcontract422NoAccount onchain id mismatch.Contract
DALP-4417CONTRACT_ERRORcontract422NoAccount creation authorization deadline expired.Contract
DALP-4418CONTRACT_ERRORcontract422NoAccount creation authorization signature does not recover the required owner.Contract
DALP-4419CONTRACT_ERRORcontract422NoUnexpected validator init data.Contract
DALP-4420CONTRACT_ERRORcontract422NoEmpty batch.Contract
DALP-4421CONTRACT_ERRORcontract422YesConversion trigger expiry timestamp is in the past.Contract
DALP-4422CONTRACT_ERRORcontract422NoThe authorized converter must be a conversion feature.Contract
DALP-4423CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-4424CONTRACT_ERRORcontract422NoBasis per unit zero.Contract
DALP-4425CONTRACT_ERRORcontract422NoConfig data must be empty.Contract
DALP-4426CONTRACT_ERRORcontract422NoConfig data required.Contract
DALP-4427CONTRACT_ERRORcontract422NoDiscount too high.Contract
DALP-4428CONTRACT_ERRORcontract422NoDuplicate converter address.Contract
DALP-4429CONTRACT_ERRORcontract422NoEnd date not after start date.Contract
DALP-4430CONTRACT_ERRORcontract422NoEnd date zero.Contract
DALP-4431CONTRACT_ERRORcontract422NoEscrow required for lock method.Contract
DALP-4432CONTRACT_ERRORcontract422NoFace value zero.Contract
DALP-4433CONTRACT_ERRORcontract422NoImplementation address zero.Contract
DALP-4435CONTRACT_ERRORcontract422NoInterval zero.Contract
DALP-4436CONTRACT_ERRORcontract422NoConversion window start is after the end timestamp.Contract
DALP-4437CONTRACT_ERRORcontract422NoConverter address at position {{index}} is the zero address.Contract
DALP-4438CONTRACT_ERRORcontract422NoTreasury address is the zero address.Contract
DALP-4439CONTRACT_ERRORcontract422NoNo feature to replace.Contract
DALP-4440CONTRACT_ERRORcontract422NoRate zero.Contract
DALP-4441CONTRACT_ERRORcontract422NoReplacement not supported.Contract
DALP-4442CONTRACT_ERRORcontract422NoReplacement would collide.Contract
DALP-4443CONTRACT_ERRORcontract422NoStart date zero.Contract
DALP-4444CONTRACT_ERRORcontract422NoImplementation interface check failed.Contract
DALP-4445CONTRACT_ERRORcontract422NoImplementation missing interface.Contract
DALP-4446CONTRACT_ERRORcontract422NoNot deployer.Contract
DALP-4447CONTRACT_ERRORcontract422NoProxy already initialized.Contract
DALP-4448CONTRACT_ERRORcontract422NoProxy uninitialized.Contract
DALP-4449CONTRACT_ERRORcontract422NoBundler call failed.Contract
DALP-4450CONTRACT_ERRORcontract422NoBundler share in basis points exceeds 10000.Contract
DALP-4451CONTRACT_ERRORcontract422NoBundler address is the zero address.Contract
DALP-4453CONTRACT_ERRORcontract422NoPaymaster address does not point to a deployed paymaster contract.Contract
DALP-4454CONTRACT_ERRORcontract422NoPaymaster call failed.Contract
DALP-4455CONTRACT_ERRORcontract422NoA required value cannot be zero.Contract
DALP-4456CONTRACT_ERRORcontract422NoNot refundable.Contract
DALP-4457CONTRACT_ERRORcontract422NoStake management must call the canonical EntryPoint directly.Contract
DALP-9001CONTRACT_ERRORcontract422NoAccess control bad confirmation.Contract
DALP-9002CONTRACT_ERRORcontract422NoAccess control enforced default admin delay.Contract
DALP-9003CONTRACT_ERRORcontract422NoAccess control enforced default admin rules.Contract
DALP-9004CONTRACT_ERRORcontract422NoDefault admin address cannot be the zero address.Contract
DALP-9005CONTRACT_ERRORcontract422NoAccess control missing any of roles.Contract
DALP-9006CONTRACT_ERRORcontract422NoAddress empty code.Contract
DALP-9007CONTRACT_ERRORcontract422NoCheckpoint unordered insertion.Contract
DALP-9008CONTRACT_ERRORcontract422NoECDSA signature malformed.Contract
DALP-9009CONTRACT_ERRORcontract422NoECDSA signature length is wrong.Contract
DALP-9010CONTRACT_ERRORcontract422NoECDSA signature s-value is in the upper curve half.Contract
DALP-9011CONTRACT_ERRORcontract422NoERC 1155 insufficient balance.Contract
DALP-9012CONTRACT_ERRORcontract422NoERC-1155 approval cannot come from the zero address.Contract
DALP-9013CONTRACT_ERRORcontract422NoERC-1155 ids and values arrays have different lengths.Contract
DALP-9014CONTRACT_ERRORcontract422NoERC-1155 operator cannot be the zero address.Contract
DALP-9015CONTRACT_ERRORcontract422NoERC-1155 receiver address cannot accept tokens.Contract
DALP-9016CONTRACT_ERRORcontract422NoERC-1155 sender cannot be the zero address.Contract
DALP-9017CONTRACT_ERRORcontract422NoERC 1155 missing approval for all.Contract
DALP-9018CONTRACT_ERRORcontract422NoERC-1967 implementation address has no contract code.Contract
DALP-9019CONTRACT_ERRORcontract422NoERC 1967 non payable.Contract
DALP-9020CONTRACT_ERRORcontract422NoERC 1967 proxy uninitialized.Contract
DALP-9021CONTRACT_ERRORcontract422NoERC 20 exceeded safe supply.Contract
DALP-9022CONTRACT_ERRORcontract422NoERC-20 approver cannot be the zero address.Contract
DALP-9023CONTRACT_ERRORcontract422NoERC-20 receiver cannot be the zero address.Contract
DALP-9024CONTRACT_ERRORcontract422NoERC-20 sender cannot be the zero address.Contract
DALP-9025CONTRACT_ERRORcontract422NoERC-20 spender cannot be the zero address.Contract
DALP-9026CONTRACT_ERRORcontract422NoPermit signature deadline expired.Contract
DALP-9027CONTRACT_ERRORcontract422NoPermit signature signer does not match the token owner.Contract
DALP-9028CONTRACT_ERRORcontract422NoForwarder request deadline expired.Contract
DALP-9029CONTRACT_ERRORcontract422NoForwarded request signer does not match the declared sender.Contract
DALP-9030CONTRACT_ERRORcontract422NoERC 2771 forwarder mismatched value.Contract
DALP-9031CONTRACT_ERRORcontract422NoERC 2771 untrustful target.Contract
DALP-9032CONTRACT_ERRORcontract422NoERC 5805 future lookup.Contract
DALP-9033CONTRACT_ERRORcontract422NoERC 6372 inconsistent clock.Contract
DALP-9034CONTRACT_ERRORcontract422NoERC 721 incorrect owner.Contract
DALP-9035CONTRACT_ERRORcontract422NoERC 721 insufficient approval.Contract
DALP-9036CONTRACT_ERRORcontract422NoERC-721 approver cannot be the zero address.Contract
DALP-9037CONTRACT_ERRORcontract422NoERC-721 operator cannot be the zero address.Contract
DALP-9038CONTRACT_ERRORcontract422NoERC-721 owner cannot be the zero address.Contract
DALP-9039CONTRACT_ERRORcontract422NoERC-721 receiver address cannot accept tokens.Contract
DALP-9040CONTRACT_ERRORcontract422NoERC-721 transfer sender is the zero address.Contract
DALP-9041CONTRACT_ERRORcontract422NoERC 721 nonexistent token.Contract
DALP-9042CONTRACT_ERRORcontract422NoERC 7579 already installed module.Contract
DALP-9043CONTRACT_ERRORcontract422NoERC 7579 cannot decode fallback data.Contract
DALP-9044CONTRACT_ERRORcontract422NoERC 7579 decoding error.Contract
DALP-9045CONTRACT_ERRORcontract422NoERC 7579 mismatched module type id.Contract
DALP-9046CONTRACT_ERRORcontract422NoERC 7579 missing fallback handler.Contract
DALP-9047CONTRACT_ERRORcontract422NoERC 7579 multisig already exists.Contract
DALP-9048CONTRACT_ERRORcontract422NoMultisig init data is too short to decode.Contract
DALP-9049CONTRACT_ERRORcontract422NoSigner bytes are too short to represent a valid ERC-7913 signer.Contract
DALP-9050CONTRACT_ERRORcontract422NoSigner weight of zero is not permitted.Contract
DALP-9051CONTRACT_ERRORcontract422NoERC 7579 multisig mismatched length.Contract
DALP-9052CONTRACT_ERRORcontract422NoERC 7579 multisig nonexistent signer.Contract
DALP-9053CONTRACT_ERRORcontract422NoERC 7579 multisig unreachable threshold.Contract
DALP-9054CONTRACT_ERRORcontract422NoERC 7579 multisig zero threshold.Contract
DALP-9055CONTRACT_ERRORcontract422NoERC 7579 uninstalled module.Contract
DALP-9056CONTRACT_ERRORcontract422NoERC 7579 unsupported call type.Contract
DALP-9057CONTRACT_ERRORcontract422NoERC 7579 unsupported exec type.Contract
DALP-9058CONTRACT_ERRORcontract422NoERC 7579 unsupported module type.Contract
DALP-9059CONTRACT_ERRORcontract422NoExpected pause.Contract
DALP-9060CONTRACT_ERRORcontract422NoFailed call.Contract
DALP-9061CONTRACT_ERRORcontract422NoYour account does not have enough resources for this operation.Contract
DALP-9062CONTRACT_ERRORcontract422NoOwnership transfer to the zero address rejected.Contract
DALP-9063CONTRACT_ERRORcontract422NoReentrancy guard reentrant call.Contract
DALP-9064CONTRACT_ERRORcontract422NoSafe cast overflowed uint downcast.Contract
DALP-9065CONTRACT_ERRORcontract422NoSafe erc 20 failed operation.Contract
DALP-9066CONTRACT_ERRORcontract422NoStrings insufficient hex length.Contract
DALP-9067CONTRACT_ERRORcontract422NoUUPS unauthorized call context.Contract
DALP-9068CONTRACT_ERRORcontract422NoUUPS unsupported proxiable uuid.Contract
DALP-9069CONTRACT_ERRORcontract422NoPermit signature verification failed for owner {{owner}}.Contract
DALP-9070TOKEN_TRANSFER_INSUFFICIENT_BALANCEclient400NoTransfer amount exceeds available balance.Platform API
DALP-9071TOKEN_BURN_INSUFFICIENT_BALANCEclient400NoBurn amount exceeds available balance.Platform API
DALP-9072EXTERNAL_TOKEN_NOT_ERC20domain422NoToken at {tokenAddress} must expose readable ERC-20 symbol() and decimals() before registration.Platform API
DALP-9073TOKEN_CREATE_DENOMINATION_ASSET_NOT_ERC20domain422NoDenomination asset at {denominationAsset} must expose readable ERC-20 symbol() and decimals() before token creation.Platform API
DALP-9074ORGANIZATION_ADD_MEMBER_FAILEDclient409NoFailed to add member to organization.Platform API
DALP-9075ORGANIZATION_ADD_MEMBER_ONBOARDING_NOT_COMPLETEpermission403NoCannot add members while organization onboarding is in progress.Platform API
DALP-9076ORGANIZATION_ADD_MEMBER_GRANT_OWNER_REQUIRES_ORG_OWNERpermission403NoGranting the owner role requires the caller to be an organization owner.Platform API
DALP-9077TOKEN_MINT_MATURITY_REDEMPTION_MATUREDclient409NoToken {tokenAddress} matured; minting closed for maturity-redemption tokens.Platform API
DALP-9078XVP_STORE_SECRET_CREATOR_ONLYclient403NoOnly the settlement's creator can store its settlement secret.Platform API
DALP-9079ERC20_METADATA_PROBE_UNAVAILABLEdependency503YesCouldn't read ERC-20 metadata because the RPC endpoint was temporarily unavailable.Platform API
DALP-9080TOKEN_CONVERT_INTEREST_BACKLOG_PENDING_RETRYoperational409YesConvert is settling this holder's accrued-interest backlog to target tokens; re-submit to finish the conversion.Platform API
DALP-9081CONTRACT_ERRORcontract422YesConvert needs the accrued-interest backlog settled first.Contract
DALP-9082SIGNED_PERMIT_DEADLINE_EXPIREDclient400NoThe permit deadline is in the past.Platform API
DALP-9083PLATFORM_SETUP_RPC_UPSTREAM_REQUIREDclient400NoConfigure at least one RPC endpoint before completing platform setup.Platform API
DALP-9084CHAIN_ID_HEADER_INVALIDclient400NoThe X-Chain-Id header must be a numeric chain id.Platform API
DALP-9085CHAIN_NOT_AVAILABLE_FOR_ORGANIZATIONclient400NoThe requested network is not available for this organization.Platform API
DALP-9086CHAIN_NOT_READYclient409NoThe requested network is not ready for this organization.Platform API
DALP-9087GAS_REQUIREDdependency422YesThe wallet balance is too low to cover this transaction's gas.Platform API
DALP-9088RPC_UPSTREAM_INPUT_INVALIDclient400NoThe RPC endpoint failed validation.Platform API
DALP-9089INVITATION_LIMIT_REACHEDpermission403NoThis organization has reached its limit on pending invitations.Platform API
DALP-9090INVITATION_INVITER_NOT_A_MEMBERclient404NoNo organization is available to invite this person into.Platform API
DALP-9092INVITATION_CREATE_PROVIDER_FAILEDvendor-boundary502NoThe membership service refused to create this invitation.Platform API
DALP-9093INVITATION_CALLER_CREDENTIAL_REJECTEDauth401NoThis request's API key was rejected.Platform API
DALP-9094INVITATION_CALLER_RATE_LIMITEDclient429YesThis request's API key has sent too many requests.Platform API
DALP-9095INVITATION_RECIPIENT_ALREADY_A_MEMBERdomain409NoThis person already belongs to this organization.Platform API
DALP-9096INVITATION_CREATE_NOT_PERMITTEDpermission403NoThis account cannot invite members to this organization.Platform API
DALP-9140GOVERNANCE_POLL_NOT_FOUNDclient404NoGovernance poll not found.Platform API
DALP-9141GOVERNANCE_POLL_NOT_OPENclient409NoGovernance poll is not accepting ballots.Platform API
DALP-9142GOVERNANCE_POLL_ALREADY_CLOSEDclient409NoGovernance poll is already closed.Platform API
DALP-9143GOVERNANCE_POLL_DEFINITION_MISMATCHclient409NoBallot was signed over a different poll definition.Platform API
DALP-9144GOVERNANCE_BALLOT_SIGNATURE_INVALIDclient422NoBallot signature verification failed.Platform API
DALP-9145GOVERNANCE_BALLOT_VOTER_NOT_OWNEDclient403NoVoter wallet does not belong to the caller.Platform API
DALP-9146GOVERNANCE_BALLOT_ZERO_WEIGHTclient422NoVoter has zero voting power at the poll record date.Platform API
DALP-9147GOVERNANCE_POLL_OPERATOR_REQUIREDclient403NoCaller lacks the governance role on the token.Platform API
DALP-9148GOVERNANCE_POLL_INVALID_SCHEDULEclient422NoPoll schedule is inconsistent.Platform API
DALP-9150GOVERNANCE_ADDON_NOT_FOUNDclient404NoToken governance addon not found.Platform API
DALP-9151GOVERNANCE_INSTANCE_NOT_FOUNDclient404NoGovernance instance not found.Platform API
DALP-9152GOVERNANCE_PROPOSAL_NOT_FOUNDclient404NoGovernance proposal not found.Platform API
DALP-9153GOVERNANCE_PROPOSAL_CONFIG_INVALIDclient422NoProposal configuration is out of bounds.Platform API
DALP-9154GOVERNANCE_ACTION_NOT_IN_CATALOGclient422NoExecutable action is not in the curated catalog.Platform API
DALP-9155GOVERNANCE_TIMELOCK_MISSING_ROLEclient409NoTimelock lacks the governance role on the token.Platform API
DALP-9156GOVERNANCE_VOTE_NOT_ACTIVEclient409NoProposal is not accepting votes.Platform API
DALP-9157GOVERNANCE_VOTE_ZERO_WEIGHTclient422NoVoter has zero voting power at the record date.Platform API
DALP-9158GOVERNANCE_VOTE_ALREADY_CASTclient409NoVote already cast on this proposal.Platform API
DALP-9159GOVERNANCE_PROPOSAL_STATE_INVALIDclient409NoProposal is not in a valid state for this operation.Platform API
DALP-9160GOVERNANCE_DETACH_BLOCKEDclient409NoVoting-power feature cannot be detached during open votes.Platform API
DALP-9161GOVERNANCE_CREATE_NOT_INDEXEDoperational500YesCreated proposal was not indexed in time.Platform API
DALP-9162GOVERNANCE_TOKEN_MISSING_VOTING_POWERclient422NoToken does not carry the voting-power feature.Platform API
DALP-9163GOVERNANCE_BALLOT_SIGNING_FAILEDdependency503YesPoll ballot could not be signed.Platform API
DALP-9164GOVERNANCE_BALLOT_RATE_LIMITEDclient429YesPoll ballot rate limit exceeded.Platform API
DALP-9165XVP_MIXED_CHAIN_SETTLEMENTclient422NoThis XvP settlement spans more than one chain.Platform API
DALP-9166USER_NOT_AUTHORIZEDpermission403NoThe wallet must be registered in the token identity registry before delegating voting power.Platform API
DALP-9167MULTI_NETWORK_ADMIN_REQUIREDpermission403NoMulti-network changes require an organization administrator.Platform API
DALP-9168MULTI_NETWORK_NOT_ENABLEDpermission403NoMulti-network support is not enabled for this organization.Platform API
DALP-9169MULTI_NETWORK_DISABLE_BLOCKEDclient409NoMulti-network support cannot be disabled while additional networks are in use.Platform API
DALP-9170ADD_NETWORK_CHAIN_NOT_DEPLOYMENT_ENABLEDclient400NoThe requested network is not enabled in this deployment.Platform API
DALP-9171ADD_NETWORK_CHAIN_ALREADY_ADDEDclient409NoThe requested network is already added for this organization.Platform API
DALP-9172ADD_NETWORK_DEPLOYMENT_IN_FLIGHTclient409NoAnother network deployment is already in progress for this organization.Platform API
DALP-9173ADD_NETWORK_SENDER_WALLET_MISSINGclient409NoThe deploying administrator has no usable wallet to sign the network deployment.Platform API
DALP-9174ADD_NETWORK_CHAIN_IS_DEFAULTclient400NoThe organization's default network cannot be added again.Platform API
DALP-9175TOKEN_CREATE_REQUIRED_PARAM_MISSINGdomain422NoThe selected template requires additional feature parameters before the token can be created.Platform API
DALP-9176TOKEN_CREATE_REQUIRED_WINDOW_EXPIREDdomain422NoThe selected template requires a conversion window that has not already ended.Platform API
DALP-9177USER_KYC_DUPLICATE_NATIONAL_ID_ON_INVITEdomain409NoThis organization already has a member with this national ID.Platform API
DALP-9178USER_KYC_DUPLICATE_NATIONAL_ID_IN_ORGdomain409NoA member of this organization is already KYC-approved with this national ID.Platform API
DALP-9179NETWORK_NOT_ENABLEDclient400NoThe requested network is not enabled in this deployment.Platform API
DALP-9180PARTICIPANT_CREATE_RATE_LIMITEDclient429YesParticipant creation rate limit exceeded.Platform API
DALP-9181SETTINGS_TEMPLATE_FILTER_OPERATOR_UNSUPPORTEDclient422NoThis filter only supports the eq operator.Platform API
DALP-9182TOKEN_FEATURE_DETACH_BLOCKED_BY_DEPENDENTSclient409NoThis feature cannot be detached while attached features depend on it.Platform API
DALP-9183SMART_WALLETS_MULTISIG_SIGNATURE_COLLECTION_NOT_STARTEDclient404YesThis multisig approval is still starting up. Co-signing opens in a moment.Platform API
DALP-9184PARTICIPANT_REGISTRATION_PENDING_NOT_FOUNDdomain404NoPending participant registration not found.Platform API
DALP-9185dapi.ASYNC_OPERATION_FAILEDdependency500YesA background operation could not be completed.Platform API
DALP-9186SETTINGS_ASSET_COMPLIANCE_TEMPLATE_NOT_SELECTABLEclient400NoCompliance template selection was not accepted: the compliance template is a draft or uses an incompatible module set.Platform API
DALP-9187USER_WALLET_ALREADY_EXISTSdomain409NoThis user already has a wallet.Platform API
DALP-9188n/aauth401NoSession authentication evidence is incomplete.Platform API
DALP-9189n/adependency503YesToken-sale chain time is temporarily unavailable.Platform API
DALP-9194n/aclient422NoThe token-sale investment result set is too large.Platform API
DALP-9195CUSTODY_ROTATION_LOCK_TIMEOUToperational503YesAnother custody operation is still in progress.Platform API
DALP-9196CUSTODY_OWNER_REQUIREDpermission403NoThis custody operation requires organization-owner access.Platform API
DALP-9197CUSTODY_PLATFORM_ADMIN_REQUIREDpermission403NoThis custody operation requires platform-administrator access.Platform API
DALP-9203CONTRACT_ERRORcontract422NoThe yield feature's default claim-deadline period must be greater than zero days.Contract
DALP-9204CONTRACT_ERRORcontract422NoThe yield schedule configuration could not be applied.Contract
DALP-9206CONTRACT_ERRORcontract422NoThe dividend dates are out of order.Contract
DALP-9207CONTRACT_ERRORcontract422NoThe dividend's per-share amount must be greater than zero.Contract
DALP-9209CONTRACT_ERRORcontract422NoNo dividend with this identifier exists on the schedule.Contract
DALP-9210CONTRACT_ERRORcontract422NoThis dividend is not in the right state for that operation.Contract
DALP-9211CONTRACT_ERRORcontract422YesThis dividend is not in a payable state yet, so it cannot be claimed.Contract
DALP-9212CONTRACT_ERRORcontract422YesThe dividend's record date has not been reached yet, so the holder snapshot cannot be taken.Contract
DALP-9213CONTRACT_ERRORcontract422NoThe holder snapshot for this dividend has already been recorded.Contract
DALP-9214CONTRACT_ERRORcontract422NoThis dividend can no longer be cancelled because its holder snapshot is already recorded.Contract
DALP-9215CONTRACT_ERRORcontract422NoThis dividend has more eligible holders than a single on-chain snapshot can record.Contract
DALP-9216CONTRACT_ERRORcontract422NoYour dividend claim could not be verified against the recorded holder snapshot.Contract
DALP-9217CONTRACT_ERRORcontract422NoYou have already claimed this dividend.Contract
DALP-9219CONTRACT_ERRORcontract422NoThis dividend is closed and can no longer be claimed.Contract
DALP-9220CONTRACT_ERRORcontract422NoYour identity registration for this token has been revoked, so dividend claims are blocked.Contract
DALP-9222CONTRACT_ERRORcontract422NoThe recorded total entitlement for this dividend is not acceptable.Contract
DALP-9223CONTRACT_ERRORcontract422NoThe recorded total payout requirement for this dividend is not acceptable.Contract
DALP-9224CONTRACT_ERRORcontract422YesThis dividend cannot be closed yet because its claim deadline has not passed.Contract
DALP-9225CONTRACT_ERRORcontract422NoThe claim deadline for this dividend has already been extended once.Contract
DALP-9226CONTRACT_ERRORcontract422NoThe claim deadline for this dividend cannot be set to that date.Contract
DALP-9228CONTRACT_ERRORcontract422YesThis yield schedule is paused, so the operation cannot run right now.Contract
DALP-9231CONTRACT_ERRORcontract422NoThis interest schedule has not been configured yet.Contract
DALP-9232CONTRACT_ERRORcontract422NoThis interest schedule is already configured.Contract
DALP-9234CONTRACT_ERRORcontract422NoThe interest rate cannot be changed while the schedule is paused.Contract
DALP-9235CONTRACT_ERRORcontract422NoThe schedule is not paused, so it cannot be resumed.Contract
DALP-9237CONTRACT_ERRORcontract422NoThe selected denomination asset is not permitted for this yield schedule.Contract
DALP-9238n/aclient400NoThe network definition failed validation.Platform API
DALP-9239n/aclient409NoThe network catalog cannot accept this change.Platform API
DALP-9240AIRDROP_READ_DEPENDENCY_FAILEDdependency503YesAirdrop data is temporarily unavailable.Platform API
DALP-9241XVP_LIST_DEPENDENCY_FAILEDdependency503YesXvP settlements are temporarily unavailable.Platform API
DALP-9242USER_ASSETS_READ_DEPENDENCY_FAILEDdependency503YesUser asset balances are temporarily unavailable.Platform API
DALP-9243TOKEN_CREATE_INPUT_ENCODING_INVALIDclient422NoThe token creation values cannot be processed.Platform API
DALP-9244TENANT_WALLET_RESOLUTION_FAILEDdependency503YesThe tenant wallet could not be resolved.Platform API
DALP-9245PAYMASTER_SIGNER_HOST_FAILEDdependency503YesThe paymaster signer is temporarily unavailable.Platform API
DALP-9246SYSTEM_ACCOUNT_ABSTRACTION_CONFIGURATION_INVALIDoperational503NoAccount abstraction is not configured for this organization.Platform API
DALP-9247SYSTEM_ACCOUNT_ABSTRACTION_PERSISTENCE_FAILEDdependency503YesAccount-abstraction data is temporarily unavailable.Platform API
DALP-9248SYSTEM_REFUND_SPLITTER_CHAIN_UNAVAILABLEdomain503NoThe refund splitter is unavailable on this chain.Platform API
DALP-9249SYSTEM_REFUND_SPLITTER_DEPLOYMENT_PENDINGdomain409YesThe refund splitter deployment is still pending.Platform API
DALP-9250USER_ASSETS_ACCESS_DENIEDpermission403NoYou cannot read balances for this wallet.Platform API
DALP-9251USER_ASSETS_WALLET_REQUIREDauth401NoA participant wallet is required.Platform API
DALP-9252USER_ASSETS_METADATA_KEY_INVALIDclient422NoThe metadata key cannot be used for this asset query.Platform API
DALP-9253SYSTEM_READ_FAILEDdependency503YesThe system projection is temporarily unavailable.Platform API
DALP-9254SYSTEM_NOT_FOUNDdomain404NoThe requested system was not found.Platform API
DALP-9255SYSTEM_READ_AUTHENTICATION_REQUIREDauth401NoAuthentication is required to read this system.Platform API
DALP-9256SYSTEM_READ_PERMISSION_REQUIREDpermission403NoYou cannot read this system.Platform API
DALP-9257SYSTEM_READ_REQUEST_INVALIDclient400NoThe system-read request context could not be resolved.Platform API
DALP-9258SYSTEM_READ_CONFIGURATION_INVALIDoperational503NoThe system configuration cannot be used for this read.Platform API
DALP-9259TOKEN_READ_DEPENDENCY_FAILEDdependency503YesToken data is temporarily unavailable.Platform API
DALP-9260PORTFOLIO_PERSISTENCE_FAILEDdependency503YesPortfolio data is temporarily unavailable.Platform API
DALP-9261dapi.market-data.PERSISTENCE_FAILEDdependency503YesMarket data is temporarily unavailable.Platform API
DALP-9262dapi.operations.PERSISTENCE_FAILEDdependency503YesOperational data is temporarily unavailable.Platform API
DALP-9263SETTLEMENT_PERSISTENCE_FAILEDdependency503YesSettlement data is temporarily unavailable.Platform API
DALP-9264dapi.platform.PERSISTENCE_FAILEDdependency503YesPlatform data is temporarily unavailable.Platform API
DALP-9265dapi.systems.PERSISTENCE_FAILEDdependency503YesSystem data is temporarily unavailable.Platform API
DALP-9266TOKEN_FEATURE_PERSISTENCE_FAILEDdependency503YesToken feature data is temporarily unavailable.Platform API
DALP-9267TOKEN_WRITE_PERSISTENCE_FAILEDdependency503YesThe token write could not be persisted.Platform API
DALP-9268TRANSACTION_HOST_PERSISTENCE_FAILEDdependency503YesTransaction data is temporarily unavailable.Platform API
DALP-9269COLLECTION_SORT_FIELD_UNKNOWNclient400NoThe sort field is not supported on this list.Platform API
DALP-9270COLLECTION_SORT_MULTI_FIELD_UNSUPPORTEDclient400NoList endpoints accept a single sort field.Platform API
DALP-9271COLLECTION_FILTER_FIELD_UNKNOWNclient400NoThe filter field is not supported on this list.Platform API
DALP-9272COLLECTION_FILTER_OPERATOR_UNKNOWNclient400NoThe filter operator is not supported.Platform API
DALP-9273COLLECTION_FILTER_IN_LIST_TOO_LARGEclient400NoThe membership filter list is too large.Platform API
DALP-9274COLLECTION_PAGE_LIMIT_OUT_OF_RANGEclient400NoThe page limit is out of range.Platform API
DALP-9275COLLECTION_PAGE_OFFSET_OUT_OF_RANGEclient400NoThe page offset is out of range.Platform API
DALP-9276n/aauth403NoLogin two-factor authentication enrollment is required.Platform API
DALP-9278n/aclient409NoThe network is still in use.Platform API
DALP-9279n/aclient404NoThere is no saved definition for this network.Platform API
DALP-9280n/aclient409NoThe network still has RPC upstreams configured.Platform API
DALP-9281ORGANIZATION_NOT_FOUNDclient404NoOrganization not found.Platform API
DALP-9282ORGANIZATION_ALREADY_ARCHIVEDclient409NoOrganization is already archived.Platform API
DALP-9283ORGANIZATION_NOT_ARCHIVEDclient409NoOrganization is not archived.Platform API
DALP-9284ORGANIZATION_ARCHIVE_RESTORE_FAILEDclient409NoFailed to update the organization's archive state.Platform API
DALP-9285USER_ONBOARDING_RESET_TARGET_NOT_FOUNDclient404NoUser not found.Platform API
DALP-9286USER_ONBOARDING_RESET_SELF_TARGETclient409NoYou cannot reset your own onboarding.Platform API
DALP-9287USER_ONBOARDING_RESET_FAILEDclient409NoFailed to reset the user's onboarding.Platform API
DALP-9288TOKEN_LIST_FACTORY_REGISTRY_UNAVAILABLEdependency503YesToken factory registry is not ready for this system.Platform API
DALP-9289TOKEN_LIST_FILTER_INVALIDclient400NoToken list filter uses an unsupported operator or value.Platform API
DALP-9290TOKEN_CREATE_AMBIGUOUS_INTEREST_PROVIDERdomain422NoThe conversion feature cannot resolve a usable interest provider.Platform API
DALP-9291TOKEN_CREATE_MARKCONVERTED_YIELD_INCOMPATIBLEdomain422NoThe MarkConverted debt method cannot be combined with a yield feature.Platform API
DALP-9292INDEXING_SCOPE_SYSTEM_NOT_FOUNDclient404NoThere is no such system on this chain.Platform API
DALP-9293NETWORK_REGISTRY_APPLY_FAILEDoperational503NoThe network change was saved but is not active in this process yet.Platform API
DALP-9298TRADING_VENUE_MARKET_NOT_FOUNDclient404NoThe market was not found.Platform API
DALP-9299TRADING_VENUE_ORDER_NOT_FOUNDclient404NoThe order was not found.Platform API
DALP-9300TRADING_VENUE_OPERATOR_REQUIREDclient403NoThe venue-operator role is required.Platform API
DALP-9301TRADING_VENUE_ORDER_NOT_OPENclient409NoThe order is no longer open.Platform API
DALP-9302ORDER_INTAKE_REJECTEDclient422NoThe order was refused before it reached the book.Platform API
DALP-9303RESERVATION_BUDGET_EXCEEDEDclient409NoThe wallet's reserved balance cannot cover this order.Platform API
DALP-9304RESERVATION_FAILEDdependency503YesThe reserved-balance transaction did not complete.Platform API
DALP-9305MARKET_STATE_INVALIDclient409NoThe market cannot make this transition.Platform API
DALP-9306MARKET_STREAM_NOT_FOUNDclient404NoThe market-data stream could not be opened.Platform API
DALP-9307MARKET_STREAM_SOURCE_FAILEDdependency503YesThe market-data stream lost its source.Platform API
DALP-9308TRADING_VENUE_FACTORY_UNAVAILABLEclient409YesThe Trading Venue factory is not available yet.Platform API
DALP-9309TRADING_VENUE_NOT_FOUNDclient404NoThe venue was not found.Platform API
DALP-9310PARTICIPANT_CREATE_SYSTEM_NOT_READYoperational503YesParticipant creation is temporarily unavailable.Platform API
DALP-9311CANTON_PARTY_WALLET_NOT_FOUNDclient404NoThe Canton party wallet was not found.Platform API
DALP-9312CANTON_SUBMISSION_NOT_FOUNDclient404NoThe Canton command submission was not found.Platform API
DALP-9313CANTON_NETWORK_NOT_CONFIGUREDdomain422NoNo Canton participant network is configured.Platform API
DALP-9314CANTON_COMMAND_NO_LONGER_APPLIESdomain409NoThe approved Canton command no longer applies.Platform API
DALP-9315CANTON_PROVIDER_SIGNING_DENIEDpermission403NoThe custody provider blocked this Canton signature.Platform API
DALP-9316CANTON_ALLOCATION_NOT_FOUNDclient404NoThe Canton party allocation was not found.Platform API
DALP-9317CANTON_PARTY_ALLOCATION_FAILEDdomain500NoCanton party allocation failed.Platform API
DALP-9318CANTON_SUBMISSION_FAILEDdomain500NoCanton command submission failed.Platform API
DALP-9319CUSTODY_CANTON_SIGNING_UNSUPPORTEDdomain422NoThis custody provider cannot create Canton party wallets.Platform API
DALP-9320REPORTING_UNAVAILABLEdependency503YesThe reporting source could not be read.Platform API
DALP-CHAIN-EMPTY-REVERTCONTRACT_ERRORcontract422NoThe blockchain rejected this transaction with no reason code.Contract
DALP-EXT-TOKEN-NO-CODECONTRACT_ERRORcontract422NoNo contract exists at {{tokenAddress}} on this network. External token registration requires the token contract to exist at that address.Contract
DALP-TOKEN-DUPLICATECONTRACT_ERRORcontract422NoYour organization already has an asset named {{name}} with symbol {{symbol}} and {{decimals}} decimals.Contract
DALP-WORKFLOW-FAILEDCONTRACT_ERRORcontract422YesThe deployment workflow failed before it could finish.Contract
DALP-WORKFLOW-RPC-UNAVAILABLECONTRACT_ERRORcontract422YesThe blockchain RPC endpoint is temporarily unreachable and the deployment did not complete.Contract