SettleMint
Errors

DALP error index

Look up any error your integration can receive and branch on its stable id instead of the message text.

Generated by bun run codegen:errors. Do not edit manually.

Every DALP error carries a stable DALP-#### id. Use this index to look up what an id means, the oRPC code your client receives, and the category. For on-chain contract errors, the error code reference also gives you the cause and the suggested fix. Branch your integration on the id and category rather than the headline text, because we improve the wording over time.

IDoRPC codeCategoryMessage
DALP-0001BAD_REQUESTclientBad request.
DALP-0002UNAUTHORIZEDauthAuthentication missing or failed.
DALP-0003FORBIDDENpermissionThis operation isn't available for your role.
DALP-0004NOT_ONBOARDEDauthUser not onboarded.
DALP-0005USER_MISSING_2FAauthTwo-factor authentication required.
DALP-0006USER_NOT_AUTHORIZEDpermissionUser does not have the required role to execute this operation.
DALP-0007XVP_DECODING_FAILEDpermissionUnable to decrypt secret. Verify you are using the original wallet credentials.
DALP-0008REQUEST_WALLET_SELECTION_FAILEDoperationalParticipant executor selection failed.
DALP-0009SESSION_RESOLUTION_FAILEDauthSession resolution failed.
DALP-0010SYSTEM_INDEXER_CONTEXT_FAILEDdependencySystem indexer context unavailable.
DALP-0011TRANSACTION_QUEUE_OPERATION_FAILEDdependencyTransaction queue operation failed.
DALP-0012TRANSACTION_PROVIDER_READ_FAILEDdependencyTransaction provider read failed.
DALP-0013SMART_WALLET_APPROVAL_FAILEDdependencySmart wallet approval submission failed.
DALP-0014DURABLE_EXECUTION_ENGINE_ADMIN_QUERY_FAILEDdependencyWorkflow Engine admin query failed.
DALP-0015SYSTEM_DEPLOYMENT_FAILEDoperationalSystem deployment failed.
DALP-0016SYSTEM_DEPLOYMENT_TIMEOUToperationalSystem deployment address was not available before the wait timed out.
DALP-0017SYSTEM_DIRECTORY_UNAVAILABLEdependencySystem directory is missing the system factory address.
DALP-0018PAYMASTER_SIGNER_SECRET_PERSISTENCE_FAILEDoperationalPaymaster signer key rotation could not persist the signer secret.
DALP-0019INDEXER_COUNT_VALUE_INVALIDdependencyIndexer count value could not convert safely.
DALP-0020DEPLOYMENT_STREAM_POLLING_FAILEDdependencyDeployment stream polling failed.
DALP-0021DEPLOYMENT_WORKFLOW_TERMINAL_FAILEDoperationalDeployment workflow reported a terminal failure.
DALP-0022NOT_FOUNDclientResource not found.
DALP-0023RESOURCE_ALREADY_EXISTSclientResource already exists.
DALP-0024CONFLICTclientConflict.
DALP-0025TOKEN_INTERFACE_NOT_SUPPORTEDdomainThe token contract at the provided address lacks the required interface.
DALP-0026SYSTEM_NOT_CREATEDdomainSystem not created.
DALP-0027ADDON_NOT_INSTALLEDdomainRequired addon is missing from this system.
DALP-0028FEATURE_NOT_ENABLEDdomainThe required feature is not enabled on this token.
DALP-0029INVITATION_EMAIL_MISMATCHdomainThis invitation was issued to a different email address. Ask your admin to send a new invitation.
DALP-0030INVITATION_ALREADY_ACCEPTEDdomainInvitation already accepted.
DALP-0031CONFIRMATION_TIMEOUToperationalTransaction confirmation timeout.
DALP-0032ADMIN_ACCESS_REQUIREDpermissionInsufficient role for this operation.
DALP-0033DATABASE_CONTEXT_REQUIREDoperationalDatabase context required for this operation.
DALP-0034ACTIVE_ORGANIZATION_REQUIREDpermissionActive organization required for this operation.
DALP-0035API_KEY_READ_ONLYpermissionThis API key is read-only and cannot perform write operations.
DALP-0036API_KEY_NOT_SUPPORTED_ON_RPCauthThis authentication method is not supported on this endpoint. Use the REST API instead.
DALP-0037TOKEN_CONTEXT_REQUIREDoperationalToken context required for this operation.
DALP-0038TOKEN_PERMISSIONS_UNAVAILABLEoperationalToken permission context is unavailable.
DALP-0039SYSTEM_NOT_BOOTSTRAPPED_INDEXINGdependencySystem is not bootstrapped in the indexer yet.
DALP-0040SYSTEM_NOT_DEPLOYEDclientNo system deployment found for this organization.
DALP-0041SYSTEM_ACCESS_CONTROL_UNAVAILABLEdependencySystem access control context is unavailable.
DALP-0042TRUSTED_ISSUER_CONTEXT_UNAVAILABLEdependencyTrusted issuer context is unavailable.
DALP-0043TRUSTED_ISSUER_PERMISSION_REQUIREDpermissionTrusted issuer permission required for the requested topic.
DALP-0044TRUSTED_ISSUER_IDENTITY_REQUIREDpermissionThe user does not have an issuer identity.
DALP-0045REINDEX_SERVICE_UNREACHABLEdependencyLedger Index reindex admin is unreachable.
DALP-0046REINDEX_REQUEST_INVALIDclientReindex request wasn't accepted.
DALP-0047REINDEX_SERVICE_UNAVAILABLEdependencyLedger Index reindex admin is unavailable.
DALP-0048API_MONITORING_LOG_ENTRY_NOT_FOUNDclientAPI monitoring log entry was not found.
DALP-0049API_MONITORING_REQUEST_TYPE_INVALIDclientAPI monitoring request type isn't recognized.
DALP-0051INVITATION_NOT_FOUNDclientInvitation not found.
DALP-0052INVITATION_EXPIREDclientInvitation has expired.
DALP-0053INVITATION_REVOKEDclientInvitation revoked.
DALP-0054DEPLOYMENT_NOT_FOUNDclientDeployment not found.
DALP-0055ORGANIZATION_DEPLOYMENT_RETRY_FORBIDDENpermissionOnly organization owners or platform admins may retry an organization deployment.
DALP-0056ORGANIZATION_DEPLOYMENT_RETRY_PREPARE_FAILEDdependencyCould not prepare the prior deployment for retry.
DALP-0057ORGANIZATION_CREATION_RESTRICTEDpermissionOnly platform admins may create organizations in this environment.
DALP-0058SYSTEM_FACTORY_DIRECTORY_MISSINGdependencySystem factory address is missing from the directory.
DALP-0059XVP_SECRET_NOT_FOUNDclientEncrypted XvP secret was not found for this settlement.
DALP-0060XVP_UNSUPPORTED_ENCRYPTION_METHODclientXvP secret uses an unsupported encryption method.
DALP-0061XVP_HASHLOCK_INVALIDclientXvP hashlock must be a 0x-prefixed hex string.
DALP-0062XVP_SECRET_OR_HASHLOCK_REQUIREDclientCross-chain XvP settlements require a secret or hashlock.
DALP-0063XVP_FACTORY_ADDON_NOT_FOUNDclientXvP settlement factory addon was not found in the system registry.
DALP-0064XVP_V3_COUNTRY_REQUIREDclientCountry code required for V3 XvP settlement factories.
DALP-0065XVP_ADDON_NOT_FOUNDclientXvP settlement addon missing from the current system.
DALP-0066SYSTEM_ADDON_NOT_IN_SYSTEMclientProvided system addon does not belong to the authenticated system.
DALP-0067XVP_PARTICIPANT_WALLET_REQUIREDclientParticipant wallet address required.
DALP-0068XVP_SETTLEMENT_NOT_FOUNDclientXvP settlement was not found.
DALP-0069XVP_LOCAL_SENDER_REQUIREDpermissionOnly the local sender can approve this XvP settlement.
DALP-0070XVP_APPROVAL_NOT_FOUNDclientXvP approval was not found.
DALP-0071XVP_SIGNATURE_HEX_INVALIDclientSignature must be a valid hex string.
DALP-0072XVP_SIGNING_WALLET_MISSINGpermissionWallet id required for XvP settlement signing.
DALP-0073XVP_SETTLEMENT_SIGNATURE_FAILEDdependencyXvP settlement message signing failed.
DALP-0074FIXED_YIELD_SCHEDULE_NOT_FOUNDclientFixed yield schedule was not found.
DALP-0075FIXED_YIELD_DENOMINATION_METADATA_NOT_INDEXEDdependencyDenomination asset metadata pending indexing.
DALP-0076FIXED_YIELD_DENOMINATION_ASSET_NOT_INDEXEDdependencyDenomination asset pending indexing.
DALP-0077FIXED_YIELD_SCHEDULE_SYSTEM_MISMATCHpermissionThe specified yield schedule does not belong to the authenticated system.
DALP-0078FIXED_YIELD_ADDON_NOT_FOUNDclientYield schedule addon was not found in the system registry.
DALP-0079FIXED_YIELD_DEPLOYMENT_NOT_INDEXEDdependencyYield schedule deployment pending indexing.
DALP-0080INPUT_VALIDATION_FAILEDclientInput validation failed.
DALP-0081CONTRACT_ERRORcontractContract operation failed.
DALP-0082SERVICE_UNAVAILABLEdependencyService temporarily unavailable.
DALP-0083n/adependencyIndexer data temporarily incomplete.
DALP-0084INTERNAL_SERVER_ERRORunknownInternal server error.
DALP-0085n/aclientJSON-RPC request processing failed.
DALP-0086n/aoperationalEvent stream failed.
DALP-0087NOT_FOUNDpermissionResource not found.
DALP-0088ASSET_CLASS_DEFINITION_NOT_FOUNDclientAsset class definition not found. Verify the ID is correct and belongs to your organization or is a system class.
DALP-0089ASSET_CLASS_DEFINITION_NOT_FOUND_DEFINITIONS_DELETEclientAsset class definition not found. Verify the ID is correct and belongs to your organization.
DALP-0090ASSET_CLASS_DEFINITION_NOT_FOUND_DEFINITIONS_UPDATEclientAsset class definition not found; concurrent deletion may have removed the definition.
DALP-0091ASSET_TYPE_TEMPLATE_NOT_FOUNDclientAsset type template not found.
DALP-0092AUTH_USER_QUERY_UNAVAILABLEdependencyAuth user query unavailable.
DALP-0093AUTH_USER_QUERY_UNAVAILABLE_RECOVERY_EXECUTEdependencyActive organization required to execute identity recovery.
DALP-0094AUTH_USER_QUERY_UNAVAILABLE_RECOVERY_PREVIEWdependencyActive organization required to preview identity recovery.
DALP-0095COMPLIANCE_TEMPLATE_NOT_FOUNDclientCompliance template not found.
DALP-0096CONTACT_NOT_FOUNDclientContact not found.
DALP-0097CONTACTS_FAILED_TO_LOAD_UPSERTEDoperationalFailed to load upserted contact.
DALP-0098CONTACTS_FAILED_TO_UPSERToperationalFailed to upsert contact.
DALP-0099CORE_ARRAY_EMPTYclientEmpty array in {fieldName}.
DALP-0100CORE_ARRAY_LENGTH_MISMATCHclientArray length mismatch in {fieldName}.
DALP-0101CORE_ARRAY_TOO_MANY_ELEMENTSclient{fieldName} exceeds the allowed element count.
DALP-0102CORE_CLAIM_MULTIPLE_ACTIVE_CLAIMS_FOUND_TOPIC_IDENTITYoperationalMultiple active claims found for topic {topicId} on identity {identityAddress}.
DALP-0103CORE_CLAIM_NO_ACTIVE_FOUND_TOPIC_IDENTITYclientNo active claim found for topic {topicId} on identity {identityAddress}.
DALP-0104CORE_CLAIM_NO_ENABLED_TOPIC_SCHEME_FOUND_REGISTRYclientNo enabled topic scheme {topicId} found in registry {registryAddress}.
DALP-0105CORE_CLAIMS_WALLET_ID_NOT_FOUND_USER_MUST_ISSUE_SESSION_INCLUDES_WALLETIDclientWallet ID not found for claim issuance.
DALP-0106CORE_CLAIMS_WALLET_ID_NOT_FOUND_USER_MUST_REVOKE_SESSION_INCLUDES_WALLETIDclientWallet ID not found for claim revocation.
DALP-0107CORE_CURRENCY_BASECURRENCY_NOT_VALID_FIATclientbaseCurrency is not a valid fiat currency.
DALP-0108CORE_DRIZZLE_REQUIREOR_RETURNED_UNDEFINED_UNEXPECTEDLYoperationalInternal query builder produced no filter condition.
DALP-0109CORE_RESOLVE_FEATURE_INVALID_ADDRESS_INDEXED_DISCOVERY_RETURNED_MALFORMEDclientFeature "{featureName}" has a malformed address returned by the indexer.
DALP-0110CORE_RESOLVE_FEATURE_NOT_ENABLED_TOKEN_ATTACH_VIA_CONFIGURATION_CALLINGoperationalFeature "{featureName}" is not attached to this token.
DALP-0111CORE_TRANSACTION_DATABASE_CONNECTION_UNAVAILABLE_SERVER_CONFIGURATIONdependencyDatabase connection not available. Check server configuration.
DALP-0112CORE_TRANSACTION_INVALID_SYSTEMADDRESSclientSystem address wasn't accepted: {systemAddress}.
DALP-0113CORE_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATIONdependencyTransaction processing service not available. Check server configuration.
DALP-0114CORE_UNWRAP_SYNC_QUEUE_EXECUTION_RETURNED_NO_DATA_READRESULT_CALLBACK_REQUIREDclientSync queue execution returned no data; provide a readResult callback.
DALP-0115CORE_UNWRAP_UNEXPECTED_ASYNC_RESULT_SYNC_ONLY_V1_HANDLER_ROUTES_ALWAYS_RUN_MODE_INDICATESdomainUnexpected async result in a v1 route handler.
DALP-0116EXCHANGE_RATE_NOT_FOUNDclientExchange rate not found.
DALP-0117EXCHANGE_RATES_BASE_CURRENCY_NOT_FOUNDclientBase currency {baseCurrency} not found.
DALP-0118EXCHANGE_RATES_FAILED_TO_FETCHoperationalFailed to fetch exchange rates: {value}.
DALP-0119EXCHANGE_RATES_NO_MANUAL_RATE_FOUNDclientNo manual exchange rate found for {baseCurrency}/{quoteCurrency}.
DALP-0120EXCHANGE_RATES_QUOTE_CURRENCY_NOT_FOUNDclientQuote currency {quoteCurrency} not found.
DALP-0121EXTERNAL_TOKEN_REGISTRY_NOT_FOUNDclientExternal token registry not found in system.
DALP-0122EXTERNAL_TOKEN_REGISTRY_NOT_FOUND_EXTERNALTOKENREGISTRY_DEPLOYED_REGISTEREDclientExternal token registry not found in system. Ensure the system has an ExternalTokenRegistry deployed and registered.
DALP-0123FEEDS_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_SUBMIT_FEED_UPDdomainAccount at address {identityAddress} does not have an associated identity contract. Only users with an identity can submit feed updates.
DALP-0124FEEDS_ADAPTERS_ADAPTERCREATED_EVENT_NOT_FOUND_TRANSACTION_ADAPTER_CREATED_BUT_ADDRESS_COULclientAdapterCreated event not found in transaction {transactionHash}. The adapter may have deployed but log extraction failed to yield an address.
DALP-0125FEEDS_FEED_ADDRESS_NOT_FOUNDclientFeed with address {feedAddress} not found.
DALP-0126FEEDS_FEED_CONTRACT_NOT_VALID_AGGREGATORV3_DOES_ADDRESS_DEPLOYEDclientFeed contract at {feedAddress} is not a valid AggregatorV3 feed. Verify the address and confirm the contract is deployed.
DALP-0127FEEDS_GET_FEEDSDIRECTORY_NOT_FOUND_BOOTSTRAPPED_V3_INDEXER_CAUGHT_UPclientFeedsDirectory not found for system {feedAddress}. Ensure V3 bootstrap completed and the indexer has caught up.
DALP-0128FEEDS_ISSUER_FEEDCREATED_EVENT_NOT_FOUND_TRANSACTION_FEED_CREATED_BUT_ADDRESS_COULD_NOT_EXclientFeedCreated event not found in transaction {transactionHash}. The feed may have deployed but log extraction failed to yield an address.
DALP-0129FEEDS_NO_FEED_REGISTERED_SUBJECT_TOPICID_INDEXER_CAUGHT_UPdependencyNo feed registered for subject {topicId} and topicId {feedAddress}. Check that a feed exists and the indexer has caught up.
DALP-0130FEEDS_RESOLVE_INVALID_TOPICID_MUST_NUMERIC_STRINGclientTopic ID "{topicId}" must be a numeric string, but received "{topicId}": must be a numeric string.
DALP-0131FEEDS_ROUND_NOT_FOUNDclientRound {roundId} not found.
DALP-0132FEEDS_TRANSACTION_HASH_INVALIDclientTransaction hash format wasn't accepted: "{transactionHash}". Expected 0x-prefixed hex string from transaction queue.
DALP-0133FEEDS_TRANSACTION_HASH_INVALID_FEEDS_SUBMITdependencyTransaction hash format wasn't accepted: "{transactionHash}". Expected 0x-prefixed hex string from the Workflow Engine.
DALP-0134IDENTITY_RECOVERY_FACTORY_ADDRESS_NOT_FOUND_USER_S_INDICATES_DATA_INTEGRITY_ISSUE_INDEXERclientIdentity factory address not found for the user's identity. This indicates a data integrity issue in the indexer, contact support.
DALP-0135IDENTITY_RECOVERY_MULTISIG_SHARED_WALLETS_NOT_YET_SUPPORTED_WILL_AVAILABLE_FUTURE_RELEASEoperationalRecovery for multisig/shared wallets is not yet supported. This will be available in a future release.
DALP-0136IDENTITY_RECOVERY_NO_ACTIVE_WORKFLOW_FOUND_USERclientNo active recovery workflow found for user {value}.
DALP-0137IDENTITY_RECOVERY_NO_WALLET_SPECIFIED_USER_DEFAULT_ADDRESSclientNo wallet specified and user has no default wallet. Provide a wallet address in the request.
DALP-0138IDENTITY_RECOVERY_NO_WALLET_SPECIFIED_USER_PERSONAL_ADDRESSclientNo wallet specified and user has no personal identity wallet. Provide a wallet address in the request.
DALP-0139IDENTITY_RECOVERY_USER_DOES_NOT_CONTRACT_DEPLOYED_POSSIBLE_DEPLOY_FIRST_VIA_MANAGEMENT_FLOoperationalUser does not have an identity contract deployed. Recovery is not possible without a deployed identity. Deploy an identity first via the identity management flow.
DALP-0140IDENTITY_RECOVERY_USER_NOT_FOUND_IDclientUser not found. Verify the user ID exists in the system.
DALP-0141IDENTITY_RECOVERY_WALLET_NOT_IN_OWNER_SCOPE_USER_ADDRESSpermissionWallet {{walletAddress}} does not belong to user {{address}}. Verify the wallet address.
DALP-0142KYC_ACTION_REQUESTS_QUERY_UNAVAILABLEdependencykycActionRequests query not available. Register the KYC schema to enable this query.
DALP-0143KYC_DOCUMENTS_QUERY_UNAVAILABLEdependencykycDocuments query not available. Register the KYC schema to enable this query.
DALP-0144KYC_PROFILES_QUERY_UNAVAILABLEdependencykycProfiles query not available. Register the KYC schema to enable this query.
DALP-0145KYC_VERSIONS_QUERY_UNAVAILABLEdependencykycVersions query not available. Register the KYC schema to enable this query.
DALP-0146OBJECT_STORAGE_UNAVAILABLEdependencyObject storage is not available.
DALP-0147OFFCHAIN_ORGANIZATION_PERMISSION_REQUIREDpermissionThe active organization does not have the required permission for this operation.
DALP-0148OFFCHAIN_USER_PERMISSION_REQUIREDpermissionThe authenticated user does not have the required permission for this operation.
DALP-0149REQUEST_WALLET_HEADER_FORBIDDENpermissionThe wallet header value is not permitted for this request.
DALP-0150REQUEST_WALLET_HEADER_INVALIDclientThe wallet header value was not accepted.
DALP-0151DURABLE_EXECUTION_ENGINE_CALL_FAILEDdependencyThe workflow engine call failed.
DALP-0152SETTINGS_ASSET_CANNOT_CHANGE_BASE_TYPE_PUBLISHED_TEMPLATE_DETERMINES_PRICING_FIELDS_DEPLOYdomainCannot change baseAssetType of a published template. It determines instrument-specific detail fields for deployed assets.
DALP-0153SETTINGS_ASSET_CANNOT_CHANGE_TYPE_ID_PUBLISHED_TEMPLATEdomainCannot change typeId of a published template.
DALP-0154SETTINGS_ASSET_CANNOT_CLEAR_CLASS_ID_TYPE_NOT_RECOGNIZED_FACTORYdomainCannot clear assetClassId: typeId "{typeId}" is not a recognized factory type.
DALP-0155SETTINGS_ASSET_CLASSES_CANNOT_DELETED_ONLY_CUSTOM_CAN_REMOVEDdomainSystem asset classes cannot be deleted.
DALP-0156SETTINGS_ASSET_CLASSES_CANNOT_MODIFIED_CREATE_CUSTOM_CLASSdomainSystem asset classes cannot be modified.
DALP-0157SETTINGS_ASSET_FAILED_TO_CREATE_CLASS_DEFINITION_DATABASE_CONNECTIVITYoperationalFailed to create asset class definition. Verify database connectivity and retry.
DALP-0158SETTINGS_ASSET_FAILED_TO_CREATE_TYPE_TEMPLATE_DATABASE_CONNECTIVITY_NAME_UNIQUEoperationalFailed to create asset type template. Verify database connectivity and that the template name is unique.
DALP-0159SETTINGS_ASSET_INVALID_CLASS_ID_MUST_BELONG_ORGANIZATIONclientAsset class selection was not accepted: the asset class must belong to your organization or be a system class.
DALP-0160SETTINGS_ASSET_TEMPLATES_CANNOT_DELETEDdomainSystem asset type templates cannot be deleted.
DALP-0161SETTINGS_ASSET_TEMPLATES_CANNOT_MODIFIED_ONLY_DISPLAY_PREFERENCES_E_G_SIDEBAR_VISIBILITY_CdomainSystem asset type templates cannot be modified.
DALP-0162SETTINGS_ASSET_TEMPLATES_CANNOT_PUBLISHEDdomainSystem asset type templates cannot be published.
DALP-0163SETTINGS_ASSET_TYPE_ID_NOT_RECOGNIZED_FACTORYoperationaltypeId "{typeId}" is not a recognized factory type.
DALP-0164SETTINGS_ASSET_UNRECOGNIZED_TYPE_ID_KNOWNclientUnrecognized typeId "{typeId}": provide a known typeId.
DALP-0165SETTINGS_COMPLIANCE_FAILED_TO_CREATE_TEMPLATEoperationalFailed to create compliance template.
DALP-0166SETTINGS_COMPLIANCE_FAILED_TO_UPDATE_TEMPLATEoperationalFailed to update compliance template.
DALP-0167SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_DELETEDdomainSystem compliance templates cannot be deleted.
DALP-0168SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_MODIFIEDdomainSystem compliance templates cannot be modified.
DALP-0169SETTINGS_COMPLIANCE_TEMPLATES_CANNOT_PUBLISHEDdomainSystem compliance templates cannot be published.
DALP-0170SETTINGS_FAILED_TO_UPSERT_SETTING_KEYoperationalFailed to upsert setting with key '{settingKey}'.
DALP-0171SETTINGS_GLOBAL_ORGANIZATION_NOT_FOUNDclientOrganization not found.
DALP-0172SETTINGS_SETTING_NOT_FOUNDclientSetting not found.
DALP-0173SETTINGS_THEME_FILE_SIZE_EXCEEDS_VALUEMB_LIMITclientFile size exceeds {value}MB limit.
DALP-0174SETTINGS_THEME_OBJECT_STORAGE_NOT_CONFIGUREDdependencyObject storage is not configured.
DALP-0175SETTINGS_THEME_PAYLOAD_EXCEEDS_SUPPORTED_LIMITSclientTheme payload exceeds supported limits.
DALP-0176SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLEDoperationalNo MultisigWeightedValidator on this wallet. Install one before changing the threshold.
DALP-0177SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_ADD_SIGNERpermissionNo MultisigWeightedValidator on this wallet. Install one before managing signers.
DALP-0178SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_CREATE_APPROVALoperationalNo MultisigWeightedValidator on this wallet. Install one before creating approvals.
DALP-0179SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_REMOVE_SIGNERpermissionNo MultisigWeightedValidator on this wallet. Install one before managing signers.
DALP-0180SMART_WALLET_MULTISIG_VALIDATOR_NOT_INSTALLED_SIGN_APPROVALoperationalNo MultisigWeightedValidator on this wallet.
DALP-0181SMART_WALLETS_APPROVAL_NOT_FOUND_USER_OP_HASHclientApproval not found for the supplied user operation hash.
DALP-0182SMART_WALLETS_APPROVAL_NOT_IN_OWNER_SCOPE_WALLETpermissionApproval does not belong to this wallet.
DALP-0183SMART_WALLETS_USER_OP_HASH_INVALIDclientuserOpHash needs to be a 0x-prefixed hex string.
DALP-0184SMART_WALLETS_APPROVAL_NOT_IN_OWNER_SCOPE_WALLET_CROSS_SIGNATURE_SUBMISSION_NOT_ALLOWEDpermissionApproval does not belong to this wallet. Cross-wallet signature submission is not allowed.
DALP-0185SMART_WALLETS_APPROVAL_WORKFLOW_COMPLETED_WITHOUT_ENOUGH_DATA_BUILD_RESPONSEoperationalApproval workflow completed without enough data to build the response. Retry the request.
DALP-0186SMART_WALLETS_AUTHENTICATED_WALLET_MUST_INCLUDED_MULTISIG_SIGNERS_LISTpermissionThe authenticated wallet must appear in the multisig signers list.
DALP-0187SMART_WALLETS_CALLDATA_MUST_0X_PREFIXED_HEX_STRINGoperationalcallData needs to be a 0x-prefixed hex string.
DALP-0188SMART_WALLETS_INVALID_INIT_DATA_NOT_VALID_HEX_0X_PREFIXED_STRINGclientinitData is not a 0x-prefixed hex string.
DALP-0189SMART_WALLETS_NO_BUNDLER_WALLET_PROVISIONED_ORGANIZATION_COMPLETE_DEPLOYMENT_FIRST_PROVISIclientNo bundler wallet provisioned for this organization. Complete system deployment first, the provisioning phase creates the bundler wallet.
DALP-0190SMART_WALLETS_NO_WALLET_ID_AVAILABLE_USER_SESSION_VALID_BUNDLER_CONFIGUREDclientNo wallet ID available. Ensure the user session has a valid bundler wallet configured.
DALP-0191SMART_WALLETS_NO_WALLET_ID_AVAILABLE_USER_SESSION_VALID_SIGNER_CONFIGUREDpermissionNo wallet ID available. Ensure the user session has a valid signer wallet configured.
DALP-0192SMART_WALLETS_NON_DEFAULT_SIGNER_WEIGHTS_NOT_SUPPORTED_YET_ADD_WEIGHT_DEDICATED_MANAGEMENTpermissionNon-default signer weights are not supported by this endpoint yet. Add the signer with weight 1 or use a dedicated weight-management flow.
DALP-0193SMART_WALLETS_NONE_KNOWN_SIGNING_EOAS_CURRENTLY_SIGNER_WALLETpermissionNone of your known signing EOAs is currently a signer on this wallet.
DALP-0194SMART_WALLETS_NOT_AUTHORIZED_UPDATE_METADATA_WALLETpermissionYou are not authorized to update metadata for this wallet.
DALP-0195SMART_WALLETS_NOT_SIGNER_MULTISIG_VALIDATOR_WALLETpermissionYou are not a signer on this multisig wallet.
DALP-0196SMART_WALLETS_NOT_SIGNER_MULTISIG_VALIDATOR_WALLET_ONLY_SIGNERS_CAN_CREATE_APPROVALSpermissionOnly multisig signers can create approvals for this wallet.
DALP-0197SMART_WALLETS_NOT_SIGNER_WALLETpermissionYou are not a signer on this wallet.
DALP-0198SMART_WALLETS_ONLY_WALLET_OWNER_CAN_DIRECTLY_MULTISIG_APPROVAL_FLOW_CO_SIGNER_OPERATIONSpermissionOnly the wallet owner can perform this operation directly. Use the multisig approval flow for co-signer operations.
DALP-0199SMART_WALLETS_ORGANIZATION_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_CREATE_WALLET_DEFAULTdomainOrganization has Account Abstraction disabled; cannot create a smart wallet as default.
DALP-0200SMART_WALLETS_ORGANIZATION_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_SET_WALLET_DEFAULTdomainOrganization has Account Abstraction disabled; cannot set a smart wallet as default.
DALP-0201SMART_WALLETS_RPC_URL_NOT_CONFIGURED_CHAIN_NETWORK_CONFIGURATIONdependencyRPC URL not configured for the current chain. Check network configuration.
DALP-0202SMART_WALLETS_RPC_URL_NOT_CONFIGURED_GAS_STATUS_CHECKS_NETWORK_CONFIG_RUN_BUN_DEV_SETUPdependencyRPC URL not configured for gas-status checks. Check network configuration.
DALP-0203SMART_WALLETS_SYSTEMADDRESS_DOES_NOT_MATCH_WALLET_SoperationalProvided systemAddress does not match the wallet's system.
DALP-0204SMART_WALLETS_USER_OP_HASH_DOES_NOT_MATCH_PREVIEW_BUILT_SUPPLIED_CALLDATA_WALLET_STATE_REBdomainuserOpHash does not match the preview built from the supplied callData and wallet state. Rebuild the preview and retry.
DALP-0205SMART_WALLETS_WALLET_ADDRESS_UNAVAILABLE_WORKFLOW_COMPLETIONdependencySmart wallet address not available after workflow completion. Retry the request.
DALP-0206SMART_WALLETS_WALLET_METADATA_UPDATE_SUCCEEDED_BUT_COULD_NOT_RELOADEDoperationalSmart wallet metadata update succeeded, but the wallet record failed to reload.
DALP-0207SMART_WALLETS_WALLET_NO_MULTISIG_THRESHOLD_CONFIGURED_SET_CREATING_APPROVALSclientThis wallet has no multisig threshold configured. Set a threshold before creating approvals.
DALP-0208SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXEDclientWallet not found. Verify the address is correct and the wallet has finished indexing.
DALP-0209SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_CREATE_APPROVALclientSmart wallet not found. Verify the address is correct and the wallet has finished indexing.
DALP-0210SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_GAS_STATUSclientSmart wallet not found. Verify the address is correct and the wallet has finished indexing.
DALP-0211SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_INDEXED_WALLETS_READclientSmart wallet not found. Verify the address is correct and the wallet has finished indexing.
DALP-0212SMART_WALLETS_WALLET_NOT_FOUND_ADDRESS_NOT_INDEXED_YETclientSmart wallet not found. The indexer may not have reached this wallet yet.
DALP-0213SMART_WALLETS_WALLET_NOT_FOUND_INDEXING_INDEXER_NOT_PROCESSED_ACCOUNTCREATED_EVENT_YETclientSmart wallet not found after indexing. The indexer may not have processed the AccountCreated event yet.
DALP-0214SYSTEM_ACCESS_LEAST_ONE_ADDRESS_ROLE_REQUIREDpermissionAt least one address and one role must be present.
DALP-0215SYSTEM_ACCESS_MANAGER_GRANT_ROLEpermissionSystem access manager contract not found for this system.
DALP-0216SYSTEM_ACCESS_MANAGER_REVOKE_ROLEpermissionSystem access manager contract not found for this system.
DALP-0217SYSTEM_ACCESS_ROLES_NOT_FOUNDpermissionRoles not found: {role}.
DALP-0218SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ADDRESS_CONFIGURATIONclientUnexpected error: address configuration failed to apply.
DALP-0219SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ADDRESS_ROLE_CONFIGURATIONpermissionUnexpected error: address or role configuration failed to apply.
DALP-0220SYSTEM_ACCESS_UNEXPECTED_ERROR_INVALID_ROLE_CONFIGURATIONpermissionUnexpected error: role configuration failed to apply.
DALP-0221SYSTEM_ACTIVITY_LISToperationalActivity event has no resolvable sender address.
DALP-0222SYSTEM_ADDON_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVEdependencySystem context not available. Check server configuration and ensure systemMiddleware is active.
DALP-0223SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_ADVISORY_LOCK_PAYMASTER_SIGNER_PROVISIONINGpermissionDatabase not available. Required for advisory lock during paymaster signer provisioning.
DALP-0224SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_RESOLVING_ENTRYPOINT_ADDRESSdependencyDatabase not available. Required for resolving EntryPoint address.
DALP-0225SYSTEM_ADDON_DATABASE_UNAVAILABLE_REQUIRED_RESOLVING_FEEDSDIRECTORY_ADDRESS_PRICERESOLVERdependencyDatabase not available. Required for resolving FeedsDirectory address during PriceResolver addon initialization.
DALP-0226SYSTEM_ADDON_FACTORY_CREATEoperationalAddon factory deployment failed.
DALP-0227SYSTEM_ADDON_FACTORY_NOT_FOUND_INDEXERclientAddon factory {factoryAddress} was not found in the indexer.
DALP-0228SYSTEM_ADDON_FACTORY_RECEIPT_DID_NOT_CONTAIN_CANNOT_RESOLVE_DEPLOYED_ADDRESSdomainAddon factory receipt did not contain {factoryAddress}; cannot resolve deployed addon address.
DALP-0229SYSTEM_ADDON_FACTORY_REGISTRATION_COMPLETED_BUT_NO_BLOCK_NUMBER_RECORDED_ALL_TRANSACTION_RclientAddon factory registration completed but no block number recorded; all transaction receipts lacked blockNumber.
DALP-0230SYSTEM_ADDON_PAYMASTER_DEPLOYMENT_COMPLETED_WITHOUT_TRANSACTION_RECEIPT_CANNOT_PERSIST_SCOpermissionPaymaster addon deployment completed without a transaction receipt; cannot persist the paymaster-scoped signer key.
DALP-0231SYSTEM_ADDON_PAYMASTER_SIGNER_KEY_MISMATCHpermissionPaymaster signer key mismatch for {paymasterAddress}.
DALP-0232SYSTEM_ADDON_PENDING_PAYMASTER_SIGNER_KEY_BUT_NOT_VALID_HEXpermissionPending paymaster signer key exists but is not valid hex ({paymasterAddress}).
DALP-0233SYSTEM_ADDON_PRICERESOLVER_PREREQUISITES_NOT_PREFLIGHTED_RESOLVE_THEM_VIA_RESOLVEPRICERESOoperationalPriceResolver prerequisites were not resolved before batch addon deployment.
DALP-0234SYSTEM_ADDON_REGISTRY_NOT_FOUNDclientSystem addon registry not found.
DALP-0235SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_PERSISTING_PAYMASTER_SIGNER_KEY_DEPLOYMpermissionSecrets provider not available; required for persisting the paymaster signer key after deployment.
DALP-0236SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_PREPARING_PAYMASTER_SIGNER_KEYpermissionSecrets provider not available; required for preparing the paymaster signer key.
DALP-0237SYSTEM_ADDON_SECRETS_PROVIDER_UNAVAILABLE_REQUIRED_RECONCILING_PAYMASTER_SIGNER_KEYpermissionSecrets provider not available; required for reconciling the paymaster signer key.
DALP-0238SYSTEM_ADDON_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDDLEdependencyTransaction processing service not available. Check server configuration and ensure restateMiddleware is active.
DALP-0239SYSTEM_BUNDLER_WALLET_ADDRESS_NOT_CONFIGURED_CONFIGURE_BUNDLER_WALLET_ADDRESS_ORGANIZATIONdependencyBundler wallet address is not configured. Set BUNDLER_WALLET_ADDRESS in organization settings first.
DALP-0240SYSTEM_CLAIM_TOPIC_CREATION_REQUIRES_HEADERS_QUEUE_EXECUTIONoperationalTopic creation requires request headers for queue execution.
DALP-0241SYSTEM_CLAIM_TOPIC_DELETES_REQUIRE_HEADERS_QUEUE_EXECUTIONoperationalTopic deletion requires request headers for queue execution.
DALP-0242SYSTEM_CLAIM_TOPIC_NOT_FOUNDclientTopic "{topicId}" not found.
DALP-0243SYSTEM_CLAIM_TOPIC_UPDATES_REQUIRE_HEADERS_QUEUE_EXECUTIONoperationalTopic update requires request headers for queue execution.
DALP-0244SYSTEM_COMPLIANCE_CACHEDRESULT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGEoperationalcachedResult must be set by startWorkflow; this is a bug in the queue bridge.
DALP-0245SYSTEM_COMPLIANCE_CONTRACT_NOT_FOUNDclientSystem compliance contract not found.
DALP-0246SYSTEM_COMPLIANCE_MODULE_IMPLEMENTATIONS_NOT_FOUND_INDEXERclientCompliance module implementations not found in indexer for: {moduleAddress}.
DALP-0247SYSTEM_COMPLIANCE_MODULE_NOT_REGISTERED_REGISTRYclientModule {registryAddress} is not registered in the compliance module registry.
DALP-0248SYSTEM_COMPLIANCE_MODULE_UNINSTALLoperationalCompliance module uninstall failed.
DALP-0249SYSTEM_DIRECTORY_READoperationalDirectory read failed.
DALP-0250SYSTEM_FACTORY_ADDRESS_NOT_FOUND_DIRECTORYclientSystem factory address not found in directory.
DALP-0251SYSTEM_IDENTITY_ADDRESS_REQUIREDclientSystem address missing from request.
DALP-0252SYSTEM_IDENTITY_CACHEDRESULT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGEoperationalcachedResult must be set by startWorkflow, this is a bug in the queue bridge.
DALP-0253SYSTEM_IDENTITY_CACHEDRESULT_RECEIPT_MUST_SET_STARTWORKFLOW_BUG_QUEUE_BRIDGEoperationalcachedResult with receipt must be set by startWorkflow, this is a bug in the queue bridge.
DALP-0254SYSTEM_IDENTITY_CLAIM_ISSUEoperationalClaim issue failed.
DALP-0255SYSTEM_IDENTITY_CONTEXT_REQUIRED_VALIDATE_KNOWYOURCUSTOMER_CLAIM_VALUESoperationalSystem context missing; needed to validate knowYourCustomer claim values.
DALP-0256SYSTEM_IDENTITY_CONTEXT_UNAVAILABLE_SYSTEMMIDDLEWARE_APPLIEDdependencySystem context not available. Ensure systemMiddleware is active.
DALP-0257SYSTEM_IDENTITY_DATABASE_CONTEXT_REQUIRED_VALIDATE_KNOWYOURCUSTOMER_CLAIM_VALUESoperationalDatabase context missing; needed to validate knowYourCustomer claim values.
DALP-0258SYSTEM_IDENTITY_DATABASE_CONTEXT_UNAVAILABLE_DATABASEMIDDLEWARE_APPLIEDdependencyDatabase context not available. Ensure databaseMiddleware is active.
DALP-0259SYSTEM_IDENTITY_DO_NOT_MANAGEMENT_KEY_ONLY_USERS_MANAGEMENT_RIGHTS_CAN_REVOKE_CLAIMSdomainThe signing wallet does not hold a MANAGEMENT_KEY on identity {targetIdentityAddress}. Only wallets with management rights can revoke claims.
DALP-0260SYSTEM_IDENTITY_FACTORY_ADDRESS_NOT_FOUNDclientIdentity factory address not found.
DALP-0261SYSTEM_IDENTITY_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclientAddress format not accepted for {address}. Expected a 0x-prefixed 40-character hex Ethereum address.
DALP-0262SYSTEM_IDENTITY_MULTIPLE_ACTIVE_CLAIMS_FOUND_TOPICoperationalMultiple active claims found for topic {topicId} on identity {identityAddress}.
DALP-0263SYSTEM_IDENTITY_NO_ASSOCIATED_ACCOUNTclientIdentity {identityAddress} has no associated account.
DALP-0264SYSTEM_IDENTITY_NO_CONTRACT_FOUND_WALLETclientNo identity contract found for wallet "{identityAddress}".
DALP-0265SYSTEM_IDENTITY_NO_FOUNDclientNo identity found for {identityAddress}.
DALP-0266SYSTEM_IDENTITY_NOT_FOUNDclientSystem not found.
DALP-0267SYSTEM_IDENTITY_NOT_FOUND_CREATION_INDEXER_DID_NOT_PROCESS_BLOCK_WITHIN_TIMEOUTclientIdentity not found after creation. Indexer did not process the block within the timeout.
DALP-0268SYSTEM_IDENTITY_NOT_FOUND_REGISTRYclientIdentity {identityAddress} was not found in the registry.
DALP-0269SYSTEM_IDENTITY_NOT_REGISTERED_S_REGISTRYclientIdentity {identityAddress} is not registered in this system's identity registry.
DALP-0270SYSTEM_IDENTITY_NOT_REGISTERED_YETclientIdentity for "{identityAddress}" is not registered yet.
DALP-0271SYSTEM_IDENTITY_TOPIC_CLAIM_MUST_MATCH_APPROVED_KYC_CONTENT_HASHoperationalTopic {topicId} claim value must match the approved KYC content hash.
DALP-0272SYSTEM_IDENTITY_TOPIC_NOT_REGISTERED_SCHEME_REGISTRYclientTopic {topicId} is not registered in the topic scheme registry.
DALP-0273SYSTEM_IDENTITY_TOPIC_REQUIRES_APPROVED_KYC_PROFILE_TARGETdomainTopic '{topic}' requires an approved KYC profile for the target identity.
DALP-0274SYSTEM_IDENTITY_TOPIC_REQUIRES_SINGLE_CLAIM_NOT_ARRAY_STRUCTURED_DATAoperationalTopic {topicId} requires a single claim value, not an array or structured data.
DALP-0275SYSTEM_IDENTITY_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDdependencyTransaction processing service not available. Check server configuration and ensure restateMiddleware is active.
DALP-0276SYSTEM_IDENTITY_UNEXPECTED_CLAIM_MISSING_VALIDATIONclientUnexpected: claim missing after validation.
DALP-0277SYSTEM_IDENTITY_WALLET_NOT_REGISTEREDclientIdentity for wallet "{identityAddress}" is not registered in the system.
DALP-0278SYSTEM_NO_FOUND_ORGANIZATIONclientNo system found for this organization.
DALP-0279SYSTEM_NOT_FOUNDclientSystem not found.
DALP-0280SYSTEM_PAYMASTER_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVEdependencySystem context not available. Check server configuration and ensure systemMiddleware is active.
DALP-0281SYSTEM_PAYMASTER_DIRECTORY_ADDRESS_NOT_CONFIGURED_NETWORK_CONFIG_CONTRACT_SETdependencyDirectory address not configured. Check network config has a directory contract address set.
DALP-0282SYSTEM_PAYMASTER_ENTRYPOINT_NOT_FOUND_INDEXER_NOT_PROCESSED_DIRECTORY_SclientEntryPoint not found in indexer for this system.
DALP-0283SYSTEM_PAYMASTER_NOT_FOUND_ADDRESS_INDEXED_LIST_AVAILABLE_PAYMASTERS_VIA_GETclientPaymaster {paymasterAddress} not found. Confirm the address and check that the indexer has processed it. List available paymasters via GET /v2/system/paymasters.
DALP-0284SYSTEM_PAYMASTER_NOT_FOUND_ADDRESS_INDEXED_LIST_AVAILABLE_PAYMASTERS_VIA_GET_V2clientPaymaster {systemAddress} not found. Confirm the address and check that the indexer has processed it. List available paymasters via GET /v2/system/paymasters.
DALP-0285SYSTEM_PAYMASTER_SPONSORSHIP_NOT_FOUND_ADDRESSclientSponsorship paymaster not found with address {paymasterAddress}.
DALP-0286SYSTEM_PAYMASTER_WALLET_ID_NOT_FOUND_USER_MUST_ROTATE_SIGNER_KEYpermissionWallet ID not found. User must have a wallet ID to rotate the signer key.
DALP-0287SYSTEM_TOKEN_CONTEXT_UNAVAILABLE_SERVER_CONFIGURATION_SYSTEMMIDDLEWARE_ACTIVEdependencySystem context not available. Check server configuration and ensure systemMiddleware is active.
DALP-0288SYSTEM_TOKEN_FACTORY_DEPLOYMENT_COMPLETED_BUT_NO_BLOCK_NUMBER_RECORDED_ALL_TRANSACTION_RECclientToken factory deployment completed but transaction receipts recorded no block number.
DALP-0289SYSTEM_TOKEN_FACTORY_TYPE_NOT_FOUNDclientToken factory for type {factoryAddress} not found.
DALP-0290SYSTEM_TOKEN_NO_FACTORY_FOUND_ADDRESS_BOOTSTRAPPEDclientNo token factory found for {systemAddress}. Verify the factory address and that the system has completed bootstrapping.
DALP-0291SYSTEM_TOKEN_NO_FACTORY_FOUND_CONTRACT_TYPE_NOT_RECOGNIZEDclientNo token factory found for {factoryAddress}. Contract type {factoryAddress} is not a recognized factory type.
DALP-0292SYSTEM_TOKEN_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATION_RESTATEMIDDLEdependencyTransaction processing service not available. Check server configuration and ensure restateMiddleware is active.
DALP-0293SYSTEM_TRUSTED_ISSUER_ADD_REMOVE_CLAIM_TOPIC_ROUTES_SYNC_ONLY_PREFER_RESPOND_ASYNC_NOT_SUPdependencyTrusted-issuer claim-topic routes run synchronously and do not support the 'Prefer: respond-async' header.
DALP-0294SYSTEM_TRUSTED_ISSUER_NOT_FOUNDclientTrusted issuer "{issuerAddress}" not found.
DALP-0295TOKEN_ACCESS_CANNOT_REVOKE_LAST_PERMISSION_MANAGER_LEAST_ONE_ADMIN_MUST_REMAINdomainCannot revoke the last permission manager. At least one admin must remain on the token.
DALP-0296TOKEN_ACCESS_CONTROL_NOT_FOUND_MANAGER_CONFIGUREDclientToken access control not found. Ensure the token has an access manager configured.
DALP-0297TOKEN_ACCESS_INVALID_GRANT_ROLE_INPUT_SHAPE_EITHER_ACCOUNTS_ACCOUNT_ROLESpermissionGrant role input shape was not accepted. Provide either { accounts, role } or { account, roles }.
DALP-0298TOKEN_ACCESS_INVALID_REVOKE_ROLE_INPUT_SHAPE_EITHER_ACCOUNTS_ACCOUNT_ROLESpermissionRevoke role request body did not match an accepted shape. Provide either { accounts, role } or { account, roles }.
DALP-0299TOKEN_ACCESS_LEAST_ONE_ROLE_MUST_GRANTINGpermissionRole granting requires at least one role.
DALP-0300TOKEN_ACCESS_LEAST_ONE_ROLE_MUST_REVOCATIONpermissionRole revocation requires at least one role.
DALP-0301TOKEN_ACCESS_ONE_MORE_ROLES_NOT_FOUND_ALL_ROLE_NAMES_VALID_CONTROLpermissionOne or more roles not found. Check that all role names are valid access control roles.
DALP-0302TOKEN_ACCESS_ROLE_NOT_FOUND_NAME_VALID_CONTROLpermissionRole {role} not found. Check the role name is a valid access control role.
DALP-0303TOKEN_BURNoperationalToken burn failed unexpectedly.
DALP-0304TOKEN_BURN_PAUSED_UNPAUSE_BURNINGoperationalToken {tokenAddress} paused; burn requires unpausing first.
DALP-0305TOKEN_CLAIM_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_ISSUE_CLAdomainAccount at address {identityAddress} does not have an associated identity contract. Only users with an identity can issue claims.
DALP-0306TOKEN_CLAIM_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_REVOKE_CLdomainAccount at address {identityAddress} does not have an associated identity contract. Only users with an identity can revoke claims.
DALP-0307TOKEN_CLAIM_DATABASE_CONTEXT_REQUIRED_ISSUE_ASSETCLASSIFICATION_MIDDLEWARE_CONFIGUREDoperationalDatabase context missing for 'assetClassification' claim. Configure database middleware for this route.
DALP-0308TOKEN_CLAIM_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACToperationalToken '{tokenAddress}' does not have an associated identity contract.
DALP-0309TOKEN_CLAIM_TOPIC_NOT_REGISTERED_SCHEME_REGISTRYclientTopic {topicId} is not registered in the topic scheme registry.
DALP-0310TOKEN_COMPLIANCE_NO_BINDING_FOUND_MODULE_TYPE_CONTRACTclientNo binding found for module type {moduleAddress} on compliance contract {moduleAddress}.
DALP-0311TOKEN_COMPLIANCE_NOT_INDEXED_NOT_IN_OWNER_SCOPEpermissionToken {value} unindexed or outside owner scope.
DALP-0312TOKEN_CREATE_CREATION_WORKFLOW_FAILEDoperationalToken creation workflow failed: {error}.
DALP-0313TOKEN_CREATE_DATABASE_CONTEXT_REQUIRED_DALP_ASSET_CREATIONoperationalDatabase context required for token creation.
DALP-0314TOKEN_CREATE_FACTORY_TYPE_NOT_FOUNDclientToken factory for type {factoryAddress} not found.
DALP-0315TOKEN_CREATE_WORKFLOW_PHASE_FAILEDoperationalToken creation workflow failed during phase execution.
DALP-0316TOKEN_CREATE_TEMPLATEID_REQUIRED_DALP_ASSET_CREATION_SELECT_INSTRUMENT_TEMPLATE_CREATINGclienttemplateId required for token creation. Select an instrument template first.
DALP-0317TOKEN_CREATE_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATIONdependencyTransaction processing service not available. Check server configuration.
DALP-0318TOKEN_CREATE_USER_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACToperationalUser with address {address} does not have an associated identity contract.
DALP-0319TOKEN_DOCUMENTS_ACCESS_DENIED_HOLDER_REQUIREDclientAccess denied - token holder access required.
DALP-0320TOKEN_DOCUMENTS_ACCESS_DENIED_RESTRICTED_DOCUMENToperationalAccess denied to restricted document.
DALP-0321TOKEN_DOCUMENTS_DECLARED_FILE_SIZE_DOES_NOT_MATCH_ACTUAL_STORAGEoperationalDeclared file size does not match actual file size in storage.
DALP-0322TOKEN_DOCUMENTS_DOCUMENT_GROUP_NOT_FOUND_REPLACEMENTclientDocument group not found for replacement.
DALP-0323TOKEN_DOCUMENTS_DOCUMENT_NOT_FOUNDclientDocument not found.
DALP-0324TOKEN_DOCUMENTS_DOCUMENT_TYPE_NOT_VALID_ASSETclientDocument type {value} is not valid for asset type {value}.
DALP-0325TOKEN_DOCUMENTS_FAILED_TO_CREATE_DOCUMENT_RECORDoperationalFailed to create document record.
DALP-0326TOKEN_DOCUMENTS_FILE_NOT_FOUND_STORAGE_UPLOAD_FAILEDclientFile not found in storage. Upload may have failed.
DALP-0327TOKEN_DOCUMENTS_INVALID_OBJECT_KEYclientObject key is outside the permitted path for this token.
DALP-0328TOKEN_FACTORY_NOT_FOUNDclientToken factory not found for current system.
DALP-0329TOKEN_FEATURE_CONTEXT_REQUIREDoperationalToken feature context is missing.
DALP-0330TOKEN_FEATURES_FIXED_TREASURY_YIELD_FEATURE_STATE_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIAdependencyFixed-treasury-yield feature state not yet indexed for this token.
DALP-0331TOKEN_FEATURES_MATURITY_REDEMPTION_FEATURE_STATE_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIALdependencyMaturity-redemption feature state not yet indexed for this token.
DALP-0332TOKEN_FEATURES_NO_YIELD_AVAILABLE_CLAIM_FIRST_PERIOD_NOT_COMPLETED_YETclientNo yield available to claim. The first yield period has not completed yet.
DALP-0333TOKEN_FEATURES_UNAVAILABLEdependencyToken features for {featureName} are not available.
DALP-0334TOKEN_FREEZE_AMOUNT_EXCEEDS_AVAILABLE_BALANCEclientFreeze amount exceeds available balance.
DALP-0335TOKEN_INDEXED_BASE_PRICE_FEED_STALE_UNDER_ACTIVE_PRICERESOLVER_POLICYoperationalThe indexed base price feed for token {tokenAddress} is stale under the active PriceResolver policy.
DALP-0336TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_DID_NOT_DECODE_INITIALIZEoperationalIndexed PriceResolver registration did not decode to initialize().
DALP-0337TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_DID_NOT_INCLUDE_INITIALIZATION_ARGUMENTSoperationalIndexed PriceResolver registration is missing expected initialization arguments.
DALP-0338TOKEN_INDEXED_PRICERESOLVER_REGISTRATION_MISSING_VALID_INITIALIZATION_CALLDATAclientIndexed PriceResolver registration is missing valid initialization calldata.
DALP-0339TOKEN_INDEXER_DATA_INVALIDdependencyToken data validation failed for {value}.
DALP-0340TOKEN_INDEXER_TOKEN_NOT_FOUNDclientToken with address {address} not found.
DALP-0341TOKEN_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclientAddress "{address}" is not a valid Ethereum address.
DALP-0342TOKEN_MINT_PAUSED_UNPAUSE_MINTINGoperationalToken {tokenAddress} paused; mint requires unpausing first.
DALP-0343TOKEN_NOT_INDEXED_NOT_IN_OWNER_SCOPEpermissionToken {value} unindexed or outside owner scope.
DALP-0344TOKEN_PRECHECKS_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclientAddress format not accepted for {address}.
DALP-0345TOKEN_PRICE_ACCOUNT_ADDRESS_DOES_NOT_ASSOCIATED_IDENTITY_CONTRACT_ONLY_USERS_CAN_SET_PRICEdomainAccount {identityAddress} has no identity contract. Onboard the user with an identity contract before setting token prices.
DALP-0346TOKEN_PRICE_ISSUERSIGNEDSCALARFEEDFACTORY_ADDON_NOT_INSTALLED_DEPLOY_FEED_SETTING_PRICESoperationalIssuerSignedScalarFeedFactory addon absent; deploy the feed system before setting token prices.
DALP-0347TOKEN_PRICE_NOT_INDEXED_ENROLLED_CANNOT_BUILD_FEED_DESCRIPTION_NEWdependencyToken {tokenAddress} requires indexing and enrollment before the price feed description can be built.
DALP-0348TOKEN_PRICE_RESOLVERoperationalNo base-price feed found for token {tokenAddress}.
DALP-0349TOKEN_READBACK_LOOP_TERMINATED_UNEXPECTEDLYoperationalToken readback retry loop terminated unexpectedly.
DALP-0350TOKEN_REDEEM_BOND_MATURITY_REDEMPTION_FEATURE_ATTACHED_LEGACY_TOP_UP_WOULD_NOT_FUND_CONFIGoperationalThis bond has a maturity-redemption feature attached; legacy top-up would not fund the configured treasury. Use the maturity-treasury top-up endpoint instead.
DALP-0351TOKEN_REDEEM_BOND_NOT_YET_INDEXED_INDEXER_PROCESSED_INITIALIZATION_PLEASE_LATERdependencyBond not yet indexed for this token. The indexer has not processed the bond initialization yet. Please retry later.
DALP-0352TOKEN_REDEEM_CONTEXT_NOT_INITIALISEDoperationalToken context initialization required.
DALP-0353TOKEN_REDEEM_DELEGATED_REDEMPTION_REQUIRES_CUSTODIAN_ROLEpermissionDelegated redemption requires custodian role.
DALP-0354TOKEN_REDEEM_MISSING_PERMISSION_CONTEXTclientMissing token permission context.
DALP-0355TOKEN_SALE_ADDON_NOT_FOUNDclientToken sale addon not found in the current system.
DALP-0356TOKEN_SALE_ADDON_NOT_FOUND_ADDONSclientToken sale addon not found in system addons.
DALP-0357TOKEN_SALE_ADDON_NOT_IN_OWNER_SCOPE_AUTHENTICATEDpermissionProvided system addon does not belong to the authenticated system.
DALP-0358TOKEN_SALE_DEPLOYMENT_INDEXED_AMBIGUOUSLY_TRANSACTION_MULTIPLE_SALES_MATCHED_CONFIRMEDoperationalToken sale deployment indexed ambiguously for transaction {transactionHash}. Multiple token sales matched the confirmed deployment transaction.
DALP-0359TOKEN_SALE_DEPLOYMENT_NOT_INDEXED_TRANSACTION_CONFIRMED_CREATED_BUT_ADDRESS_COULD_NOT_RETRdependencyToken sale deployment confirmed on-chain but the indexer has not yet recorded the sale address.
DALP-0360TOKEN_SALE_INVALID_TERMSHASH_HEX_STRING_STARTING_0XclienttermsHash: expected hex string starting with 0x, got "{value}" wasn't accepted.
DALP-0361TOKEN_SALE_NO_REGISTERED_IDENTITY_FOUND_MUST_CREATEclientNo registered identity found for token {identityAddress}. A token must have a registered identity to create a sale.
DALP-0362TOKEN_SALE_NOT_FOUND_INDEXERclientToken sale {value} was not found in the indexer.
DALP-0363TOKEN_SALE_NOT_IN_OWNER_SCOPE_AUTHENTICATEDpermissionToken sale does not belong to the authenticated system.
DALP-0364TOKEN_SALE_REGISTERED_IDENTITY_MISSING_COUNTRY_CODE_MUST_SET_CREATEclientThe registered identity for token {identityAddress} is missing a country code. A country must be set to create a token sale.
DALP-0365TOKEN_TRANSFER_APPROVAL_CONFIG_UTILoperationalTransfer approval module has no approval authorities configured.
DALP-0366TOKEN_TRANSFER_BATCH_TRANSFERFROM_NOT_SUPPORTED_INDIVIDUAL_OPERATIONSoperationalBatch transferFrom is not supported. Use individual transferFrom operations instead.
DALP-0367TOKEN_TRANSFER_FROMIDENTITYADDRESS_TOIDENTITYADDRESS_MUST_BOTH_OMITTED_PARTIAL_OVERRIDES_NoperationalProvide both fromIdentityAddress and toIdentityAddress or neither; partial overrides unsupported.
DALP-0368TOKEN_TRANSFER_FROMWALLET_NOT_REGISTERED_IDENTITY_REGISTRY_WALLET_MUST_ONBOARDED_CANclientfromWallet {identityAddress} not in the identity registry. Onboard the wallet before initiating a transfer.
DALP-0369TOKEN_TRANSFER_IDENTITY_NOT_LISTED_APPROVAL_AUTHORITY_S_MODULE_ADMINISTRATOR_ADDEDpermissionThis identity lacks approval authority for this token's transfer-approval module. Contact the token administrator to add authority.
DALP-0370TOKEN_TRANSFER_INVALID_ADDRESS_VALID_ETHEREUM_0X_PREFIXED_HEX_CHARACTERSclient{address} address: "{address}". Expected a valid Ethereum address (0x-prefixed, 40 hex characters) wasn't accepted.
DALP-0371TOKEN_TRANSFER_MISSING_ADDRESS_TRANSFERFROMclientMissing 'from' address for transferFrom operation.
DALP-0372TOKEN_TRANSFER_MISSING_ITEMclientMissing transfer item.
DALP-0373TOKEN_TRANSFER_MISSING_REQUIRED_FIELDS_OWNER_RECIPIENT_AMOUNT_FORCEDpermissionMissing required fields (owner, recipient, or amount) for forced transfer operation.
DALP-0374TOKEN_TRANSFER_NOT_FOUND_ADDRESS_DEPLOYED_INDEXEDclientToken {address} not found. Verify the address, deployment, and indexing status.
DALP-0375TOKEN_TRANSFER_PAUSED_UNPAUSE_TRANSFERRINGoperationalToken {tokenAddress} paused; transfer requires unpausing first.
DALP-0376TOKEN_TRANSFER_TOWALLET_NOT_REGISTERED_IDENTITY_REGISTRY_WALLET_MUST_ONBOARDED_CANclienttoWallet {identityAddress} not in the identity registry. Onboard the wallet before initiating a transfer.
DALP-0377TOKEN_TRANSFER_TRANSACTION_PROCESSING_SERVICE_UNAVAILABLE_SERVER_CONFIGURATIONdependencyTransaction processing service not available. Check server configuration.
DALP-0378TOKEN_TRANSFER_TRANSFERAPPROVALCOMPLIANCEMODULE_PARAMETERS_COULD_NOT_DECODED_INDEXER_STATEdependencyTransferApprovalComplianceModule parameters for this token failed to decode from indexer state. Re-index the compliance data or update the module configuration.
DALP-0379TOKEN_TRANSFER_WALLET_NOT_REGISTERED_IDENTITY_REGISTRY_MUST_ONBOARDED_APPROVING_TRANSFERSclientWallet not found in identity registry. Onboard it before approving transfers.
DALP-0380TOKEN_TRANSFER_WALLET_NOT_REGISTERED_IDENTITY_REGISTRY_MUST_ONBOARDED_REVOKING_APPROVALSclientWallet not found in identity registry. Onboard it before revoking transfer approvals.
DALP-0381TRANSACTION_ALREADY_TERMINAL_STATE_CANNOT_FORCE_FAIL_COMPLETED_FAILED_DEAD_LETTERED_CANCELoperationalTransaction {transactionHash} is already in terminal state {transactionHash}. Cannot force-fail a completed, failed, dead-lettered, or cancelled transaction.
DALP-0382TRANSACTION_HASH_INVALIDdependencyTransaction hash format wasn't accepted: "{transactionHash}". Expected 0x-prefixed hex string from the Workflow Engine.
DALP-0383TRANSACTION_NOT_FOUNDclientTransaction {transactionHash} not found.
DALP-0384TRANSACTION_NOT_FOUND_NOT_CHAIN_NO_STORED_QUEUE_RECORD_HASHclientTransaction {transactionHash} not found. The transaction is not on-chain and has no stored queue record. Verify the hash is correct.
DALP-0385TRANSACTION_NOT_VALID_DATETIMEclientTransaction field {transactionHash} contains a value that could not be parsed as a datetime.
DALP-0386TRANSACTION_STATE_FORCE_ONLY_AVAILABLE_FAILED_DEAD_LETTER_TRANSACTIONSoperationalTransaction {transactionHash} is in state {transactionHash} and cannot be force-retried.
DALP-0387USER_KYC_ACTION_NO_ASSOCIATED_VERSIONclientKYC request has no associated version.
DALP-0388USER_KYC_CANNOT_APPROVE_VERSION_STATUS_ONLY_VERSIONS_UNDER_REVIEW_CAN_APPROVEDdomainCannot approve version with status "{value}". Approval requires a version under review.
DALP-0389USER_KYC_CANNOT_FULFILL_ACTION_STATUS_ONLY_OPEN_REQUESTS_CAN_FULFILLEDdomainCannot fulfill request with status "{value}". Fulfillment requires an open request.
DALP-0390USER_KYC_CANNOT_REJECT_VERSION_STATUS_ONLY_VERSIONS_UNDER_REVIEW_CAN_REJECTEDdomainCannot reject version with status "{value}". Rejection requires a version under review.
DALP-0391USER_KYC_CANNOT_SUBMIT_VERSION_STATUS_ONLY_DRAFT_VERSIONS_CAN_SUBMITTEDdomainCannot submit version with status "{value}". Submission requires a draft version.
DALP-0392USER_KYC_CANNOT_UPDATE_VERSION_STATUS_ONLY_DRAFT_VERSIONS_CAN_UPDATEDdomainCannot update version with status "{value}". Updates require a draft version.
DALP-0393USER_KYC_DOCUMENT_NOT_FOUNDclientDocument not found.
DALP-0394USER_KYC_DOCUMENTS_ONLY_DELETED_DRAFT_VERSIONSdomainDocument deletion requires a draft version.
DALP-0395USER_KYC_DOCUMENTS_ONLY_UPLOADED_DRAFT_VERSIONSdomainDocument upload requires a draft version.
DALP-0396USER_KYC_FAILED_TO_APPROVE_VERSIONoperationalFailed to approve KYC version.
DALP-0397USER_KYC_FAILED_TO_CREATE_ACTIONoperationalFailed to create KYC update request.
DALP-0398USER_KYC_FAILED_TO_CREATE_DOCUMENT_RECORDoperationalFailed to create document record.
DALP-0399USER_KYC_FAILED_TO_CREATE_FETCH_PROFILE_CONTAINERoperationalFailed to initialize KYC profile container.
DALP-0400USER_KYC_FAILED_TO_CREATE_PROFILEoperationalFailed to load KYC profile record.
DALP-0401USER_KYC_FAILED_TO_CREATE_VERSIONoperationalFailed to create KYC draft version.
DALP-0402USER_KYC_FAILED_TO_CREATE_VERSION_KYC_UPSERToperationalFailed to create KYC draft version during upsert.
DALP-0403USER_KYC_FAILED_TO_REJECT_VERSIONoperationalFailed to reject KYC version.
DALP-0404USER_KYC_FAILED_TO_UPDATE_ACTIONoperationalFailed to mark KYC update request as fulfilled.
DALP-0405USER_KYC_FAILED_TO_UPDATE_DRAFT_VERSIONoperationalFailed to update KYC draft version.
DALP-0406USER_KYC_FAILED_TO_UPDATE_PROFILE_LATEST_VERSIONoperationalFailed to link new KYC version to profile.
DALP-0407USER_KYC_FAILED_TO_UPDATE_VERSIONoperationalFailed to update KYC version status.
DALP-0408USER_KYC_FAILED_TO_UPDATE_VERSION_VERSION_UPDATEoperationalFailed to save KYC version field updates.
DALP-0409USER_KYC_FILE_NOT_FOUND_STORAGE_UPLOAD_FAILEDclientFile not found in storage. Upload may have failed.
DALP-0410USER_KYC_INVALID_OBJECT_KEYclientObject key was not accepted.
DALP-0411USER_KYC_NO_DATA_FOUND_PROFILE_BUT_VERSION_HISTORY_NOT_COMPLETED_VERIFICATION_YETclientNo KYC data found. The profile exists but has no version history, or the user has not completed KYC verification yet.
DALP-0412USER_KYC_NO_PROFILE_FOUND_DELETE_ALREADY_REMOVEDclientNo KYC profile found to delete. The profile may no longer exist.
DALP-0413USER_KYC_NO_VERSION_CLONE_INITIALDATA_NEW_USERSclientNo version to clone from. Provide initialData for new users.
DALP-0414USER_KYC_ONLY_FULFILL_OWN_ACTION_REQUESTSdomainOnly the owner of a request can fulfill it.
DALP-0415USER_KYC_ONLY_UPDATES_VERSIONS_UNDER_REVIEWdomainCan only request updates for versions under review.
DALP-0416USER_KYC_PROFILE_NOT_FOUNDclientKYC profile not found for this user.
DALP-0417USER_KYC_PROFILE_NOT_FOUND_ACTIONclientKYC profile not found for this request.
DALP-0418USER_KYC_SOURCE_VERSION_NOT_FOUND_INITIALDATA_NEW_USERSclientSource version not found. Provide initialData for new users.
DALP-0419USER_KYC_VERSION_NOT_FOUNDclientKYC version not found.
DALP-0420USER_KYC_VERSION_NOT_FOUND_ACTIONclientKYC version not found for this request.
DALP-0421USER_KYC_VERSION_NOT_FOUND_VERSION_READclientKYC version not found.
DALP-0422USER_KYC_VERSION_SUBMITTED_UPLOAD_DOCUMENT_NOT_SAVEDoperationalKYC version no longer a draft; document not saved.
DALP-0423USER_NO_EMAIL_CONFIGUREDclientUser has no email address configured.
DALP-0424USER_NOT_FOUNDclientUser with ID {value} not found.
DALP-0425USER_NOT_FOUND_BY_WALLETclientUser not found.
DALP-0426USER_NOT_FOUND_GET_SECURITYclientUser {value} not found.
DALP-0427USER_NOT_FOUND_NATIONAL_IDclientUser not found.
DALP-0428USER_NOT_FOUND_PASSWORD_RESETclientUser {value} not found.
DALP-0429USER_NOT_FOUND_RESET_MFAclientUser {value} not found.
DALP-0430USER_RESTATE_CLIENT_UNAVAILABLEdependencyWorkflow engine client is not available.
DALP-0431XVP_CREATE_COULD_NOT_RESOLVE_CREATED_SETTLEMENT_INDEXER_RETRIESdependencyCould not resolve the created XvP settlement from the indexer after retries.
DALP-0432FIXED_YIELD_TOKEN_LINKAGE_NOT_INDEXEDdependencyYield schedule token linkage pending indexing.
DALP-0433TOKEN_COMPLIANCE_CAPITAL_RAISE_LIMIT_CONFIGURATION_IMMUTABLEdomainCapital raise limit compliance module configuration is immutable.
DALP-0434TOKEN_COMPLIANCE_SCOPED_CONFIGURATION_REQUIRES_V2_ENGINEclientScoped compliance module configuration requires a V2 token compliance engine.
DALP-0435TOKEN_COMPLIANCE_SCOPED_INSTALL_REQUIRES_V2_ENGINEclientScoped compliance module install requires a V2 token compliance engine.
DALP-0436TOKEN_COMPLIANCE_SET_MODULE_SCOPE_REQUIRES_V2_ENGINEclientSetting a compliance module scope requires a V2 token compliance engine.
DALP-0437DURABLE_EXECUTION_ENGINE_CALL_BAD_REQUESTdependencyThe Workflow Engine rejected the workflow call as malformed.
DALP-0438DURABLE_EXECUTION_ENGINE_CALL_UNAUTHORIZEDdependencyThe Workflow Engine rejected the workflow call as unauthorized.
DALP-0439DURABLE_EXECUTION_ENGINE_CALL_FORBIDDENdependencyThe Workflow Engine rejected the workflow call as not available.
DALP-0440DURABLE_EXECUTION_ENGINE_CALL_NOT_FOUNDdependencyWorkflow Engine workflow endpoint was not found.
DALP-0441DURABLE_EXECUTION_ENGINE_CALL_CONFLICTdependencyWorkflow Engine workflow call conflicted with the current workflow state.
DALP-0442DURABLE_EXECUTION_ENGINE_CALL_UNPROCESSABLEdependencyWorkflow Engine workflow call rejected: unprocessable input.
DALP-0443DURABLE_EXECUTION_ENGINE_CALL_INTERNAL_ERRORdependencyWorkflow Engine workflow call failed internally.
DALP-0444DURABLE_EXECUTION_ENGINE_CALL_TIMEOUTdependencyWorkflow Engine workflow call timed out.
DALP-0445TRANSACTION_QUEUE_BAD_REQUESTdependencyTransaction queue rejected the operation as malformed.
DALP-0446TRANSACTION_QUEUE_CONFLICTdependencyTransaction queue operation conflicted with current queue state.
DALP-0447TRANSACTION_QUEUE_UNPROCESSABLEdependencyTransaction queue rejected the operation: unprocessable input.
DALP-0448TRANSACTION_QUEUE_CONFIRMATION_TIMEOUTdependencyTransaction queue confirmation timed out.
DALP-0449MIGRATION_COMPARE_SYSTEM_ADDRESS_NOT_CONFIGUREDclientSystem address is not configured.
DALP-0450MIGRATION_COMPARE_DIRECTORY_ADDRESS_NOT_CONFIGUREDclientDirectory contract address is not configured.
DALP-0451MIGRATION_COMPARE_DIRECTORY_NOT_INDEXEDdependencyDirectory contract indexing pending.
DALP-0452MIGRATION_START_NO_ACTIVE_ORGANIZATIONclientNo active organization selected.
DALP-0453MIGRATION_START_SYSTEM_ADDRESS_NOT_CONFIGUREDclientSystem address is not configured.
DALP-0454MIGRATION_START_ACCOUNT_WALLET_NOT_CONFIGUREDauthAccount has no associated wallet.
DALP-0455MIGRATION_START_INSUFFICIENT_ROLEauthYou need the system manager or admin role to trigger a system migration.
DALP-0456MIGRATION_START_DIRECTORY_ADDRESS_NOT_CONFIGUREDclientDirectory contract address is not configured.
DALP-0457MIGRATION_START_ALREADY_IN_PROGRESSdomainA migration is already in progress for this organization.
DALP-0458MIGRATION_START_RESET_FAILEDdependencyCould not prepare the prior migration for retry.
DALP-0459MIGRATION_START_CONNECTED_WALLET_REQUIREDclientA connected wallet must be present to start a system migration.
DALP-0460MIGRATION_STREAM_WORKFLOW_FAILEDdependencySystem migration failed: {reason}.
DALP-0461SYSTEM_TRUSTED_ISSUER_CLAIM_TOPIC_MUTATION_IN_PROGRESSdomainTrusted issuer claim-topic mutation is already in progress.
DALP-0462SETTINGS_COMPLIANCE_TEMPLATE_INCOMPATIBLE_MODULE_SETdomainCompliance template modules and controls must match the selected module set.
DALP-0463SETTINGS_TEMPLATE_NAME_ALREADY_EXISTSclientA template with this name already exists in this organization.
DALP-0464ACCOUNT_NATIVE_BALANCE_ACCOUNT_NOT_FOUNDclientAccount not found.
DALP-0465TREASURY_IS_CONTRACT_NOT_SUPPORTEDclientTreasury is a contract; the treasury contract must grant ERC-20 allowance directly. This route only supports externally-owned treasury wallets.
DALP-0466MATURITY_REDEMPTION_FEATURE_STATE_NOT_INDEXEDclientMaturity-redemption feature state not yet indexed for this token.
DALP-0467TREASURY_WALLET_MISMATCHclientCaller wallet does not match the configured treasury wallet for the maturity-redemption feature.
DALP-0468MATURITY_REDEMPTION_TREASURY_NOT_YET_CLASSIFIEDdependencyMaturity-redemption treasury classification pending: the indexer has not finished this step yet.
DALP-0469ACCOUNT_NATIVE_BALANCE_HISTORY_PAGE_SIZE_TOO_LARGEclientHistory page size must be 100 or less.
DALP-0470ACCOUNT_NATIVE_BALANCE_HISTORY_SINCE_FILTER_REQUIREDclientfilter[since] is missing.
DALP-0471SYSTEM_IDENTITY_NO_ACTIVE_CLAIM_FOUND_TOPICclientNo active claim found for topic {topicId} on identity {identityAddress}.
DALP-0472STEP_UP_REQUIREDauthStep-up authentication required for this operation.
DALP-0473FIXED_TREASURY_YIELD_TREASURY_NOT_YET_CLASSIFIEDdependencyFixed-treasury-yield treasury classification pending: the indexer has not finished this step yet.
DALP-0474TOKEN_COMPLIANCE_PRICE_RESOLVER_ADDON_NOT_INSTALLEDclientPriceResolver addon missing on system {value}.
DALP-0475SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_CREATE_WALLET_DEFAULTdomainPlatform Account Abstraction routing is off; cannot create a smart wallet as default.
DALP-0476SMART_WALLETS_GLOBAL_ACCOUNT_ABSTRACTION_DISABLED_CANNOT_SET_WALLET_DEFAULTdomainPlatform Account Abstraction routing is off; cannot set a smart wallet as default.
DALP-0477SETTINGS_ASSET_TEMPLATE_FEATURE_DEPENDENCY_MISSINGdomainTemplate requiredFeatures has unmet feature dependencies: conversion-minter requires conversion in the feature set.
DALP-0478INSUFFICIENT_TREASURY_ALLOWANCEdependencyMaturity-redemption treasury has not granted enough allowance to cover this redemption.
DALP-0479MATURITY_REDEMPTION_NOT_MATUREDclientMaturity-redemption feature has not yet matured; redemptions are not allowed.
DALP-0480SETTINGS_ASSET_CLASS_NAME_ALREADY_EXISTSclientAn asset class with this name or slug already exists in this organization.
DALP-0488COMPLIANCE_SIGNATURE_INVALIDauthWebhook authentication failed.
DALP-0489COMPLIANCE_REPLAY_WINDOW_EXCEEDEDclientWebhook timestamp is outside the accepted replay window.
DALP-0490COMPLIANCE_SUBJECT_MAPPING_MISSINGdomainCompliance subject mapping was not found.
DALP-0491COMPLIANCE_PROVIDER_PAUSEDdomainCompliance provider is not accepting webhook events.
DALP-0492COMPLIANCE_PROVIDER_FAILEDdomainCompliance provider is in a failed state.
DALP-0493COMPLIANCE_UNMAPPED_EVENTdomainCompliance provider event has no supported mapping.
DALP-0494COMPLIANCE_OUT_OF_ORDER_EVENTdomainCompliance provider event is older than the current subject state.
DALP-0495COMPLIANCE_PROVIDER_HEALTH_CHECK_FAILEDdependencyCompliance provider health check failed.
DALP-0496COMPLIANCE_APPLICANT_CREATE_FAILEDdependencyCompliance provider rejected applicant creation.
DALP-0497COMPLIANCE_TIR_REGISTRATION_FAILEDcontractCompliance trusted-issuer registration failed.
DALP-0498COMPLIANCE_TOPIC_MISMATCHdomainCompliance provider event topic does not match the provider configuration.
DALP-0499COMPLIANCE_WALLET_NOT_REGISTEREDdomainWallet does not have an associated OnchainID identity.
DALP-0500COMPLIANCE_SECRET_ROTATION_GRACE_EXPIREDdomainCompliance webhook signing secret rotation grace period expired.
DALP-0501COMPLIANCE_INVALID_STATE_TRANSITIONclientCompliance provider cannot transition to the requested state.
DALP-0502COMPLIANCE_PROVIDER_NOT_FOUNDclientCompliance provider not found.
DALP-0503COMPLIANCE_PROVIDER_TOPIC_NOT_FOUNDclientCompliance provider topic not found.
DALP-0504COMPLIANCE_PROVIDER_TOPIC_NOT_SUPPORTEDclientCompliance provider does not support the requested topic.
DALP-0505COMPLIANCE_WEBHOOK_REVOKE_LASTclientCannot revoke the last webhook for a single-topic compliance provider.
DALP-0506CLAIM_ISSUER_PARTICIPANT_DEPLOY_FAILEDcontractClaim issuer participant deployment failed.
DALP-0507WEBHOOK_REPLAY_RATE_LIMITEDclientWebhook replay rate limit exceeded.
DALP-0508WEBHOOK_REPLAY_RANGE_TOO_LARGEclientWebhook replay range is too large.
DALP-0509WEBHOOK_ENDPOINT_DISABLEDdomainWebhook endpoint disabled.
DALP-0510WEBHOOK_SIGNING_VERIFICATION_FAILEDauthWebhook signature verification failed.
DALP-0511WEBHOOK_RECALL_NOT_AUTHORIZEDpermissionWebhook event not found.
DALP-0512WEBHOOK_URL_PRIVATE_RANGEclientWebhook endpoint URL is not allowed.
DALP-0513WEBHOOK_ENDPOINT_LIMIT_REACHEDdomainWebhook endpoint limit reached.
DALP-0514IDEMPOTENCY_KEY_REUSEclientIdempotency key reused with a different request.
DALP-0515IDEMPOTENCY_KEY_INFLIGHTclientIdempotency key is already in flight.
DALP-0516WEBHOOK_PENDING_RETARGET_REQUIREDclientWebhook endpoint has pending delivery attempts.
DALP-0517WEBHOOK_FAT_ACK_INCOMPLETEclientFat-event acknowledgment is missing required field paths.
DALP-0518RESTATE_ADMIN_UNREACHABLEdependencyWorkflow Engine admin API unreachable.
DALP-0519RESTATE_DEPLOYMENT_NOT_FOUNDclientWorkflow Engine deployment was not found.
DALP-0520RESTATE_WORKFLOW_RETRY_BLOCKEDclientWorkflow state blocks retry.
DALP-0521LUNA_MOFN_QUORUM_EXPIREDdependencyLuna m-of-n quorum activation window expired.
DALP-0522LUNA_MOFN_QUORUM_CLASSIFICATION_FAILEDdependencyLuna m-of-n quorum classification flagged as likely wrong.
DALP-0523TOKEN_FEE_RATES_FROZENdomainTransaction fee rates frozen.
DALP-0524X_PARTICIPANT_FORBIDDENpermissionParticipant not found.
DALP-0525COMPLIANCE_TRANSACTION_REGISTER_FAILEDdependencyCompliance provider rejected transaction registration.
DALP-0526WEBHOOK_ENDPOINT_NOT_FOUNDclientWebhook endpoint not found.
DALP-0527WEBHOOK_DELIVERY_NOT_FOUNDclientWebhook delivery not found.
DALP-0528WEBHOOK_REPLAY_NOT_FOUNDclientWebhook replay not found.
DALP-0529WEBHOOK_RECEIPT_NOT_FOUNDclientWebhook receipt not found.
DALP-0530X_EXECUTOR_UNSUPPORTED_FOR_PARTICIPANT_TYPEclientExecutor selection is not supported for this participant type.
DALP-0531X_EXECUTOR_NO_SMART_WALLETclientSmart wallet not found for executor selection.
DALP-0532SETTINGS_ASSET_TEMPLATE_FEATURES_INCOMPATIBLEdomainTemplate requiredFeatures has mutually-exclusive features enabled together: transaction-fee and transaction-fee-accounting. Remove one feature from each pair before publishing.
DALP-0533METADATA_NOT_FOUNDclientMetadata not found.
DALP-0534WEBHOOK_SUBSCRIPTION_INVALIDclientWebhook subscription pattern is not recognized.
DALP-0600TARGET_CURRENCIES_REMOVAL_FORBIDDENdomainTarget currencies are permanent once enabled.
DALP-0601TARGET_CURRENCY_NOT_SUPPORTEDclientOne or more target currencies are not supported by the configured exchange-rate provider.
DALP-0602TARGET_CURRENCIES_FEED_DISPATCH_UNAVAILABLEdependencyCurrency-feed creation queue unavailable.
DALP-0603TARGET_CURRENCIES_FEED_DISPATCH_FORBIDDENpermissionCaller wallet lacks the on-chain FEEDS_MANAGER_ROLE required to create currency feeds.
DALP-0604TARGET_CURRENCIES_NOT_SUPPORTED_ON_SYSTEMdomainAdding target currencies is not supported on this system.
DALP-0605TOKEN_CREATE_FEATURES_INCOMPATIBLEdomaintransaction-fee and transaction-fee-accounting conflict; enable only one per token.
DALP-0606TOKEN_FEATURES_YIELD_FULLY_CONSUMEDclientNo yield available to claim. A prior conversion consumed the yield for completed periods.
DALP-0607TOKEN_FEATURES_YIELD_ACCRUAL_CLOSEDclientNo yield available to claim. Accrual for this holder has closed.
DALP-0608TOKEN_FEATURES_NO_YIELD_AVAILABLE_FOR_HOLDERclientNo yield available to claim for this holder.
DALP-0609USER_KYC_DOCUMENT_CORRUPTdependencyKYC document is temporarily unavailable.
DALP-0610USER_KYC_INVALID_FILE_DATAclientFile data processing failed.
DALP-0611USER_KYC_FILE_SIZE_MISMATCHclientUploaded file size does not match the decoded file data.
DALP-0612USER_KYC_INVALID_FILE_TYPEclientUploaded file type does not match the document bytes.
DALP-0613TOKEN_PRICE_ORG_FEED_SUBMISSION_SIGNER_NOT_RESOLVEDdependencyOrganization price-feed submission signer is not available.
DALP-0614AA_ENABLED_DRIFT_REQUIRES_ADMINpermissionParticipants out of sync; account abstraction requires permission sync.
DALP-0615XVP_HASHLOCK_REVEAL_NOT_REQUIREDclientHashlock reveal not required for this XvP settlement.
DALP-0616X_EXECUTOR_AA_DISABLED_GLOBALLYclientsmart-wallet executor not available.
DALP-0617AA_ENABLED_REQUIRES_GLOBAL_AAdomainPlatform AA disabled; per-org AA requires platform AA enabled.
DALP-0618GLOBAL_DIRECTORY_REGISTRY_NOT_FOUNDclientThe global Directory registry is not configured or has no registered global TIR/TSR instance.
DALP-0619DIRECTORY_TOPIC_SCHEME_NOT_FOUNDclientDirectory topic scheme "{topicId}" not found.
DALP-0620DIRECTORY_TOPIC_SCHEME_SIGNATURE_CONFLICTclientA topic scheme with the requested name already exists with a different signature.
DALP-0621X_EXECUTOR_AA_DISABLED_FOR_ORGclientsmart-wallet executor not available.
DALP-0622TOKEN_TOPIC_SCHEME_REGISTRY_NOT_FOUNDclientThis token has no attached token-level Topic Scheme Registry.
DALP-0623TOKEN_TOPIC_SCHEME_NOT_FOUNDclientToken-level topic scheme not found for the requested topic id.
DALP-0624TOKEN_TRUSTED_ISSUERS_REGISTRY_NOT_FOUNDclientThis token has no attached token-level Trusted Issuer Registry.
DALP-0625TOKEN_TRUSTED_ISSUER_NOT_FOUNDclientToken-level trusted issuer not found for the requested issuer address.
DALP-0626FEEDS_PRICE_TOPIC_SUBMIT_FORBIDDEN_USE_TOKEN_SET_PRICEpermissionUse POST /v2/tokens/:tokenAddress/price to submit price-topic feeds.
DALP-0632TOKEN_FEATURE_INSTANCE_NOT_FOUNDclientNo attached feature instance matches the requested type id on this token.
DALP-0634TOKEN_IDENTITY_REGISTRY_NOT_FOUNDclientThis token has no attached token-level identity registry.
DALP-0635GAS_REQUIREMENT_CONFIG_ERRORoperationalGas requirement computation failed for this chain.
DALP-0636AA_ENABLED_IDENTITY_SYNC_FORBIDDENpermissionAccount abstraction identity sync requires an administrator.
DALP-0637AA_ENABLED_IDENTITY_MISMATCHdomainAccount abstraction identity sync found a different smart-wallet OnchainID.
DALP-0638AA_ENABLED_CONTROLLER_MISMATCHdomainAccount abstraction identity sync found a different smart-wallet controller.
DALP-0639FEEDS_SUBMIT_OBSERVED_AT_TOO_FAR_IN_FUTUREclientobservedAt exceeds the chain time drift allowance.
DALP-0640n/aclientUserOperation priority fee is below the configured bundler minimum.
DALP-0645TOKEN_LIST_METADATA_KEY_UNKNOWNclientThe requested metadata key is not declared in any accessible asset-type template.
DALP-0646TOKEN_LIST_METADATA_KEY_NOT_BUCKETABLEclientContinuous-type metadata key not eligible for grouping or facets.
DALP-0647TOKEN_LIST_METADATA_KEY_IDENTIFIER_INELIGIBLEclientIdentifier-type metadata keys not eligible for grouping or facets.
DALP-0648SYSTEM_REFUND_SPLITTER_NOT_INSTALLEDclientRefund splitter installation required for this organization.
DALP-0649SYSTEM_REFUND_SPLITTER_REFUND_LOOP_READ_FAILEDdependencyRefund splitter refund-loop status could not be read.
DALP-0650SYSTEM_REFUND_SPLITTER_INVALID_BPS_RANGEclientRefund splitter basis points out of range (0 to 10000).
DALP-0651SYSTEM_REFUND_SPLITTER_THRESHOLDS_INVALIDclientRefund splitter critical threshold must be lower than the warning threshold.
DALP-0652AA_ENABLED_CANNOT_BE_DISABLEDdomainAccount abstraction is permanent once enabled.
DALP-0653TREASURY_HEALTH_TREASURY_UNCONFIGUREDclientTreasury address missing for the maturity-redemption or fixed-treasury-yield feature.
DALP-0654TREASURY_HEALTH_CHAIN_UNREACHABLEdependencyLive balanceOf(treasury) read for the treasury-health route failed against the chain provider.
DALP-0655TREASURY_HEALTH_TREASURY_MISMATCHclientAttached treasury-bearing features disagree on treasury, denominationAsset, or treasuryIsContract.
DALP-0656TREASURY_HEALTH_BOND_STATUS_UNAVAILABLEdependencyIndexer v_bond_status view has not yet computed a row for the attached maturity-redemption feature.
DALP-0657TOKEN_HISTORICAL_BALANCE_BLOCK_NOT_INDEXEDclientRequested block not yet reached by the historical balance indexer.
DALP-0658INDEXER_REINDEXINGdependencyIndexer is reindexing; deploy is temporarily unavailable.
DALP-0659OIDC_MFA_INVALIDauthIdentity provider verification failed.
DALP-0660OIDC_MFA_UNAVAILABLEdependencyIdentity provider verification is temporarily unavailable.
DALP-0661TOKEN_PERMIT_SIGN_OWNER_NOT_CALLER_WALLETauthPermit signing covers the caller's own balance only.
DALP-0662SIGNED_PERMIT_NOT_FOUNDclientSigned permit not found.
DALP-0663SIGNED_PERMIT_ALREADY_RELAYEDclientSigned permit already relayed.
DALP-0664SIGNED_PERMIT_NOT_RELAYABLEclientSigned permit is not relayable.
DALP-0665SIGNED_PERMIT_NONCE_CONFLICTclientA pending permit with this nonce already exists for this holder.
DALP-0666SIGNED_PERMIT_RELAY_SYNC_ONLYclientRelaying a stored permit is sync-only.
DALP-0667RESTATE_INVOCATION_NOT_FOUNDclientWorkflow Engine invocation was not found.
DALP-0668RESTATE_INVOCATION_NOT_PAUSEDclientWorkflow Engine invocation is not paused.
DALP-0669RESTATE_BULK_RESUME_NOT_CONFIRMEDclientBulk resume was not confirmed.
DALP-0670USER_EMAIL_ALREADY_EXISTSclientA user with this email already exists.
DALP-0671USER_IDENTITY_REGISTRATION_INCOMPLETEoperationalThe user and wallet were created, but identity registration did not finish.
DALP-1001CONTRACT_ERRORcontractBond already matured.
DALP-1002CONTRACT_ERRORcontractBond maturity date must be in the future.
DALP-1003CONTRACT_ERRORcontractBond not yet matured.
DALP-1004CONTRACT_ERRORcontractBytes feeds not supported.
DALP-1005CONTRACT_ERRORcontractCaller must have identity.
DALP-1006CONTRACT_ERRORcontractCaller not identity owner.
DALP-1007CONTRACT_ERRORcontractCannot transfer converted tokens.
DALP-1008CONTRACT_ERRORcontractCannot withdraw sale token.
DALP-1009CONTRACT_ERRORcontractCompliance check failed: {{reason}}.
DALP-1010CONTRACT_ERRORcontractCompliance implementation not set.
DALP-1011CONTRACT_ERRORcontractCompliance module already registered.
DALP-1012CONTRACT_ERRORcontractCompliance module registry implementation not set.
DALP-1013CONTRACT_ERRORcontractContract identity topic id not set.
DALP-1014CONTRACT_ERRORcontractContract missing identity interface.
DALP-1015CONTRACT_ERRORcontractEmpty token type.
DALP-1016CONTRACT_ERRORcontractExceeds unconverted balance.
DALP-1017CONTRACT_ERRORcontractExternal token registry implementation not set.
DALP-1018CONTRACT_ERRORcontractFeature token mismatch.
DALP-1019CONTRACT_ERRORcontractFee rate frozen.
DALP-1020CONTRACT_ERRORcontractFee rates frozen.
DALP-1021CONTRACT_ERRORcontractFeed already exists.
DALP-1022CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-1023CONTRACT_ERRORcontractFeeds directory implementation not set.
DALP-1024CONTRACT_ERRORcontractFees frozen.
DALP-1025CONTRACT_ERRORcontractFreeze amount exceeds available balance.
DALP-1026CONTRACT_ERRORcontractGlobal compliance not available.
DALP-1027CONTRACT_ERRORcontractHistorical balances not available.
DALP-1028CONTRACT_ERRORcontractIdentity already accepted.
DALP-1029CONTRACT_ERRORcontractIdentity already exists.
DALP-1030CONTRACT_ERRORcontractIdentity already registered.
DALP-1031CONTRACT_ERRORcontractIdentity already set.
DALP-1032CONTRACT_ERRORcontractIdentity factory implementation not set.
DALP-1033CONTRACT_ERRORcontractIdentity implementation not set.
DALP-1034CONTRACT_ERRORcontractIdentity not pending.
DALP-1035CONTRACT_ERRORcontractIdentity not registered.
DALP-1036CONTRACT_ERRORcontractIdentity registry already bound.
DALP-1037CONTRACT_ERRORcontractIdentity registry implementation not set.
DALP-1038CONTRACT_ERRORcontractIdentity registry not bound.
DALP-1039CONTRACT_ERRORcontractIdentity registry storage implementation not set.
DALP-1040CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-1041CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-1042CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-1043CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-1044CONTRACT_ERRORcontractCollateral ratio exceeds the 200% ceiling.
DALP-1045CONTRACT_ERRORcontractCollateral proof topic ID must be non-zero.
DALP-1046CONTRACT_ERRORcontractCompliance module address must be a non-zero contract address.
DALP-1047CONTRACT_ERRORcontractContract identity implementation does not support the required interface.
DALP-1048CONTRACT_ERRORcontractFee rate exceeds the 100% maximum (10,000 basis points).
DALP-1049CONTRACT_ERRORcontractFee recipient address must be a non-zero address.
DALP-1050CONTRACT_ERRORcontractFee token must not be the token contract itself.
DALP-1051CONTRACT_ERRORcontractFeed address must be a non-zero contract address.
DALP-1052CONTRACT_ERRORcontractFeed contract must implement the required price feed interface.
DALP-1053CONTRACT_ERRORcontractIdentity contract must implement the IIdentity interface.
DALP-1054CONTRACT_ERRORcontractIdentity factory address must be a non-zero address that implements the factory interface.
DALP-1055CONTRACT_ERRORcontractIdentity implementation does not support the IDALPIdentity interface.
DALP-1056CONTRACT_ERRORcontractIdentity registry address must be a non-zero address.
DALP-1057CONTRACT_ERRORcontractWallet address must be a non-zero address.
DALP-1058CONTRACT_ERRORcontractRedemption amount must be greater than zero.
DALP-1059CONTRACT_ERRORcontractTarget identity address must be a non-zero address.
DALP-1060CONTRACT_ERRORcontractToken address must be a non-zero address.
DALP-1061CONTRACT_ERRORcontractToken factory address must be a non-zero address.
DALP-1062CONTRACT_ERRORcontractToken implementation address must be a non-zero address.
DALP-1063CONTRACT_ERRORcontractToken implementation is not accepted by the factory's interface validation.
DALP-1064CONTRACT_ERRORcontractIssuer identity setup required.
DALP-1065CONTRACT_ERRORcontractMaturity date in past.
DALP-1066CONTRACT_ERRORcontractMaturity date not reached.
DALP-1067CONTRACT_ERRORcontractMinting failed.
DALP-1068CONTRACT_ERRORcontractNet balance invariant violation.
DALP-1069CONTRACT_ERRORcontractNo denomination asset balance.
DALP-1070CONTRACT_ERRORcontractNo fees to reconcile.
DALP-1071CONTRACT_ERRORcontractNo historical balances provider.
DALP-1072CONTRACT_ERRORcontractNo tokens to recover.
DALP-1073CONTRACT_ERRORcontractNot whitelisted.
DALP-1074CONTRACT_ERRORcontractRecipient address frozen.
DALP-1075CONTRACT_ERRORcontractRecover insufficient balance.
DALP-1076CONTRACT_ERRORcontractSender address frozen.
DALP-1077CONTRACT_ERRORcontractToken access manager implementation not set.
DALP-1078CONTRACT_ERRORcontractToken already bound.
DALP-1079CONTRACT_ERRORcontractToken already registered.
DALP-1080CONTRACT_ERRORcontractToken compliance already exists.
DALP-1081CONTRACT_ERRORcontractToken compliance factory not available.
DALP-1082CONTRACT_ERRORcontractToken decimals too high.
DALP-1083CONTRACT_ERRORcontractToken factory registry implementation not set.
DALP-1084CONTRACT_ERRORcontractToken factory type already registered.
DALP-1085CONTRACT_ERRORcontractToken factory type already registered.
DALP-1086CONTRACT_ERRORcontractToken identity address mismatch.
DALP-1087CONTRACT_ERRORcontractToken implementation not set.
DALP-1088CONTRACT_ERRORcontractToken must support access managed.
DALP-1089CONTRACT_ERRORcontractToken not bound.
DALP-1090CONTRACT_ERRORcontractToken not bound.
DALP-1091CONTRACT_ERRORcontractToken not registered.
DALP-1092CONTRACT_ERRORcontractTransfer blocked after maturity.
DALP-1093CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-1094CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-1095CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-1096CONTRACT_ERRORcontractThe compliance rules blocked this transfer: the sender or recipient does not meet the token's requirements.
DALP-1097CONTRACT_ERRORcontractWallet not registered to this identity.
DALP-1098CONTRACT_ERRORcontractA required value cannot be zero.
DALP-1099CONTRACT_ERRORcontractFeeds directory address is zero.
DALP-1100CONTRACT_ERRORcontractThis wallet is not associated with the expected identity.
DALP-1101CONTRACT_ERRORcontractThe account does not have enough tokens. Available: {{available}}, required: {{required}}.
DALP-1102CONTRACT_ERRORcontractThe token allowance is too low. Current allowance: {{allowance}}, required: {{required}}.
DALP-1103CONTRACT_ERRORcontractContract paused; this operation is unavailable.
DALP-1104CONTRACT_ERRORcontractThe account {{account}} does not have a registered identity on this platform.
DALP-1105CONTRACT_ERRORcontractThe approved spending amount is not enough. Current: {{currentAllowance}}, required: {{requiredAllowance}}.
DALP-1106CONTRACT_ERRORcontractThe amount exceeds the currently frozen token balance. Available: {{available}}, requested: {{requested}}.
DALP-1107CONTRACT_ERRORcontractIdentity contract address is zero.
DALP-1108CONTRACT_ERRORcontractSettlement flow asset is not a valid ERC-20 token.
DALP-1109CONTRACT_ERRORcontractToken paused; no operations are available.
DALP-1110CONTRACT_ERRORcontractThe compliance rules blocked this mint: the recipient does not meet the token's requirements.
DALP-1111CONTRACT_ERRORcontractStale feed.
DALP-1112CONTRACT_ERRORcontractToken compliance creation failed.
DALP-1113CONTRACT_ERRORcontractNot factory token.
DALP-1114CONTRACT_ERRORcontractOnly compliance engine.
DALP-1115CONTRACT_ERRORcontractToken registries already exist.
DALP-1116CONTRACT_ERRORcontractToken registry implementations missing.
DALP-1117CONTRACT_ERRORcontractCompliance module type mismatch.
DALP-1118CONTRACT_ERRORcontractUnsupported compliance module.
DALP-1119CONTRACT_ERRORcontractToken scope not supported.
DALP-1120CONTRACT_ERRORcontractCompliance check failed: {{reason}}.
DALP-1121CONTRACT_ERRORcontractIdentity v2 not supported.
DALP-1122CONTRACT_ERRORcontractAuthorization deadline expired.
DALP-1123CONTRACT_ERRORcontractIdentity authorization signature does not match the wallet.
DALP-1124CONTRACT_ERRORcontractThe scheduled maturity date has passed; early maturity is not applicable.
DALP-1125CONTRACT_ERRORcontractFee rate too high.
DALP-1126CONTRACT_ERRORcontractFee token required when fees non zero.
DALP-1127CONTRACT_ERRORcontractConversion feature target token address is zero.
DALP-1128CONTRACT_ERRORcontractMaturity date zero.
DALP-1129CONTRACT_ERRORcontractNative recovery failed.
DALP-1130CONTRACT_ERRORcontractToken not system registered.
DALP-2001CONTRACT_ERRORcontractSender not approved settlement.
DALP-2003CONTRACT_ERRORcontractYou are not a participant in this settlement.
DALP-2004CONTRACT_ERRORcontractSettlement already cancelled.
DALP-2005CONTRACT_ERRORcontractSettlement already completed.
DALP-2006CONTRACT_ERRORcontractSettlement expired and the contract blocked execution.
DALP-2007CONTRACT_ERRORcontractSettlement expired and the contract already returned the funds.
DALP-2008CONTRACT_ERRORcontractNot all parties have approved this settlement.
DALP-2009CONTRACT_ERRORcontractThis settlement has not yet expired.
DALP-2010CONTRACT_ERRORcontractThis settlement requires a security code to execute.
DALP-2011CONTRACT_ERRORcontractSettlement cutoff date is not in the future.
DALP-2012CONTRACT_ERRORcontractThe settlement has no payment flows defined.
DALP-2013CONTRACT_ERRORcontractYou have already approved this settlement.
DALP-3001CONTRACT_ERRORcontractAirdrop ended.
DALP-3002CONTRACT_ERRORcontractAirdrop not started.
DALP-3003CONTRACT_ERRORcontractClaim already revoked.
DALP-3004CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-3005CONTRACT_ERRORcontractClaim not eligible.
DALP-3006CONTRACT_ERRORcontractClaim not valid according to issuer.
DALP-3007CONTRACT_ERRORcontractCliff exceeds vesting duration.
DALP-3008CONTRACT_ERRORcontractDistribution cap exceeded.
DALP-3009CONTRACT_ERRORcontractDuplicate claim topic.
DALP-3010CONTRACT_ERRORcontractAirdrop name is empty.
DALP-3011CONTRACT_ERRORcontractClaim tracker address is zero or missing the required interface.
DALP-3012CONTRACT_ERRORcontractDistribution recipient address is zero.
DALP-3013CONTRACT_ERRORcontractMerkle root is zero.
DALP-3014CONTRACT_ERRORcontractVesting duration is zero.
DALP-3015CONTRACT_ERRORcontractVesting strategy does not support multiple claims.
DALP-3016CONTRACT_ERRORcontractVesting strategy address is zero.
DALP-3017CONTRACT_ERRORcontractNo claim topics provided.
DALP-3018CONTRACT_ERRORcontractPush airdrop claim not allowed.
DALP-3019CONTRACT_ERRORcontractSender lacks claim signer key.
DALP-3020CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-3021CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-3022CONTRACT_ERRORcontractUnsupported claim scheme.
DALP-3023CONTRACT_ERRORcontractVesting airdrop implementation not set.
DALP-3024CONTRACT_ERRORcontractVesting already initialized.
DALP-3025CONTRACT_ERRORcontractVesting initialization required.
DALP-3026CONTRACT_ERRORcontractClaim fallback disabled.
DALP-3027CONTRACT_ERRORcontractNo claim fallback.
DALP-3028CONTRACT_ERRORcontractNothing to claim.
DALP-3029CONTRACT_ERRORcontractThe claim amount cannot be zero.
DALP-3030CONTRACT_ERRORcontractAirdrop reward already claimed.
DALP-3031CONTRACT_ERRORcontractClaim amount exceeds the allocated total for this index.
DALP-3032CONTRACT_ERRORcontractMerkle proof does not match the airdrop root.
DALP-4001CONTRACT_ERRORcontractAuthority address has no deployed contract code.
DALP-4002CONTRACT_ERRORcontractAccess managed required delay.
DALP-4003CONTRACT_ERRORcontractAccess manager already deployed.
DALP-4004CONTRACT_ERRORcontractAccess manager already scheduled.
DALP-4005CONTRACT_ERRORcontractAccess manager bad confirmation.
DALP-4006CONTRACT_ERRORcontractScheduled operation deadline expired.
DALP-4007CONTRACT_ERRORcontractAccessManager deployed with a zero initial admin address.
DALP-4008CONTRACT_ERRORcontractAccess manager locked role.
DALP-4009CONTRACT_ERRORcontractAccess manager not configured.
DALP-4010CONTRACT_ERRORcontractAccess manager not ready.
DALP-4011CONTRACT_ERRORcontractAccess manager not scheduled.
DALP-4012CONTRACT_ERRORcontractAccess manager unauthorized account.
DALP-4013CONTRACT_ERRORcontractAccess manager unauthorized call.
DALP-4014CONTRACT_ERRORcontractAccess manager unauthorized cancel.
DALP-4015CONTRACT_ERRORcontractAccess manager unauthorized consume.
DALP-4016CONTRACT_ERRORcontractAccount implementation not set.
DALP-4017CONTRACT_ERRORcontractAccount unauthorized.
DALP-4018CONTRACT_ERRORcontractAccrual already closed.
DALP-4019CONTRACT_ERRORcontractAddon registry implementation not set.
DALP-4020CONTRACT_ERRORcontractAddress already deployed.
DALP-4021CONTRACT_ERRORcontractAddress already on bypass list.
DALP-4022CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4023CONTRACT_ERRORcontractAddress not on bypass list.
DALP-4024CONTRACT_ERRORcontractAlready archived.
DALP-4025CONTRACT_ERRORcontractAlready distributed.
DALP-4026CONTRACT_ERRORcontractAlready initialized.
DALP-4027CONTRACT_ERRORcontractAlready matured.
DALP-4028CONTRACT_ERRORcontractKey already registered.
DALP-4029CONTRACT_ERRORcontractAmbiguous interest provider.
DALP-4030CONTRACT_ERRORcontractAmount exceeds int256 max.
DALP-4031CONTRACT_ERRORcontractAnd or operation requires two operands.
DALP-4032CONTRACT_ERRORcontractAnd or operations require two operands.
DALP-4033CONTRACT_ERRORcontractApproval already exists.
DALP-4034CONTRACT_ERRORcontractApproval already used.
DALP-4035CONTRACT_ERRORcontractTransfer approval expired.
DALP-4036CONTRACT_ERRORcontractApproval required.
DALP-4037CONTRACT_ERRORcontractArchive not registered.
DALP-4038CONTRACT_ERRORcontractArray length mismatch.
DALP-4039CONTRACT_ERRORcontractArray length mismatch.
DALP-4040CONTRACT_ERRORcontractAssociated contract not set.
DALP-4041CONTRACT_ERRORcontractAuthorization contract already registered.
DALP-4042CONTRACT_ERRORcontractAuthorization contract not registered.
DALP-4043CONTRACT_ERRORcontractBatch size exceeds limit.
DALP-4044CONTRACT_ERRORcontractBelow min conversion amount.
DALP-4045CONTRACT_ERRORcontractBuyer not eligible.
DALP-4046CONTRACT_ERRORcontractCaller not factory.
DALP-4047CONTRACT_ERRORcontractCancel not allowed.
DALP-4048CONTRACT_ERRORcontractCancel vote already cast.
DALP-4049CONTRACT_ERRORcontractCancel vote not cast.
DALP-4050CONTRACT_ERRORcontractCannot execute to zero address.
DALP-4051CONTRACT_ERRORcontractCannot initialize logic contract.
DALP-4052CONTRACT_ERRORcontractCannot recover self.
DALP-4053CONTRACT_ERRORcontractCannot remove default validator.
DALP-4054CONTRACT_ERRORcontractContract already linked.
DALP-4055CONTRACT_ERRORcontractConversion id already used.
DALP-4056CONTRACT_ERRORcontractConversion minter missing.
DALP-4057CONTRACT_ERRORcontractConversion window closed.
DALP-4058CONTRACT_ERRORcontractConversion window not open.
DALP-4059CONTRACT_ERRORcontractCreate2 empty bytecode.
DALP-4060CONTRACT_ERRORcontractFeed update deadline expired.
DALP-4061CONTRACT_ERRORcontractDecimal mismatch.
DALP-4062CONTRACT_ERRORcontractDefault validator not set.
DALP-4063CONTRACT_ERRORcontractDelegate and revert.
DALP-4064CONTRACT_ERRORcontractDenomination mismatch.
DALP-4065CONTRACT_ERRORcontractDeployment address mismatch.
DALP-4066CONTRACT_ERRORcontractDeposit withdrawal failed.
DALP-4067CONTRACT_ERRORcontractDirectory already set.
DALP-4068CONTRACT_ERRORcontractDirectory not set.
DALP-4069CONTRACT_ERRORcontractDuplicate feature.
DALP-4070CONTRACT_ERRORcontractDuplicate module.
DALP-4071CONTRACT_ERRORcontractDuplicate signature.
DALP-4072CONTRACT_ERRORcontractDuplicate type id.
DALP-4073CONTRACT_ERRORcontractETH not accepted.
DALP-4074CONTRACT_ERRORcontractETH transfers not allowed.
DALP-4075CONTRACT_ERRORcontractEip7702 sender not delegate.
DALP-4076CONTRACT_ERRORcontractEip7702 sender without code.
DALP-4077CONTRACT_ERRORcontractEmpty arrays provided.
DALP-4078CONTRACT_ERRORcontractEmpty expression not allowed.
DALP-4079CONTRACT_ERRORcontractEmpty id.
DALP-4080CONTRACT_ERRORcontractEmpty name.
DALP-4081CONTRACT_ERRORcontractEmpty signature.
DALP-4082CONTRACT_ERRORcontractExceeded cap.
DALP-4083CONTRACT_ERRORcontractExecution already performed.
DALP-4084CONTRACT_ERRORcontractExecution failed.
DALP-4085CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4086CONTRACT_ERRORcontractExpression stack overflow.
DALP-4087CONTRACT_ERRORcontractExpression too complex.
DALP-4088CONTRACT_ERRORcontractFailed deployment.
DALP-4089CONTRACT_ERRORcontractFailed op.
DALP-4090CONTRACT_ERRORcontractFailed op with revert.
DALP-4091CONTRACT_ERRORcontractFailed send to beneficiary.
DALP-4092CONTRACT_ERRORcontractFeature already exists.
DALP-4093CONTRACT_ERRORcontractFeature creation failed.
DALP-4094CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4095CONTRACT_ERRORcontractFuture lookup.
DALP-4096CONTRACT_ERRORcontractGlobal module already added.
DALP-4097CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4098CONTRACT_ERRORcontractGovernor already cast vote.
DALP-4099CONTRACT_ERRORcontractGovernor already queued proposal.
DALP-4100CONTRACT_ERRORcontractGovernor disabled deposit.
DALP-4101CONTRACT_ERRORcontractGovernor insufficient proposer votes.
DALP-4102CONTRACT_ERRORcontractProposal arrays have mismatched or zero length.
DALP-4103CONTRACT_ERRORcontractVote signature does not match the stated voter.
DALP-4104CONTRACT_ERRORcontractVote params have the wrong length for the chosen vote type.
DALP-4105CONTRACT_ERRORcontractVote support value is outside the accepted range.
DALP-4106CONTRACT_ERRORcontractVoting period must be at least one block.
DALP-4107CONTRACT_ERRORcontractGovernor nonexistent proposal.
DALP-4108CONTRACT_ERRORcontractGovernor not queued proposal.
DALP-4109CONTRACT_ERRORcontractGovernor only executor.
DALP-4110CONTRACT_ERRORcontractGovernor queue unavailable on this contract.
DALP-4111CONTRACT_ERRORcontractGovernor restricted proposer.
DALP-4112CONTRACT_ERRORcontractGovernor unable to cancel.
DALP-4113CONTRACT_ERRORcontractGovernor unexpected proposal state.
DALP-4114CONTRACT_ERRORcontractHard cap exceeded.
DALP-4115CONTRACT_ERRORcontractHard cap must be positive.
DALP-4116CONTRACT_ERRORcontractHashlock reveal not required.
DALP-4117CONTRACT_ERRORcontractHistory not supported.
DALP-4118CONTRACT_ERRORcontractIdentities required.
DALP-4119CONTRACT_ERRORcontractImplementation not set in factory.
DALP-4120CONTRACT_ERRORcontractIndex out of bounds.
DALP-4121CONTRACT_ERRORcontractInitial key already setup.
DALP-4122CONTRACT_ERRORcontractInitialization deadline passed.
DALP-4123CONTRACT_ERRORcontractInitialization with zero address.
DALP-4124CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-4125CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-4126CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-4127CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-4128CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-4129CONTRACT_ERRORcontractInterest provider missing.
DALP-4130CONTRACT_ERRORcontractInterface registration limit reached.
DALP-4131CONTRACT_ERRORcontractInternal function.
DALP-4132CONTRACT_ERRORcontractInteroperable address empty reference and address.
DALP-4133CONTRACT_ERRORcontractInteroperable address parsing error.
DALP-4134CONTRACT_ERRORcontractAccess manager must implement the required interface.
DALP-4135CONTRACT_ERRORcontractNonce does not match the account's current nonce.
DALP-4136CONTRACT_ERRORcontractAddon implementation address is zero.
DALP-4137CONTRACT_ERRORcontractNew implementation address is zero.
DALP-4138CONTRACT_ERRORcontractWithdrawal amount is zero.
DALP-4139CONTRACT_ERRORcontractClaim authorization contract address is zero or missing the required interface.
DALP-4140CONTRACT_ERRORcontractYield basis-per-unit is zero.
DALP-4141CONTRACT_ERRORcontractFee beneficiary address is zero.
DALP-4142CONTRACT_ERRORcontractToken supply cap is zero or below the current total supply.
DALP-4143CONTRACT_ERRORcontractSubject address is zero.
DALP-4144CONTRACT_ERRORcontractConversion window end is at or before the start, or already past.
DALP-4145CONTRACT_ERRORcontractToken decimal precision exceeds the maximum of 18.
DALP-4146CONTRACT_ERRORcontractBond denomination asset address is zero.
DALP-4147CONTRACT_ERRORcontractFeeds directory address is zero.
DALP-4148CONTRACT_ERRORcontractDirectory address is zero.
DALP-4149CONTRACT_ERRORcontractYield end date is not after the start date.
DALP-4150CONTRACT_ERRORcontractAirdrop end time is not after the start time.
DALP-4151CONTRACT_ERRORcontractCompliance expression does not reduce to exactly one result.
DALP-4152CONTRACT_ERRORcontractIdentity verification expression stack did not resolve to a single result.
DALP-4153CONTRACT_ERRORcontractXvP flow external chain ID matches the current chain.
DALP-4154CONTRACT_ERRORcontractBond face value is zero.
DALP-4155CONTRACT_ERRORcontractPush airdrop factory address is zero or does not support the required interface.
DALP-4156CONTRACT_ERRORcontractToken feature configuration data failed validation.
DALP-4157CONTRACT_ERRORcontractGlobal trusted issuers registry address must implement the required interface.
DALP-4158CONTRACT_ERRORcontractFeed history size is zero in BOUNDED mode.
DALP-4159CONTRACT_ERRORcontractProposed implementation does not support the required contract interface.
DALP-4160CONTRACT_ERRORcontractToken implementation address is the zero address.
DALP-4161CONTRACT_ERRORcontractImplementation contract does not support the expected module interface.
DALP-4162CONTRACT_ERRORcontractInitial management key address is the zero address.
DALP-4163CONTRACT_ERRORcontractContract already initialized.
DALP-4164CONTRACT_ERRORcontractInitialization deadline must be at least one second in the future.
DALP-4165CONTRACT_ERRORcontractBatch input arrays have mismatched lengths.
DALP-4166CONTRACT_ERRORcontractYield distribution interval must be greater than zero.
DALP-4167CONTRACT_ERRORcontractTrusted issuer address is the zero address.
DALP-4168CONTRACT_ERRORcontractThe source wallet is not registered as lost or the caller is not its registered replacement.
DALP-4169CONTRACT_ERRORcontractAddress is not a recognized compliance module.
DALP-4170CONTRACT_ERRORcontractFeed update nonce is out of sequence.
DALP-4171CONTRACT_ERRORcontractFeed update observedAt timestamp is zero.
DALP-4172CONTRACT_ERRORcontractOnchainID address is the zero address.
DALP-4173CONTRACT_ERRORcontractOnchainID address is the zero address.
DALP-4174CONTRACT_ERRORcontractA required sale configuration parameter is zero or exceeds the allowed range.
DALP-4175CONTRACT_ERRORcontractAsset configuration has an empty required field.
DALP-4176CONTRACT_ERRORcontractCompliance module configuration parameters are not accepted.
DALP-4177CONTRACT_ERRORcontractPaymaster field in the user operation decodes to the zero address.
DALP-4178CONTRACT_ERRORcontractThe paymasterAndData field is shorter than the minimum required length.
DALP-4179CONTRACT_ERRORcontractPaymaster signature length exceeds available paymaster data.
DALP-4180CONTRACT_ERRORcontractPayment currency rejected for this token sale.
DALP-4181CONTRACT_ERRORcontractPeriod number is outside the range of configured yield periods.
DALP-4182CONTRACT_ERRORcontractSale phase cannot transition to public sale from the current status.
DALP-4183CONTRACT_ERRORcontractToken sale price calculation produced an unusable result.
DALP-4184CONTRACT_ERRORcontractVesting or purchase range parameters are in the wrong order.
DALP-4185CONTRACT_ERRORcontractYield rate must be greater than zero.
DALP-4186CONTRACT_ERRORcontractRedemption target address is the zero address.
DALP-4187CONTRACT_ERRORcontractRedemption amount must be greater than zero.
DALP-4188CONTRACT_ERRORcontractRegistry address is the zero address.
DALP-4189CONTRACT_ERRORcontractRegistry address does not refer to a usable registry contract.
DALP-4190CONTRACT_ERRORcontractRequired confirmation count exceeds the number of signers.
DALP-4191CONTRACT_ERRORcontractThis operation cannot run while the sale is in its current status.
DALP-4192CONTRACT_ERRORcontractFeed topic schema hash does not match the required scalar schema.
DALP-4193CONTRACT_ERRORcontractSecret preimage does not match the settlement hashlock.
DALP-4194CONTRACT_ERRORcontractShortString storage encoding is corrupt.
DALP-4195CONTRACT_ERRORcontractSignature malformed or verification failed.
DALP-4196CONTRACT_ERRORcontractECDSA signature must be exactly 65 bytes.
DALP-4197CONTRACT_ERRORcontractRecovered signer does not hold a CLAIM key on the issuer identity.
DALP-4198CONTRACT_ERRORcontractStake amount is zero or exceeds the maximum allowed.
DALP-4199CONTRACT_ERRORcontractYield schedule start date is not in the future.
DALP-4200CONTRACT_ERRORcontractAirdrop start time is not in the future.
DALP-4201CONTRACT_ERRORcontractIdentity registry storage address is zero.
DALP-4202CONTRACT_ERRORcontractSubject address does not match the token's on-chain identity.
DALP-4203CONTRACT_ERRORcontractSystem contract address is zero or missing the required interface.
DALP-4204CONTRACT_ERRORcontractAirdrop start and end times do not form a usable claim window.
DALP-4205CONTRACT_ERRORcontractSale or vesting timestamp conflicts with required time ordering.
DALP-4206CONTRACT_ERRORcontractTopic ID zero is not allowed in compliance expressions.
DALP-4207CONTRACT_ERRORcontractTopic scheme registry address is zero.
DALP-4208CONTRACT_ERRORcontractIdentity registry topic scheme registry address is zero.
DALP-4209CONTRACT_ERRORcontractTreasury address is zero.
DALP-4210CONTRACT_ERRORcontractTrusted issuers registry address is zero.
DALP-4211CONTRACT_ERRORcontractUnstake delay is zero or less than the current delay.
DALP-4212CONTRACT_ERRORcontractUser wallet address is zero.
DALP-4213CONTRACT_ERRORcontractWithdrawal destination address is zero.
DALP-4214CONTRACT_ERRORcontractIssuer already exists.
DALP-4215CONTRACT_ERRORcontractIssuer cannot be zero address.
DALP-4216CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4217CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4218CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4219CONTRACT_ERRORcontractKey already has this purpose.
DALP-4220CONTRACT_ERRORcontractKey cannot be zero.
DALP-4221CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4222CONTRACT_ERRORcontractKey does not have this purpose.
DALP-4223CONTRACT_ERRORcontractKind mismatch.
DALP-4224CONTRACT_ERRORcontractLength mismatch.
DALP-4225CONTRACT_ERRORcontractLocked amount mismatch.
DALP-4226CONTRACT_ERRORcontractMax features reached.
DALP-4227CONTRACT_ERRORcontractMaximum allocation exceeded.
DALP-4228CONTRACT_ERRORcontractMeta registry cannot provide complete answer.
DALP-4229CONTRACT_ERRORcontractMetadata immutable.
DALP-4230CONTRACT_ERRORcontractMissing type identifier.
DALP-4231CONTRACT_ERRORcontractModule already added.
DALP-4233CONTRACT_ERRORcontractModule type already registered.
DALP-4234CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4236CONTRACT_ERRORcontractModule not registered.
DALP-4237CONTRACT_ERRORcontractNo approval to revoke.
DALP-4238CONTRACT_ERRORcontractNo bytecode.
DALP-4239CONTRACT_ERRORcontractNo checkpoint at timepoint.
DALP-4240CONTRACT_ERRORcontractNo contribution to refund.
DALP-4241CONTRACT_ERRORcontractNo initial admins.
DALP-4242CONTRACT_ERRORcontractNo local flows.
DALP-4243CONTRACT_ERRORcontractNo yield available.
DALP-4244CONTRACT_ERRORcontractInitialization required.
DALP-4245CONTRACT_ERRORcontractContract initialization sequence required.
DALP-4246CONTRACT_ERRORcontractModule installation required.
DALP-4247CONTRACT_ERRORcontractNot matured.
DALP-4248CONTRACT_ERRORcontractNot operation requires one operand.
DALP-4249CONTRACT_ERRORcontractNot registered.
DALP-4250CONTRACT_ERRORcontractNot registered feature.
DALP-4251CONTRACT_ERRORcontractNot staked.
DALP-4252CONTRACT_ERRORcontractObserved at too far in future.
DALP-4253CONTRACT_ERRORcontractOnchain id already set.
DALP-4254CONTRACT_ERRORcontractOut of range access.
DALP-4255CONTRACT_ERRORcontractOwner already set.
DALP-4256CONTRACT_ERRORcontractPartial conversion disabled.
DALP-4257CONTRACT_ERRORcontractPaymaster unauthorized.
DALP-4258CONTRACT_ERRORcontractPaymaster zero entry point.
DALP-4259CONTRACT_ERRORcontractPaymaster zero signer.
DALP-4260CONTRACT_ERRORcontractPhase not active.
DALP-4261CONTRACT_ERRORcontractPost op reverted.
DALP-4262CONTRACT_ERRORcontractPremint already completed.
DALP-4263CONTRACT_ERRORcontractProxy creation failed.
DALP-4264CONTRACT_ERRORcontractPurchase amount too low.
DALP-4265CONTRACT_ERRORcontractQuery before enabled.
DALP-4266CONTRACT_ERRORcontractRecipient not verified.
DALP-4267CONTRACT_ERRORcontractRecover zero address.
DALP-4268CONTRACT_ERRORcontractReentrancy.
DALP-4269CONTRACT_ERRORcontractReentrant initialization.
DALP-4270CONTRACT_ERRORcontractRefund grace period active.
DALP-4271CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4272CONTRACT_ERRORcontractRemap target already exists.
DALP-4273CONTRACT_ERRORcontractReplicated execution already performed.
DALP-4274CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4275CONTRACT_ERRORcontractRevocation not allowed after commit.
DALP-4276CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4277CONTRACT_ERRORcontractSale duration must be positive.
DALP-4278CONTRACT_ERRORcontractSale ended.
DALP-4279CONTRACT_ERRORcontractSale never activated.
DALP-4280CONTRACT_ERRORcontractSale not active.
DALP-4281CONTRACT_ERRORcontractSale not ended.
DALP-4282CONTRACT_ERRORcontractSale not failed.
DALP-4283CONTRACT_ERRORcontractSale not finalized as success.
DALP-4284CONTRACT_ERRORcontractSale not started.
DALP-4285CONTRACT_ERRORcontractSale start must be in future.
DALP-4286CONTRACT_ERRORcontractSalt already taken.
DALP-4287CONTRACT_ERRORcontractSame address.
DALP-4288CONTRACT_ERRORcontractSchedule not active.
DALP-4289CONTRACT_ERRORcontractSchema hash mismatch.
DALP-4290CONTRACT_ERRORcontractSchema hash mismatch.
DALP-4291CONTRACT_ERRORcontractSecret already revealed.
DALP-4292CONTRACT_ERRORcontractSecret not revealed.
DALP-4293CONTRACT_ERRORcontractSelf transfer.
DALP-4294CONTRACT_ERRORcontractSender address result.
DALP-4295CONTRACT_ERRORcontractSender's key lacks the required purpose.
DALP-4296CONTRACT_ERRORcontractSender lacks management key.
DALP-4297CONTRACT_ERRORcontractSender not local.
DALP-4298CONTRACT_ERRORcontractSignature unchanged.
DALP-4299CONTRACT_ERRORcontractSignature validation failed.
DALP-4300CONTRACT_ERRORcontractSlippage exceeded.
DALP-4301CONTRACT_ERRORcontractSoft cap not reached.
DALP-4302CONTRACT_ERRORcontractStake still locked.
DALP-4303CONTRACT_ERRORcontractStake withdrawal failed.
DALP-4304CONTRACT_ERRORcontractStale observation.
DALP-4305CONTRACT_ERRORcontractString too long.
DALP-4306CONTRACT_ERRORcontractSystem access manager not set.
DALP-4307CONTRACT_ERRORcontractSystem addon implementation not set.
DALP-4308CONTRACT_ERRORcontractAddon type name already registered.
DALP-4309CONTRACT_ERRORcontractAddon type already registered.
DALP-4310CONTRACT_ERRORcontractSystem already bootstrapped.
DALP-4311CONTRACT_ERRORcontractSystem trusted issuers registry implementation not set.
DALP-4312CONTRACT_ERRORcontractTerms already set.
DALP-4313CONTRACT_ERRORcontractTerms not accepted.
DALP-4314CONTRACT_ERRORcontractTerms not set.
DALP-4315CONTRACT_ERRORcontractPayment currency limit exceeded.
DALP-4316CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4317CONTRACT_ERRORcontractTopic mismatch.
DALP-4318CONTRACT_ERRORcontractTopic not registered.
DALP-4319CONTRACT_ERRORcontractTopic scheme already exists.
DALP-4320CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4321CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4322CONTRACT_ERRORcontractTopic scheme registry implementation not set.
DALP-4323CONTRACT_ERRORcontractTrigger already exists.
DALP-4324CONTRACT_ERRORcontractTrigger expired.
DALP-4325CONTRACT_ERRORcontractTrigger not active.
DALP-4326CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4327CONTRACT_ERRORcontractTrusted issuers meta registry implementation not set.
DALP-4328CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4329CONTRACT_ERRORcontractTx executed.
DALP-4330CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4331CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4332CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4333CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4334CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4335CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4336CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4337CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4338CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4339CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4340CONTRACT_ERRORcontractUnknown expression type.
DALP-4341CONTRACT_ERRORcontractUnregistered key.
DALP-4342CONTRACT_ERRORcontractUnsupported attribute.
DALP-4343CONTRACT_ERRORcontractUnsupported execution operation.
DALP-4344CONTRACT_ERRORcontractUnsupported key operation.
DALP-4345CONTRACT_ERRORcontractUnsupported payment currency.
DALP-4346CONTRACT_ERRORcontractValue not positive.
DALP-4347CONTRACT_ERRORcontractDelegation signature expired.
DALP-4348CONTRACT_ERRORcontractWallet already linked.
DALP-4349CONTRACT_ERRORcontractWallet already marked as lost.
DALP-4350CONTRACT_ERRORcontractWallet in management keys.
DALP-4351CONTRACT_ERRORcontractWithdrawal already scheduled.
DALP-4352CONTRACT_ERRORcontractWithdrawal not due.
DALP-4353CONTRACT_ERRORcontractWithdrawal not ready.
DALP-4354CONTRACT_ERRORcontractWithdrawal not scheduled.
DALP-4355CONTRACT_ERRORcontractWrapped error.
DALP-4356CONTRACT_ERRORcontractYield schedule active.
DALP-4357CONTRACT_ERRORcontractYield schedule already set.
DALP-4358CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4359CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4360CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4361CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4362CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4363CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4364CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4365CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4366CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4367CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4368CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4369CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4370CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4371CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4372CONTRACT_ERRORcontractCannot remove last validator.
DALP-4373CONTRACT_ERRORcontractValidator module limit exceeded.
DALP-4374CONTRACT_ERRORcontractOperation unavailable on this contract.
DALP-4375CONTRACT_ERRORcontractPaymaster not deployed.
DALP-4376CONTRACT_ERRORcontractMax staleness value is zero.
DALP-4377CONTRACT_ERRORcontractPaymaster entry point not contract.
DALP-4378CONTRACT_ERRORcontractAsset type name required.
DALP-4379CONTRACT_ERRORcontractParent registry address is self-referencing, unsupported, or creates a cycle.
DALP-4380CONTRACT_ERRORcontractImplementation not registered.
DALP-4381CONTRACT_ERRORcontractInstance deployment failed.
DALP-4382CONTRACT_ERRORcontractCompliance module configuration contains a constraint violation.
DALP-4383CONTRACT_ERRORcontractNot module admin.
DALP-4384CONTRACT_ERRORcontractRegistry not available.
DALP-4389CONTRACT_ERRORcontractModule family mismatch.
DALP-4390CONTRACT_ERRORcontractType id mismatch.
DALP-4392CONTRACT_ERRORcontractMax chain depth exceeded.
DALP-4393CONTRACT_ERRORcontractNot a validator module.
DALP-4394CONTRACT_ERRORcontractSystem registry not available.
DALP-4396CONTRACT_ERRORcontractV1 hook must bypass adapter.
DALP-4400CONTRACT_ERRORcontractThe account {{account}} does not have the required role to perform this operation.
DALP-4401CONTRACT_ERRORcontractOnly the owner of this resource can perform this operation.
DALP-4402CONTRACT_ERRORcontractThe calling address is not permitted to perform this operation.
DALP-4404CONTRACT_ERRORcontractSystem already set.
DALP-4405CONTRACT_ERRORcontractSystem not set.
DALP-4406CONTRACT_ERRORcontractScope expression too complex.
DALP-4407CONTRACT_ERRORcontractManagement keys not supported.
DALP-4408CONTRACT_ERRORcontractConfig immutable.
DALP-4409CONTRACT_ERRORcontractBinding already active.
DALP-4410CONTRACT_ERRORcontractBinding already inactive.
DALP-4411CONTRACT_ERRORcontractBinding not active.
DALP-4412CONTRACT_ERRORcontractThe requested resource could not be found.
DALP-4413CONTRACT_ERRORcontractYou do not have permission for this operation.
DALP-4414CONTRACT_ERRORcontractCaller {{caller}} is not authorized to create management keys for contract {{contractAddress}}.
DALP-4415CONTRACT_ERRORcontractCaller {{caller}} is not authorized to create an identity for wallet {{wallet}}.
DALP-4416CONTRACT_ERRORcontractAccount onchain id mismatch.
DALP-4417CONTRACT_ERRORcontractAccount creation authorization deadline expired.
DALP-4418CONTRACT_ERRORcontractAccount creation authorization signature does not recover the required owner.
DALP-4419CONTRACT_ERRORcontractUnexpected validator init data.
DALP-4420CONTRACT_ERRORcontractEmpty batch.
DALP-4421CONTRACT_ERRORcontractConversion trigger expiry timestamp is in the past.
DALP-4422CONTRACT_ERRORcontractThe authorized converter must be a conversion feature.
DALP-4423CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-4424CONTRACT_ERRORcontractBasis per unit zero.
DALP-4425CONTRACT_ERRORcontractConfig data must be empty.
DALP-4426CONTRACT_ERRORcontractConfig data required.
DALP-4427CONTRACT_ERRORcontractDiscount too high.
DALP-4428CONTRACT_ERRORcontractDuplicate converter address.
DALP-4429CONTRACT_ERRORcontractEnd date not after start date.
DALP-4430CONTRACT_ERRORcontractEnd date zero.
DALP-4431CONTRACT_ERRORcontractEscrow required for lock method.
DALP-4432CONTRACT_ERRORcontractFace value zero.
DALP-4433CONTRACT_ERRORcontractImplementation address zero.
DALP-4435CONTRACT_ERRORcontractInterval zero.
DALP-4436CONTRACT_ERRORcontractConversion window start is after the end timestamp.
DALP-4437CONTRACT_ERRORcontractConverter address at position {{index}} is the zero address.
DALP-4438CONTRACT_ERRORcontractTreasury address is the zero address.
DALP-4439CONTRACT_ERRORcontractNo feature to replace.
DALP-4440CONTRACT_ERRORcontractRate zero.
DALP-4441CONTRACT_ERRORcontractReplacement not supported.
DALP-4442CONTRACT_ERRORcontractReplacement would collide.
DALP-4443CONTRACT_ERRORcontractStart date zero.
DALP-4444CONTRACT_ERRORcontractImplementation interface check failed.
DALP-4445CONTRACT_ERRORcontractImplementation missing interface.
DALP-4446CONTRACT_ERRORcontractNot deployer.
DALP-4447CONTRACT_ERRORcontractProxy already initialized.
DALP-4448CONTRACT_ERRORcontractProxy uninitialized.
DALP-4449CONTRACT_ERRORcontractBundler call failed.
DALP-4450CONTRACT_ERRORcontractBundler share in basis points exceeds 10000.
DALP-4451CONTRACT_ERRORcontractBundler address is the zero address.
DALP-4453CONTRACT_ERRORcontractPaymaster address does not point to a deployed paymaster contract.
DALP-4454CONTRACT_ERRORcontractPaymaster call failed.
DALP-4455CONTRACT_ERRORcontractA required value cannot be zero.
DALP-4456CONTRACT_ERRORcontractNot refundable.
DALP-4457CONTRACT_ERRORcontractStake management must call the canonical EntryPoint directly.
DALP-9001CONTRACT_ERRORcontractAccess control bad confirmation.
DALP-9002CONTRACT_ERRORcontractAccess control enforced default admin delay.
DALP-9003CONTRACT_ERRORcontractAccess control enforced default admin rules.
DALP-9004CONTRACT_ERRORcontractDefault admin address cannot be the zero address.
DALP-9005CONTRACT_ERRORcontractAccess control missing any of roles.
DALP-9006CONTRACT_ERRORcontractAddress empty code.
DALP-9007CONTRACT_ERRORcontractCheckpoint unordered insertion.
DALP-9008CONTRACT_ERRORcontractECDSA signature malformed.
DALP-9009CONTRACT_ERRORcontractECDSA signature length is wrong.
DALP-9010CONTRACT_ERRORcontractECDSA signature s-value is in the upper curve half.
DALP-9011CONTRACT_ERRORcontractERC 1155 insufficient balance.
DALP-9012CONTRACT_ERRORcontractERC-1155 approval cannot come from the zero address.
DALP-9013CONTRACT_ERRORcontractERC-1155 ids and values arrays have different lengths.
DALP-9014CONTRACT_ERRORcontractERC-1155 operator cannot be the zero address.
DALP-9015CONTRACT_ERRORcontractERC-1155 receiver address cannot accept tokens.
DALP-9016CONTRACT_ERRORcontractERC-1155 sender cannot be the zero address.
DALP-9017CONTRACT_ERRORcontractERC 1155 missing approval for all.
DALP-9018CONTRACT_ERRORcontractERC-1967 implementation address has no contract code.
DALP-9019CONTRACT_ERRORcontractERC 1967 non payable.
DALP-9020CONTRACT_ERRORcontractERC 1967 proxy uninitialized.
DALP-9021CONTRACT_ERRORcontractERC 20 exceeded safe supply.
DALP-9022CONTRACT_ERRORcontractERC-20 approver cannot be the zero address.
DALP-9023CONTRACT_ERRORcontractERC-20 receiver cannot be the zero address.
DALP-9024CONTRACT_ERRORcontractERC-20 sender cannot be the zero address.
DALP-9025CONTRACT_ERRORcontractERC-20 spender cannot be the zero address.
DALP-9026CONTRACT_ERRORcontractPermit signature deadline expired.
DALP-9027CONTRACT_ERRORcontractPermit signature signer does not match the token owner.
DALP-9028CONTRACT_ERRORcontractForwarder request deadline expired.
DALP-9029CONTRACT_ERRORcontractForwarded request signer does not match the declared sender.
DALP-9030CONTRACT_ERRORcontractERC 2771 forwarder mismatched value.
DALP-9031CONTRACT_ERRORcontractERC 2771 untrustful target.
DALP-9032CONTRACT_ERRORcontractERC 5805 future lookup.
DALP-9033CONTRACT_ERRORcontractERC 6372 inconsistent clock.
DALP-9034CONTRACT_ERRORcontractERC 721 incorrect owner.
DALP-9035CONTRACT_ERRORcontractERC 721 insufficient approval.
DALP-9036CONTRACT_ERRORcontractERC-721 approver cannot be the zero address.
DALP-9037CONTRACT_ERRORcontractERC-721 operator cannot be the zero address.
DALP-9038CONTRACT_ERRORcontractERC-721 owner cannot be the zero address.
DALP-9039CONTRACT_ERRORcontractERC-721 receiver address cannot accept tokens.
DALP-9040CONTRACT_ERRORcontractERC-721 transfer sender is the zero address.
DALP-9041CONTRACT_ERRORcontractERC 721 nonexistent token.
DALP-9042CONTRACT_ERRORcontractERC 7579 already installed module.
DALP-9043CONTRACT_ERRORcontractERC 7579 cannot decode fallback data.
DALP-9044CONTRACT_ERRORcontractERC 7579 decoding error.
DALP-9045CONTRACT_ERRORcontractERC 7579 mismatched module type id.
DALP-9046CONTRACT_ERRORcontractERC 7579 missing fallback handler.
DALP-9047CONTRACT_ERRORcontractERC 7579 multisig already exists.
DALP-9048CONTRACT_ERRORcontractMultisig init data is too short to decode.
DALP-9049CONTRACT_ERRORcontractSigner bytes are too short to represent a valid ERC-7913 signer.
DALP-9050CONTRACT_ERRORcontractSigner weight of zero is not permitted.
DALP-9051CONTRACT_ERRORcontractERC 7579 multisig mismatched length.
DALP-9052CONTRACT_ERRORcontractERC 7579 multisig nonexistent signer.
DALP-9053CONTRACT_ERRORcontractERC 7579 multisig unreachable threshold.
DALP-9054CONTRACT_ERRORcontractERC 7579 multisig zero threshold.
DALP-9055CONTRACT_ERRORcontractERC 7579 uninstalled module.
DALP-9056CONTRACT_ERRORcontractERC 7579 unsupported call type.
DALP-9057CONTRACT_ERRORcontractERC 7579 unsupported exec type.
DALP-9058CONTRACT_ERRORcontractERC 7579 unsupported module type.
DALP-9059CONTRACT_ERRORcontractExpected pause.
DALP-9060CONTRACT_ERRORcontractFailed call.
DALP-9061CONTRACT_ERRORcontractYour account does not have enough resources for this operation.
DALP-9062CONTRACT_ERRORcontractOwnership transfer to the zero address rejected.
DALP-9063CONTRACT_ERRORcontractReentrancy guard reentrant call.
DALP-9064CONTRACT_ERRORcontractSafe cast overflowed uint downcast.
DALP-9065CONTRACT_ERRORcontractSafe erc 20 failed operation.
DALP-9066CONTRACT_ERRORcontractStrings insufficient hex length.
DALP-9067CONTRACT_ERRORcontractUUPS unauthorized call context.
DALP-9068CONTRACT_ERRORcontractUUPS unsupported proxiable uuid.
DALP-9069CONTRACT_ERRORcontractPermit signature verification failed for owner {{owner}}.
DALP-9070TOKEN_TRANSFER_INSUFFICIENT_BALANCEclientTransfer amount exceeds available balance.
DALP-9071TOKEN_BURN_INSUFFICIENT_BALANCEclientBurn amount exceeds available balance.
DALP-9072EXTERNAL_TOKEN_NOT_ERC20domainToken at {tokenAddress} must expose readable ERC-20 symbol() and decimals() before registration.
DALP-9073TOKEN_CREATE_DENOMINATION_ASSET_NOT_ERC20domainDenomination asset at {denominationAsset} must expose readable ERC-20 symbol() and decimals() before token creation.
DALP-9074ORGANIZATION_ADD_MEMBER_FAILEDclientFailed to add member to organization.
DALP-9075ORGANIZATION_ADD_MEMBER_ONBOARDING_NOT_COMPLETEpermissionCannot add members while organization onboarding is in progress.
DALP-9076ORGANIZATION_ADD_MEMBER_GRANT_OWNER_REQUIRES_ORG_OWNERpermissionGranting the owner role requires the caller to be an organization owner.
DALP-9077TOKEN_MINT_MATURITY_REDEMPTION_MATUREDclientToken {tokenAddress} matured; minting closed for maturity-redemption tokens.
DALP-9078XVP_STORE_SECRET_CREATOR_ONLYclientOnly the settlement's creator can store its settlement secret.
DALP-9079ERC20_METADATA_PROBE_UNAVAILABLEdependencyCouldn't read ERC-20 metadata because the RPC endpoint was temporarily unavailable.
DALP-9080TOKEN_CONVERT_INTEREST_BACKLOG_PENDING_RETRYoperationalConvert is settling this holder's accrued-interest backlog to target tokens; re-submit to finish the conversion.
DALP-9081CONTRACT_ERRORcontractConvert needs the accrued-interest backlog settled first.
DALP-9082SIGNED_PERMIT_DEADLINE_EXPIREDclientThe permit deadline is in the past.
DALP-CHAIN-EMPTY-REVERTCONTRACT_ERRORcontractThe blockchain rejected this transaction with no reason code.
DALP-EXT-TOKEN-NO-CODECONTRACT_ERRORcontractNo contract exists at {{tokenAddress}} on this network. External token registration requires the token contract to exist at that address.
DALP-WORKFLOW-FAILEDCONTRACT_ERRORcontractThe deployment workflow failed before it could finish.
DALP-WORKFLOW-RPC-UNAVAILABLECONTRACT_ERRORcontractThe blockchain RPC endpoint is temporarily unreachable and the deployment did not complete.