# DALP error index

Source: https://docs.settlemint.com/docs/api-reference/errors
Generated index of every DALP error id with oRPC code, category, and headline message.



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

| ID                            | oRPC code                                                                                                | Category    | Message                                                                                                                                                                                                                                 |
| ----------------------------- | -------------------------------------------------------------------------------------------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DALP-0001                     | BAD\_REQUEST                                                                                             | client      | Bad request                                                                                                                                                                                                                             |
| DALP-0002                     | UNAUTHORIZED                                                                                             | auth        | Authentication missing or failed                                                                                                                                                                                                        |
| DALP-0003                     | FORBIDDEN                                                                                                | permission  | This action isn't available for your role                                                                                                                                                                                               |
| DALP-0004                     | NOT\_ONBOARDED                                                                                           | auth        | User not onboarded                                                                                                                                                                                                                      |
| DALP-0005                     | USER\_MISSING\_2FA                                                                                       | auth        | Two-factor authentication required                                                                                                                                                                                                      |
| DALP-0006                     | USER\_NOT\_AUTHORIZED                                                                                    | permission  | User does not have the required role to execute this action.                                                                                                                                                                            |
| DALP-0007                     | XVP\_DECODING\_FAILED                                                                                    | permission  | Unable to decrypt secret. Verify you are using the original wallet credentials.                                                                                                                                                         |
| DALP-0008                     | REQUEST\_WALLET\_SELECTION\_FAILED                                                                       | operational | Participant executor selection failed                                                                                                                                                                                                   |
| DALP-0009                     | SESSION\_RESOLUTION\_FAILED                                                                              | auth        | Session resolution failed                                                                                                                                                                                                               |
| DALP-0010                     | SYSTEM\_INDEXER\_CONTEXT\_FAILED                                                                         | dependency  | System indexer context unavailable                                                                                                                                                                                                      |
| DALP-0011                     | TRANSACTION\_QUEUE\_OPERATION\_FAILED                                                                    | dependency  | Transaction queue operation failed                                                                                                                                                                                                      |
| DALP-0012                     | TRANSACTION\_PROVIDER\_READ\_FAILED                                                                      | dependency  | Transaction provider read failed                                                                                                                                                                                                        |
| DALP-0013                     | SMART\_WALLET\_APPROVAL\_FAILED                                                                          | dependency  | Smart wallet approval could not be submitted                                                                                                                                                                                            |
| DALP-0014                     | DURABLE\_EXECUTION\_ENGINE\_ADMIN\_QUERY\_FAILED                                                         | dependency  | Workflow Engine admin query failed                                                                                                                                                                                                      |
| DALP-0015                     | SYSTEM\_DEPLOYMENT\_FAILED                                                                               | operational | System deployment failed                                                                                                                                                                                                                |
| DALP-0016                     | SYSTEM\_DEPLOYMENT\_TIMEOUT                                                                              | operational | System deployment address was not available before the wait timed out                                                                                                                                                                   |
| DALP-0017                     | SYSTEM\_DIRECTORY\_UNAVAILABLE                                                                           | dependency  | System directory is missing the system factory address                                                                                                                                                                                  |
| DALP-0018                     | PAYMASTER\_SIGNER\_SECRET\_PERSISTENCE\_FAILED                                                           | operational | Paymaster signer key rotation could not persist the signer secret                                                                                                                                                                       |
| DALP-0019                     | INDEXER\_COUNT\_VALUE\_INVALID                                                                           | dependency  | Indexer count value couldn't be converted safely                                                                                                                                                                                        |
| DALP-0020                     | DEPLOYMENT\_STREAM\_POLLING\_FAILED                                                                      | dependency  | Deployment stream polling failed                                                                                                                                                                                                        |
| DALP-0021                     | DEPLOYMENT\_WORKFLOW\_TERMINAL\_FAILED                                                                   | operational | Deployment workflow reported a terminal failure                                                                                                                                                                                         |
| DALP-0022                     | NOT\_FOUND                                                                                               | client      | Resource not found                                                                                                                                                                                                                      |
| DALP-0023                     | RESOURCE\_ALREADY\_EXISTS                                                                                | client      | Resource already exists                                                                                                                                                                                                                 |
| DALP-0024                     | CONFLICT                                                                                                 | client      | Conflict                                                                                                                                                                                                                                |
| DALP-0025                     | TOKEN\_INTERFACE\_NOT\_SUPPORTED                                                                         | domain      | The token contract at the provided address does not implement the required interface.                                                                                                                                                   |
| DALP-0026                     | SYSTEM\_NOT\_CREATED                                                                                     | domain      | System not created                                                                                                                                                                                                                      |
| DALP-0027                     | ADDON\_NOT\_INSTALLED                                                                                    | domain      | Required addon is not installed                                                                                                                                                                                                         |
| DALP-0028                     | FEATURE\_NOT\_ENABLED                                                                                    | domain      | The required feature is not enabled on this token                                                                                                                                                                                       |
| DALP-0029                     | INVITATION\_EMAIL\_MISMATCH                                                                              | domain      | This invitation was issued to a different email address. Ask your admin to send a new invitation.                                                                                                                                       |
| DALP-0030                     | INVITATION\_ALREADY\_ACCEPTED                                                                            | domain      | This invitation has already been accepted.                                                                                                                                                                                              |
| DALP-0031                     | CONFIRMATION\_TIMEOUT                                                                                    | operational | Transaction confirmation timeout                                                                                                                                                                                                        |
| DALP-0032                     | ADMIN\_ACCESS\_REQUIRED                                                                                  | permission  | Insufficient role for this operation                                                                                                                                                                                                    |
| DALP-0033                     | DATABASE\_CONTEXT\_REQUIRED                                                                              | operational | Database context is required for this operation                                                                                                                                                                                         |
| DALP-0034                     | ACTIVE\_ORGANIZATION\_REQUIRED                                                                           | permission  | An active organization is required for this operation                                                                                                                                                                                   |
| DALP-0035                     | API\_KEY\_READ\_ONLY                                                                                     | permission  | This API key is read-only and cannot perform write operations                                                                                                                                                                           |
| DALP-0036                     | API\_KEY\_NOT\_SUPPORTED\_ON\_RPC                                                                        | auth        | This authentication method is not supported on this endpoint. Use the REST API instead.                                                                                                                                                 |
| DALP-0037                     | TOKEN\_CONTEXT\_REQUIRED                                                                                 | operational | Token context is required for this operation                                                                                                                                                                                            |
| DALP-0038                     | TOKEN\_PERMISSIONS\_UNAVAILABLE                                                                          | operational | Token permission context is unavailable                                                                                                                                                                                                 |
| DALP-0039                     | SYSTEM\_NOT\_BOOTSTRAPPED\_INDEXING                                                                      | dependency  | System is not bootstrapped in the indexer yet                                                                                                                                                                                           |
| DALP-0040                     | SYSTEM\_NOT\_DEPLOYED                                                                                    | client      | No system has been deployed yet                                                                                                                                                                                                         |
| DALP-0041                     | SYSTEM\_ACCESS\_CONTROL\_UNAVAILABLE                                                                     | dependency  | System access control context is unavailable                                                                                                                                                                                            |
| DALP-0042                     | TRUSTED\_ISSUER\_CONTEXT\_UNAVAILABLE                                                                    | dependency  | Trusted issuer context is unavailable                                                                                                                                                                                                   |
| DALP-0043                     | TRUSTED\_ISSUER\_PERMISSION\_REQUIRED                                                                    | permission  | Trusted issuer permission is required for the requested topic                                                                                                                                                                           |
| DALP-0044                     | TRUSTED\_ISSUER\_IDENTITY\_REQUIRED                                                                      | permission  | The user does not have an issuer identity                                                                                                                                                                                               |
| DALP-0045                     | REINDEX\_SERVICE\_UNREACHABLE                                                                            | dependency  | Indexer reindex service could not be reached                                                                                                                                                                                            |
| DALP-0046                     | REINDEX\_REQUEST\_INVALID                                                                                | client      | Reindex request wasn't accepted                                                                                                                                                                                                         |
| DALP-0047                     | REINDEX\_SERVICE\_UNAVAILABLE                                                                            | dependency  | Indexer reindex service is unavailable                                                                                                                                                                                                  |
| DALP-0048                     | API\_MONITORING\_LOG\_ENTRY\_NOT\_FOUND                                                                  | client      | API monitoring log entry was not found                                                                                                                                                                                                  |
| DALP-0049                     | API\_MONITORING\_REQUEST\_TYPE\_INVALID                                                                  | client      | API monitoring request type isn't recognized                                                                                                                                                                                            |
| DALP-0051                     | INVITATION\_NOT\_FOUND                                                                                   | client      | Invitation not found                                                                                                                                                                                                                    |
| DALP-0052                     | INVITATION\_EXPIRED                                                                                      | client      | Invitation has expired                                                                                                                                                                                                                  |
| DALP-0053                     | INVITATION\_REVOKED                                                                                      | client      | Invitation has been revoked                                                                                                                                                                                                             |
| DALP-0054                     | DEPLOYMENT\_NOT\_FOUND                                                                                   | client      | Deployment not found                                                                                                                                                                                                                    |
| DALP-0055                     | ORGANIZATION\_DEPLOYMENT\_RETRY\_FORBIDDEN                                                               | permission  | Only organization owners or platform admins may retry an organization deployment                                                                                                                                                        |
| DALP-0056                     | ORGANIZATION\_DEPLOYMENT\_RETRY\_PREPARE\_FAILED                                                         | dependency  | Could not prepare the prior deployment for retry                                                                                                                                                                                        |
| DALP-0057                     | ORGANIZATION\_CREATION\_RESTRICTED                                                                       | permission  | Organization creation is restricted to admin users                                                                                                                                                                                      |
| DALP-0058                     | SYSTEM\_FACTORY\_DIRECTORY\_MISSING                                                                      | dependency  | System factory address is missing from the directory                                                                                                                                                                                    |
| DALP-0059                     | XVP\_SECRET\_NOT\_FOUND                                                                                  | client      | Encrypted XvP secret was not found for this settlement                                                                                                                                                                                  |
| DALP-0060                     | XVP\_UNSUPPORTED\_ENCRYPTION\_METHOD                                                                     | client      | XvP secret uses an unsupported encryption method                                                                                                                                                                                        |
| DALP-0061                     | XVP\_HASHLOCK\_INVALID                                                                                   | client      | XvP hashlock must be a 0x-prefixed hex string                                                                                                                                                                                           |
| DALP-0062                     | XVP\_SECRET\_OR\_HASHLOCK\_REQUIRED                                                                      | client      | Either a secret or hashlock is required for cross-chain XvP settlements                                                                                                                                                                 |
| DALP-0063                     | XVP\_FACTORY\_ADDON\_NOT\_FOUND                                                                          | client      | XvP settlement factory addon was not found in the system registry                                                                                                                                                                       |
| DALP-0064                     | XVP\_V3\_COUNTRY\_REQUIRED                                                                               | client      | Country code is required for V3 XvP settlement factories                                                                                                                                                                                |
| DALP-0065                     | XVP\_ADDON\_NOT\_FOUND                                                                                   | client      | XvP settlement addon is not installed in the current system                                                                                                                                                                             |
| DALP-0066                     | SYSTEM\_ADDON\_NOT\_IN\_SYSTEM                                                                           | client      | Provided system addon does not belong to the authenticated system                                                                                                                                                                       |
| DALP-0067                     | XVP\_PARTICIPANT\_WALLET\_REQUIRED                                                                       | client      | Participant wallet address is required                                                                                                                                                                                                  |
| DALP-0068                     | XVP\_SETTLEMENT\_NOT\_FOUND                                                                              | client      | XvP settlement was not found                                                                                                                                                                                                            |
| DALP-0069                     | XVP\_LOCAL\_SENDER\_REQUIRED                                                                             | permission  | Only the local sender can approve this XvP settlement                                                                                                                                                                                   |
| DALP-0070                     | XVP\_APPROVAL\_NOT\_FOUND                                                                                | client      | XvP approval was not found                                                                                                                                                                                                              |
| DALP-0071                     | XVP\_SIGNATURE\_HEX\_INVALID                                                                             | client      | Signature must be a valid hex string                                                                                                                                                                                                    |
| DALP-0072                     | XVP\_SIGNING\_WALLET\_MISSING                                                                            | permission  | Wallet id is required for XvP settlement signing                                                                                                                                                                                        |
| DALP-0073                     | XVP\_SETTLEMENT\_SIGNATURE\_FAILED                                                                       | dependency  | XvP settlement message could not be signed                                                                                                                                                                                              |
| DALP-0074                     | FIXED\_YIELD\_SCHEDULE\_NOT\_FOUND                                                                       | client      | Fixed yield schedule was not found                                                                                                                                                                                                      |
| DALP-0075                     | FIXED\_YIELD\_DENOMINATION\_METADATA\_NOT\_INDEXED                                                       | dependency  | Denomination asset metadata is not indexed yet                                                                                                                                                                                          |
| DALP-0076                     | FIXED\_YIELD\_DENOMINATION\_ASSET\_NOT\_INDEXED                                                          | dependency  | Denomination asset is not indexed yet                                                                                                                                                                                                   |
| DALP-0077                     | FIXED\_YIELD\_SCHEDULE\_SYSTEM\_MISMATCH                                                                 | permission  | The specified yield schedule does not belong to the authenticated system                                                                                                                                                                |
| DALP-0078                     | FIXED\_YIELD\_ADDON\_NOT\_FOUND                                                                          | client      | Yield schedule addon was not found in the system registry                                                                                                                                                                               |
| DALP-0079                     | FIXED\_YIELD\_DEPLOYMENT\_NOT\_INDEXED                                                                   | dependency  | Yield schedule deployment is not indexed yet                                                                                                                                                                                            |
| DALP-0080                     | INPUT\_VALIDATION\_FAILED                                                                                | client      | Input validation failed                                                                                                                                                                                                                 |
| DALP-0081                     | CONTRACT\_ERROR                                                                                          | contract    | Contract operation failed                                                                                                                                                                                                               |
| DALP-0082                     | SERVICE\_UNAVAILABLE                                                                                     | dependency  | Service temporarily unavailable                                                                                                                                                                                                         |
| DALP-0083                     | —                                                                                                        | dependency  | Indexer data temporarily incomplete                                                                                                                                                                                                     |
| DALP-0084                     | INTERNAL\_SERVER\_ERROR                                                                                  | unknown     | Internal server error                                                                                                                                                                                                                   |
| DALP-0085                     | —                                                                                                        | client      | JSON-RPC request couldn't be processed                                                                                                                                                                                                  |
| DALP-0086                     | —                                                                                                        | operational | Event stream failed                                                                                                                                                                                                                     |
| DALP-0087                     | NOT\_FOUND                                                                                               | permission  | Resource not found                                                                                                                                                                                                                      |
| DALP-0088                     | ASSET\_CLASS\_DEFINITION\_NOT\_FOUND                                                                     | client      | Asset class definition not found. Verify the ID is correct and belongs to your organization or is a system class                                                                                                                        |
| DALP-0089                     | ASSET\_CLASS\_DEFINITION\_NOT\_FOUND\_DEFINITIONS\_DELETE                                                | client      | Asset class definition not found. Verify the ID is correct and belongs to your organization                                                                                                                                             |
| DALP-0090                     | ASSET\_CLASS\_DEFINITION\_NOT\_FOUND\_DEFINITIONS\_UPDATE                                                | client      | Asset class definition not found. It may have been deleted concurrently                                                                                                                                                                 |
| DALP-0091                     | ASSET\_TYPE\_TEMPLATE\_NOT\_FOUND                                                                        | client      | Asset type template not found                                                                                                                                                                                                           |
| DALP-0092                     | AUTH\_USER\_QUERY\_UNAVAILABLE                                                                           | dependency  | user query not available — ensure auth schema is registered                                                                                                                                                                             |
| DALP-0093                     | AUTH\_USER\_QUERY\_UNAVAILABLE\_RECOVERY\_EXECUTE                                                        | dependency  | user query not available — ensure auth schema is registered. Check database middleware configuration                                                                                                                                    |
| DALP-0094                     | AUTH\_USER\_QUERY\_UNAVAILABLE\_RECOVERY\_PREVIEW                                                        | dependency  | user query not available — ensure auth schema is registered. Check database middleware configuration                                                                                                                                    |
| DALP-0095                     | COMPLIANCE\_TEMPLATE\_NOT\_FOUND                                                                         | client      | Compliance template not found                                                                                                                                                                                                           |
| DALP-0096                     | CONTACT\_NOT\_FOUND                                                                                      | client      | Contact not found                                                                                                                                                                                                                       |
| DALP-0097                     | CONTACTS\_FAILED\_TO\_LOAD\_UPSERTED                                                                     | operational | Failed to load upserted contact                                                                                                                                                                                                         |
| DALP-0098                     | CONTACTS\_FAILED\_TO\_UPSERT                                                                             | operational | Failed to upsert contact                                                                                                                                                                                                                |
| DALP-0099                     | CORE\_ARRAY\_EMPTY                                                                                       | client      | Empty array in \{fieldName}                                                                                                                                                                                                             |
| DALP-0100                     | CORE\_ARRAY\_LENGTH\_MISMATCH                                                                            | client      | Array length mismatch in \{fieldName}                                                                                                                                                                                                   |
| DALP-0101                     | CORE\_ARRAY\_TOO\_MANY\_ELEMENTS                                                                         | client      | Too many elements in \{fieldName}                                                                                                                                                                                                       |
| DALP-0102                     | CORE\_CLAIM\_MULTIPLE\_ACTIVE\_CLAIMS\_FOUND\_TOPIC\_IDENTITY                                            | operational | Multiple active claims found for topic \{topicId} on identity \{identityAddress}                                                                                                                                                        |
| DALP-0103                     | CORE\_CLAIM\_NO\_ACTIVE\_FOUND\_TOPIC\_IDENTITY                                                          | client      | No active claim found for topic \{topicId} on identity \{identityAddress}                                                                                                                                                               |
| DALP-0104                     | CORE\_CLAIM\_NO\_ENABLED\_TOPIC\_SCHEME\_FOUND\_REGISTRY                                                 | client      | No enabled topic scheme \{topicId} found in registry \{registryAddress}                                                                                                                                                                 |
| DALP-0105                     | CORE\_CLAIMS\_WALLET\_ID\_NOT\_FOUND\_USER\_MUST\_ISSUE\_SESSION\_INCLUDES\_WALLETID                     | client      | Wallet ID not found — user must have a wallet ID to issue claims. Ensure the user session includes walletId                                                                                                                             |
| DALP-0106                     | CORE\_CLAIMS\_WALLET\_ID\_NOT\_FOUND\_USER\_MUST\_REVOKE\_SESSION\_INCLUDES\_WALLETID                    | client      | Wallet ID not found — user must have a wallet ID to revoke claims. Ensure the user session includes walletId                                                                                                                            |
| DALP-0107                     | CORE\_CURRENCY\_BASECURRENCY\_NOT\_VALID\_FIAT                                                           | client      | baseCurrency is not a valid fiat currency                                                                                                                                                                                               |
| DALP-0108                     | CORE\_DRIZZLE\_REQUIREOR\_RETURNED\_UNDEFINED\_UNEXPECTEDLY                                              | operational | requireOr: or() returned undefined unexpectedly                                                                                                                                                                                         |
| DALP-0109                     | CORE\_RESOLVE\_FEATURE\_INVALID\_ADDRESS\_INDEXED\_DISCOVERY\_RETURNED\_MALFORMED                        | client      | Feature "\{featureName}" has an address that wasn't accepted "\{address}". Indexed feature discovery returned a malformed feature address                                                                                               |
| DALP-0110                     | CORE\_RESOLVE\_FEATURE\_NOT\_ENABLED\_TOKEN\_ATTACH\_VIA\_CONFIGURATION\_CALLING                         | operational | Feature "\{featureName}" is not enabled on this token. Attach the feature via the token configuration before calling this endpoint                                                                                                      |
| DALP-0111                     | CORE\_TRANSACTION\_DATABASE\_CONNECTION\_UNAVAILABLE\_SERVER\_CONFIGURATION                              | dependency  | Database connection not available. Check server configuration                                                                                                                                                                           |
| DALP-0112                     | CORE\_TRANSACTION\_INVALID\_SYSTEMADDRESS                                                                | client      | System address wasn't accepted: \{systemAddress}                                                                                                                                                                                        |
| DALP-0113                     | CORE\_TRANSACTION\_PROCESSING\_SERVICE\_UNAVAILABLE\_SERVER\_CONFIGURATION                               | dependency  | Transaction processing service not available. Check server configuration                                                                                                                                                                |
| DALP-0114                     | CORE\_UNWRAP\_SYNC\_QUEUE\_EXECUTION\_RETURNED\_NO\_DATA\_READRESULT\_CALLBACK\_REQUIRED                 | client      | Sync queue execution returned no data — readResult callback is required                                                                                                                                                                 |
| DALP-0115                     | CORE\_UNWRAP\_UNEXPECTED\_ASYNC\_RESULT\_SYNC\_ONLY\_V1\_HANDLER\_ROUTES\_ALWAYS\_RUN\_MODE\_INDICATES   | domain      | Unexpected async result in sync-only v1 handler. V1 routes always run in sync mode — this indicates a bug in the transaction queue dispatch logic                                                                                       |
| DALP-0116                     | EXCHANGE\_RATE\_NOT\_FOUND                                                                               | client      | Exchange rate not found                                                                                                                                                                                                                 |
| DALP-0117                     | EXCHANGE\_RATES\_BASE\_CURRENCY\_NOT\_FOUND                                                              | client      | Base currency \{baseCurrency} not found                                                                                                                                                                                                 |
| DALP-0118                     | EXCHANGE\_RATES\_FAILED\_TO\_FETCH                                                                       | operational | Failed to fetch exchange rates: \{value} \{value}                                                                                                                                                                                       |
| DALP-0119                     | EXCHANGE\_RATES\_NO\_MANUAL\_RATE\_FOUND                                                                 | client      | No manual exchange rate found for \{baseCurrency}/\{quoteCurrency}                                                                                                                                                                      |
| DALP-0120                     | EXCHANGE\_RATES\_QUOTE\_CURRENCY\_NOT\_FOUND                                                             | client      | Quote currency \{quoteCurrency} not found                                                                                                                                                                                               |
| DALP-0121                     | EXTERNAL\_TOKEN\_REGISTRY\_NOT\_FOUND                                                                    | client      | External token registry not found in system                                                                                                                                                                                             |
| DALP-0122                     | EXTERNAL\_TOKEN\_REGISTRY\_NOT\_FOUND\_EXTERNALTOKENREGISTRY\_DEPLOYED\_REGISTERED                       | client      | External token registry not found in system. Ensure the system has an ExternalTokenRegistry deployed and registered                                                                                                                     |
| DALP-0123                     | FEEDS\_ACCOUNT\_ADDRESS\_DOES\_NOT\_ASSOCIATED\_IDENTITY\_CONTRACT\_ONLY\_USERS\_CAN\_SUBMIT\_FEED\_UPD  | domain      | Account at address \{identityAddress} does not have an associated identity contract. Only users with an identity can submit feed updates                                                                                                |
| DALP-0124                     | FEEDS\_ADAPTERS\_ADAPTERCREATED\_EVENT\_NOT\_FOUND\_TRANSACTION\_ADAPTER\_CREATED\_BUT\_ADDRESS\_COUL    | client      | AdapterCreated event not found in transaction \{transactionHash}. The adapter may have been created but the address could not be extracted from logs                                                                                    |
| DALP-0125                     | FEEDS\_FEED\_ADDRESS\_NOT\_FOUND                                                                         | client      | Feed with address \{feedAddress} not found                                                                                                                                                                                              |
| DALP-0126                     | FEEDS\_FEED\_CONTRACT\_NOT\_VALID\_AGGREGATORV3\_DOES\_ADDRESS\_DEPLOYED                                 | client      | Feed contract at \{feedAddress} is not a valid AggregatorV3 feed or does not exist. Verify the address is correct and the contract is deployed                                                                                          |
| DALP-0127                     | FEEDS\_GET\_FEEDSDIRECTORY\_NOT\_FOUND\_BOOTSTRAPPED\_V3\_INDEXER\_CAUGHT\_UP                            | client      | FeedsDirectory not found for system \{feedAddress}. Ensure the system has been bootstrapped with V3 and the indexer has caught up                                                                                                       |
| DALP-0128                     | FEEDS\_ISSUER\_FEEDCREATED\_EVENT\_NOT\_FOUND\_TRANSACTION\_FEED\_CREATED\_BUT\_ADDRESS\_COULD\_NOT\_EX  | client      | FeedCreated event not found in transaction \{transactionHash}. The feed may have been created but the address could not be extracted from logs                                                                                          |
| DALP-0129                     | FEEDS\_NO\_FEED\_REGISTERED\_SUBJECT\_TOPICID\_INDEXER\_CAUGHT\_UP                                       | dependency  | No feed registered for subject \{topicId} and topicId \{feedAddress}. Check that a feed has been registered and the indexer has caught up                                                                                               |
| DALP-0130                     | FEEDS\_RESOLVE\_INVALID\_TOPICID\_MUST\_NUMERIC\_STRING                                                  | client      | Topic ID "\{topicId}" must be a numeric string, but received "\{topicId}": must be a numeric string                                                                                                                                     |
| DALP-0131                     | FEEDS\_ROUND\_NOT\_FOUND                                                                                 | client      | Round \{roundId} not found                                                                                                                                                                                                              |
| DALP-0132                     | FEEDS\_TRANSACTION\_HASH\_INVALID                                                                        | client      | Transaction hash format wasn't accepted: "\{transactionHash}". Expected 0x-prefixed hex string from transaction queue                                                                                                                   |
| DALP-0133                     | FEEDS\_TRANSACTION\_HASH\_INVALID\_FEEDS\_SUBMIT                                                         | dependency  | Transaction hash format wasn't accepted: "\{transactionHash}". Expected 0x-prefixed hex string from the Workflow Engine                                                                                                                 |
| DALP-0134                     | IDENTITY\_RECOVERY\_FACTORY\_ADDRESS\_NOT\_FOUND\_USER\_S\_INDICATES\_DATA\_INTEGRITY\_ISSUE\_INDEXER    | client      | Identity factory address not found for the user's identity. This indicates a data integrity issue in the indexer — contact support                                                                                                      |
| DALP-0135                     | IDENTITY\_RECOVERY\_MULTISIG\_SHARED\_WALLETS\_NOT\_YET\_SUPPORTED\_WILL\_AVAILABLE\_FUTURE\_RELEASE     | operational | Recovery for multisig/shared wallets is not yet supported. This will be available in a future release                                                                                                                                   |
| DALP-0136                     | IDENTITY\_RECOVERY\_NO\_ACTIVE\_WORKFLOW\_FOUND\_USER                                                    | client      | No active recovery workflow found for user \{value}                                                                                                                                                                                     |
| DALP-0137                     | IDENTITY\_RECOVERY\_NO\_WALLET\_SPECIFIED\_USER\_DEFAULT\_ADDRESS                                        | client      | No wallet specified and user has no default wallet. Provide a wallet address in the request                                                                                                                                             |
| DALP-0138                     | IDENTITY\_RECOVERY\_NO\_WALLET\_SPECIFIED\_USER\_PERSONAL\_ADDRESS                                       | client      | No wallet specified and user has no personal identity wallet. Provide a wallet address in the request                                                                                                                                   |
| DALP-0139                     | IDENTITY\_RECOVERY\_USER\_DOES\_NOT\_CONTRACT\_DEPLOYED\_POSSIBLE\_DEPLOY\_FIRST\_VIA\_MANAGEMENT\_FLO   | operational | User does not have an identity contract deployed — recovery is not possible. Deploy an identity first via the identity management flow                                                                                                  |
| DALP-0140                     | IDENTITY\_RECOVERY\_USER\_NOT\_FOUND\_ID                                                                 | client      | User not found. Verify the user ID exists in the system                                                                                                                                                                                 |
| DALP-0141                     | IDENTITY\_RECOVERY\_WALLET\_NOT\_IN\_OWNER\_SCOPE\_USER\_ADDRESS                                         | permission  | Wallet \{walletAddress} does not belong to user \{address}. Verify the wallet address                                                                                                                                                   |
| DALP-0142                     | KYC\_ACTION\_REQUESTS\_QUERY\_UNAVAILABLE                                                                | dependency  | kycActionRequests query not available — ensure KYC schema is registered                                                                                                                                                                 |
| DALP-0143                     | KYC\_DOCUMENTS\_QUERY\_UNAVAILABLE                                                                       | dependency  | kycDocuments query not available — ensure KYC schema is registered                                                                                                                                                                      |
| DALP-0144                     | KYC\_PROFILES\_QUERY\_UNAVAILABLE                                                                        | dependency  | kycProfiles query not available — ensure KYC schema is registered                                                                                                                                                                       |
| DALP-0145                     | KYC\_VERSIONS\_QUERY\_UNAVAILABLE                                                                        | dependency  | kycVersions query not available — ensure KYC schema is registered                                                                                                                                                                       |
| DALP-0146                     | OBJECT\_STORAGE\_UNAVAILABLE                                                                             | dependency  | Object storage is not available                                                                                                                                                                                                         |
| DALP-0147                     | OFFCHAIN\_ORGANIZATION\_PERMISSION\_REQUIRED                                                             | permission  | offchain permissions                                                                                                                                                                                                                    |
| DALP-0148                     | OFFCHAIN\_USER\_PERMISSION\_REQUIRED                                                                     | permission  | offchain permissions                                                                                                                                                                                                                    |
| DALP-0149                     | REQUEST\_WALLET\_HEADER\_FORBIDDEN                                                                       | permission  | core transaction queue                                                                                                                                                                                                                  |
| DALP-0150                     | REQUEST\_WALLET\_HEADER\_INVALID                                                                         | client      | core transaction queue                                                                                                                                                                                                                  |
| DALP-0151                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_FAILED                                                                 | dependency  | core Workflow Engine call                                                                                                                                                                                                               |
| DALP-0152                     | SETTINGS\_ASSET\_CANNOT\_CHANGE\_BASE\_TYPE\_PUBLISHED\_TEMPLATE\_DETERMINES\_PRICING\_FIELDS\_DEPLOY    | domain      | Cannot change baseAssetType of a published template. It determines pricing fields for deployed assets                                                                                                                                   |
| DALP-0153                     | SETTINGS\_ASSET\_CANNOT\_CHANGE\_TYPE\_ID\_PUBLISHED\_TEMPLATE                                           | domain      | Cannot change typeId of a published template                                                                                                                                                                                            |
| DALP-0154                     | SETTINGS\_ASSET\_CANNOT\_CLEAR\_CLASS\_ID\_TYPE\_NOT\_RECOGNIZED\_FACTORY                                | domain      | Cannot clear assetClassId: typeId "\{typeId}" is not a recognized factory type                                                                                                                                                          |
| DALP-0155                     | SETTINGS\_ASSET\_CLASSES\_CANNOT\_DELETED\_ONLY\_CUSTOM\_CAN\_REMOVED                                    | domain      | System asset classes cannot be deleted. Only custom asset classes can be removed                                                                                                                                                        |
| DALP-0156                     | SETTINGS\_ASSET\_CLASSES\_CANNOT\_MODIFIED\_CREATE\_CUSTOM\_CLASS                                        | domain      | System asset classes cannot be modified. Create a custom asset class instead                                                                                                                                                            |
| DALP-0157                     | SETTINGS\_ASSET\_FAILED\_TO\_CREATE\_CLASS\_DEFINITION\_DATABASE\_CONNECTIVITY                           | operational | Failed to create asset class definition. Verify database connectivity and retry                                                                                                                                                         |
| DALP-0158                     | SETTINGS\_ASSET\_FAILED\_TO\_CREATE\_TYPE\_TEMPLATE\_DATABASE\_CONNECTIVITY\_NAME\_UNIQUE                | operational | Failed to create asset type template. Verify database connectivity and that the template name is unique                                                                                                                                 |
| DALP-0159                     | SETTINGS\_ASSET\_INVALID\_CLASS\_ID\_MUST\_BELONG\_ORGANIZATION                                          | client      | Asset class selection wasn't accepted. The asset class must belong to your organization or be a system class                                                                                                                            |
| DALP-0160                     | SETTINGS\_ASSET\_TEMPLATES\_CANNOT\_DELETED                                                              | domain      | System templates cannot be deleted                                                                                                                                                                                                      |
| DALP-0161                     | SETTINGS\_ASSET\_TEMPLATES\_CANNOT\_MODIFIED\_ONLY\_DISPLAY\_PREFERENCES\_E\_G\_SIDEBAR\_VISIBILITY\_C   | domain      | System templates cannot be modified. Only display preferences (e.g. sidebar visibility) can be changed                                                                                                                                  |
| DALP-0162                     | SETTINGS\_ASSET\_TEMPLATES\_CANNOT\_PUBLISHED                                                            | domain      | System templates cannot be published                                                                                                                                                                                                    |
| DALP-0163                     | SETTINGS\_ASSET\_TYPE\_ID\_NOT\_RECOGNIZED\_FACTORY                                                      | operational | typeId "\{typeId}" is not a recognized factory type                                                                                                                                                                                     |
| DALP-0164                     | SETTINGS\_ASSET\_UNRECOGNIZED\_TYPE\_ID\_KNOWN                                                           | client      | Unrecognized typeId "\{typeId}". Provide a known typeId (\{typeId})                                                                                                                                                                     |
| DALP-0165                     | SETTINGS\_COMPLIANCE\_FAILED\_TO\_CREATE\_TEMPLATE                                                       | operational | Failed to create compliance template                                                                                                                                                                                                    |
| DALP-0166                     | SETTINGS\_COMPLIANCE\_FAILED\_TO\_UPDATE\_TEMPLATE                                                       | operational | Failed to update compliance template                                                                                                                                                                                                    |
| DALP-0167                     | SETTINGS\_COMPLIANCE\_TEMPLATES\_CANNOT\_DELETED                                                         | domain      | System templates cannot be deleted                                                                                                                                                                                                      |
| DALP-0168                     | SETTINGS\_COMPLIANCE\_TEMPLATES\_CANNOT\_MODIFIED                                                        | domain      | System templates cannot be modified                                                                                                                                                                                                     |
| DALP-0169                     | SETTINGS\_COMPLIANCE\_TEMPLATES\_CANNOT\_PUBLISHED                                                       | domain      | System templates cannot be published                                                                                                                                                                                                    |
| DALP-0170                     | SETTINGS\_FAILED\_TO\_UPSERT\_SETTING\_KEY                                                               | operational | Failed to upsert setting with key '\{settingKey}'                                                                                                                                                                                       |
| DALP-0171                     | SETTINGS\_GLOBAL\_ORGANIZATION\_NOT\_FOUND                                                               | client      | Organization not found                                                                                                                                                                                                                  |
| DALP-0172                     | SETTINGS\_SETTING\_NOT\_FOUND                                                                            | client      | Setting not found                                                                                                                                                                                                                       |
| DALP-0173                     | SETTINGS\_THEME\_FILE\_SIZE\_EXCEEDS\_VALUEMB\_LIMIT                                                     | client      | File size exceeds \{value}MB limit                                                                                                                                                                                                      |
| DALP-0174                     | SETTINGS\_THEME\_OBJECT\_STORAGE\_NOT\_CONFIGURED                                                        | dependency  | Object storage is not configured                                                                                                                                                                                                        |
| DALP-0175                     | SETTINGS\_THEME\_PAYLOAD\_EXCEEDS\_SUPPORTED\_LIMITS                                                     | client      | Theme payload exceeds supported limits                                                                                                                                                                                                  |
| DALP-0176                     | SMART\_WALLET\_MULTISIG\_VALIDATOR\_NOT\_INSTALLED                                                       | operational | No multisig validator is installed on this wallet. Install a MultisigWeightedValidator before changing the threshold.                                                                                                                   |
| DALP-0177                     | SMART\_WALLET\_MULTISIG\_VALIDATOR\_NOT\_INSTALLED\_ADD\_SIGNER                                          | permission  | No multisig validator is installed on this wallet. Install a MultisigWeightedValidator before managing signers.                                                                                                                         |
| DALP-0178                     | SMART\_WALLET\_MULTISIG\_VALIDATOR\_NOT\_INSTALLED\_CREATE\_APPROVAL                                     | operational | No multisig validator is installed on this wallet. Install a MultisigWeightedValidator before creating approvals.                                                                                                                       |
| DALP-0179                     | SMART\_WALLET\_MULTISIG\_VALIDATOR\_NOT\_INSTALLED\_REMOVE\_SIGNER                                       | permission  | No multisig validator is installed on this wallet. Install a MultisigWeightedValidator before managing signers.                                                                                                                         |
| DALP-0180                     | SMART\_WALLET\_MULTISIG\_VALIDATOR\_NOT\_INSTALLED\_SIGN\_APPROVAL                                       | operational | No multisig validator is installed on this wallet.                                                                                                                                                                                      |
| DALP-0181                     | SMART\_WALLETS\_APPROVAL\_NOT\_FOUND\_USER\_OP\_HASH                                                     | client      | Approval not found for the supplied user operation hash.                                                                                                                                                                                |
| DALP-0182                     | SMART\_WALLETS\_APPROVAL\_NOT\_IN\_OWNER\_SCOPE\_WALLET                                                  | permission  | Approval does not belong to this wallet.                                                                                                                                                                                                |
| DALP-0183                     | SMART\_WALLETS\_USER\_OP\_HASH\_INVALID                                                                  | client      | userOpHash needs to be a 0x-prefixed hex string.                                                                                                                                                                                        |
| DALP-0184                     | SMART\_WALLETS\_APPROVAL\_NOT\_IN\_OWNER\_SCOPE\_WALLET\_CROSS\_SIGNATURE\_SUBMISSION\_NOT\_ALLOWED      | permission  | Approval does not belong to this wallet. Cross-wallet signature submission is not allowed.                                                                                                                                              |
| DALP-0185                     | SMART\_WALLETS\_APPROVAL\_WORKFLOW\_COMPLETED\_WITHOUT\_ENOUGH\_DATA\_BUILD\_RESPONSE                    | operational | Approval workflow completed without enough data to build the response. Retry the request                                                                                                                                                |
| DALP-0186                     | SMART\_WALLETS\_AUTHENTICATED\_WALLET\_MUST\_INCLUDED\_MULTISIG\_SIGNERS\_LIST                           | permission  | The authenticated wallet needs to be listed as a multisig signer.                                                                                                                                                                       |
| DALP-0187                     | SMART\_WALLETS\_CALLDATA\_MUST\_0X\_PREFIXED\_HEX\_STRING                                                | operational | callData needs to be a 0x-prefixed hex string.                                                                                                                                                                                          |
| DALP-0188                     | SMART\_WALLETS\_INVALID\_INIT\_DATA\_NOT\_VALID\_HEX\_0X\_PREFIXED\_STRING                               | client      | initData is not a 0x-prefixed hex string.                                                                                                                                                                                               |
| DALP-0189                     | SMART\_WALLETS\_NO\_BUNDLER\_WALLET\_PROVISIONED\_ORGANIZATION\_COMPLETE\_DEPLOYMENT\_FIRST\_PROVISI     | client      | No bundler wallet provisioned for this organization. Complete system deployment first — the provisioning phase creates the bundler wallet                                                                                               |
| DALP-0190                     | SMART\_WALLETS\_NO\_WALLET\_ID\_AVAILABLE\_USER\_SESSION\_VALID\_BUNDLER\_CONFIGURED                     | client      | No wallet ID available. Ensure the user session has a valid bundler wallet configured                                                                                                                                                   |
| DALP-0191                     | SMART\_WALLETS\_NO\_WALLET\_ID\_AVAILABLE\_USER\_SESSION\_VALID\_SIGNER\_CONFIGURED                      | permission  | No wallet ID available. Ensure the user session has a valid signer wallet configured                                                                                                                                                    |
| DALP-0192                     | SMART\_WALLETS\_NON\_DEFAULT\_SIGNER\_WEIGHTS\_NOT\_SUPPORTED\_YET\_ADD\_WEIGHT\_DEDICATED\_MANAGEMENT   | permission  | Non-default signer weights are not supported by this endpoint yet. Add the signer with weight 1 or use a dedicated weight-management flow                                                                                               |
| DALP-0193                     | SMART\_WALLETS\_NONE\_KNOWN\_SIGNING\_EOAS\_CURRENTLY\_SIGNER\_WALLET                                    | permission  | None of your known signing EOAs is currently a signer on this wallet.                                                                                                                                                                   |
| DALP-0194                     | SMART\_WALLETS\_NOT\_AUTHORIZED\_UPDATE\_METADATA\_WALLET                                                | permission  | You are not authorized to update metadata for this wallet.                                                                                                                                                                              |
| DALP-0195                     | SMART\_WALLETS\_NOT\_SIGNER\_MULTISIG\_VALIDATOR\_WALLET                                                 | permission  | You are not a signer on this multisig wallet.                                                                                                                                                                                           |
| DALP-0196                     | SMART\_WALLETS\_NOT\_SIGNER\_MULTISIG\_VALIDATOR\_WALLET\_ONLY\_SIGNERS\_CAN\_CREATE\_APPROVALS          | permission  | Only multisig signers can create approvals for this wallet.                                                                                                                                                                             |
| DALP-0197                     | SMART\_WALLETS\_NOT\_SIGNER\_WALLET                                                                      | permission  | You are not a signer on this wallet.                                                                                                                                                                                                    |
| DALP-0198                     | SMART\_WALLETS\_ONLY\_WALLET\_OWNER\_CAN\_DIRECTLY\_MULTISIG\_APPROVAL\_FLOW\_CO\_SIGNER\_OPERATIONS     | permission  | Only the wallet owner can perform this action directly. Use the multisig approval flow for co-signer operations.                                                                                                                        |
| DALP-0199                     | SMART\_WALLETS\_ORGANIZATION\_ACCOUNT\_ABSTRACTION\_DISABLED\_CANNOT\_CREATE\_WALLET\_DEFAULT            | domain      | Organization has Account Abstraction disabled; cannot create a smart wallet as default                                                                                                                                                  |
| DALP-0200                     | SMART\_WALLETS\_ORGANIZATION\_ACCOUNT\_ABSTRACTION\_DISABLED\_CANNOT\_SET\_WALLET\_DEFAULT               | domain      | Organization has Account Abstraction disabled; cannot set a smart wallet as default                                                                                                                                                     |
| DALP-0201                     | SMART\_WALLETS\_RPC\_URL\_NOT\_CONFIGURED\_CHAIN\_NETWORK\_CONFIGURATION                                 | dependency  | RPC URL not configured for the current chain. Check network configuration                                                                                                                                                               |
| DALP-0202                     | SMART\_WALLETS\_RPC\_URL\_NOT\_CONFIGURED\_GAS\_STATUS\_CHECKS\_NETWORK\_CONFIG\_RUN\_BUN\_DEV\_SETUP    | dependency  | RPC URL not configured for gas-status checks. Check NETWORK\_CONFIG or run 'bun run dev:setup'                                                                                                                                          |
| DALP-0203                     | SMART\_WALLETS\_SYSTEMADDRESS\_DOES\_NOT\_MATCH\_WALLET\_S                                               | operational | Provided systemAddress does not match the wallet's system.                                                                                                                                                                              |
| DALP-0204                     | SMART\_WALLETS\_USER\_OP\_HASH\_DOES\_NOT\_MATCH\_PREVIEW\_BUILT\_SUPPLIED\_CALLDATA\_WALLET\_STATE\_REB | domain      | userOpHash does not match the preview built from the supplied callData and wallet state. Rebuild the preview and retry                                                                                                                  |
| DALP-0205                     | SMART\_WALLETS\_WALLET\_ADDRESS\_UNAVAILABLE\_WORKFLOW\_COMPLETION                                       | dependency  | Smart wallet address not available after workflow completion. Retry the request                                                                                                                                                         |
| DALP-0206                     | SMART\_WALLETS\_WALLET\_METADATA\_UPDATE\_SUCCEEDED\_BUT\_COULD\_NOT\_RELOADED                           | operational | Smart wallet metadata update succeeded, but the wallet record could not be reloaded.                                                                                                                                                    |
| DALP-0207                     | SMART\_WALLETS\_WALLET\_NO\_MULTISIG\_THRESHOLD\_CONFIGURED\_SET\_CREATING\_APPROVALS                    | client      | This wallet has no multisig threshold configured. Set a threshold before creating approvals.                                                                                                                                            |
| DALP-0208                     | SMART\_WALLETS\_WALLET\_NOT\_FOUND\_ADDRESS\_INDEXED                                                     | client      | Wallet not found. Verify the address is correct and the wallet has been indexed.                                                                                                                                                        |
| DALP-0209                     | SMART\_WALLETS\_WALLET\_NOT\_FOUND\_ADDRESS\_INDEXED\_CREATE\_APPROVAL                                   | client      | Smart wallet not found. Verify the address is correct and the wallet has been indexed.                                                                                                                                                  |
| DALP-0210                     | SMART\_WALLETS\_WALLET\_NOT\_FOUND\_ADDRESS\_INDEXED\_GAS\_STATUS                                        | client      | Smart wallet not found. Verify the address is correct and the wallet has been indexed.                                                                                                                                                  |
| DALP-0211                     | SMART\_WALLETS\_WALLET\_NOT\_FOUND\_ADDRESS\_INDEXED\_WALLETS\_READ                                      | client      | Smart wallet not found. Verify the address is correct and the wallet has been indexed.                                                                                                                                                  |
| DALP-0212                     | SMART\_WALLETS\_WALLET\_NOT\_FOUND\_ADDRESS\_NOT\_INDEXED\_YET                                           | client      | Smart wallet not found. The wallet may not have been indexed yet.                                                                                                                                                                       |
| DALP-0213                     | SMART\_WALLETS\_WALLET\_NOT\_FOUND\_INDEXING\_INDEXER\_NOT\_PROCESSED\_ACCOUNTCREATED\_EVENT\_YET        | client      | Smart wallet not found after indexing. The indexer may not have processed the AccountCreated event yet.                                                                                                                                 |
| DALP-0214                     | SYSTEM\_ACCESS\_LEAST\_ONE\_ADDRESS\_ROLE\_REQUIRED                                                      | permission  | At least one address and one role are required                                                                                                                                                                                          |
| DALP-0215                     | SYSTEM\_ACCESS\_MANAGER\_GRANT\_ROLE                                                                     | permission  | system access manager grant role                                                                                                                                                                                                        |
| DALP-0216                     | SYSTEM\_ACCESS\_MANAGER\_REVOKE\_ROLE                                                                    | permission  | system access manager revoke role                                                                                                                                                                                                       |
| DALP-0217                     | SYSTEM\_ACCESS\_ROLES\_NOT\_FOUND                                                                        | permission  | Roles not found: \{role}                                                                                                                                                                                                                |
| DALP-0218                     | SYSTEM\_ACCESS\_UNEXPECTED\_ERROR\_INVALID\_ADDRESS\_CONFIGURATION                                       | client      | Unexpected error: address configuration couldn't be applied                                                                                                                                                                             |
| DALP-0219                     | SYSTEM\_ACCESS\_UNEXPECTED\_ERROR\_INVALID\_ADDRESS\_ROLE\_CONFIGURATION                                 | permission  | Unexpected error: address or role configuration couldn't be applied                                                                                                                                                                     |
| DALP-0220                     | SYSTEM\_ACCESS\_UNEXPECTED\_ERROR\_INVALID\_ROLE\_CONFIGURATION                                          | permission  | Unexpected error: role configuration couldn't be applied                                                                                                                                                                                |
| DALP-0221                     | SYSTEM\_ACTIVITY\_LIST                                                                                   | operational | system activity activity list                                                                                                                                                                                                           |
| DALP-0222                     | SYSTEM\_ADDON\_CONTEXT\_UNAVAILABLE\_SERVER\_CONFIGURATION\_SYSTEMMIDDLEWARE\_ACTIVE                     | dependency  | System context not available. Check server configuration and ensure systemMiddleware is active                                                                                                                                          |
| DALP-0223                     | SYSTEM\_ADDON\_DATABASE\_UNAVAILABLE\_REQUIRED\_ADVISORY\_LOCK\_PAYMASTER\_SIGNER\_PROVISIONING          | permission  | Database not available — required for advisory lock during paymaster signer provisioning                                                                                                                                                |
| DALP-0224                     | SYSTEM\_ADDON\_DATABASE\_UNAVAILABLE\_REQUIRED\_RESOLVING\_ENTRYPOINT\_ADDRESS                           | dependency  | Database not available — required for resolving EntryPoint address                                                                                                                                                                      |
| DALP-0225                     | SYSTEM\_ADDON\_DATABASE\_UNAVAILABLE\_REQUIRED\_RESOLVING\_FEEDSDIRECTORY\_ADDRESS\_PRICERESOLVER        | dependency  | Database not available — required for resolving FeedsDirectory address during PriceResolver addon initialization                                                                                                                        |
| DALP-0226                     | SYSTEM\_ADDON\_FACTORY\_CREATE                                                                           | operational | system addon factory addon factory create                                                                                                                                                                                               |
| DALP-0227                     | SYSTEM\_ADDON\_FACTORY\_NOT\_FOUND\_INDEXER                                                              | client      | Addon factory \{factoryAddress} was not found in the indexer                                                                                                                                                                            |
| DALP-0228                     | SYSTEM\_ADDON\_FACTORY\_RECEIPT\_DID\_NOT\_CONTAIN\_CANNOT\_RESOLVE\_DEPLOYED\_ADDRESS                   | domain      | Addon factory receipt did not contain \{factoryAddress}; cannot resolve deployed addon address                                                                                                                                          |
| DALP-0229                     | SYSTEM\_ADDON\_FACTORY\_REGISTRATION\_COMPLETED\_BUT\_NO\_BLOCK\_NUMBER\_RECORDED\_ALL\_TRANSACTION\_R   | client      | Addon factory registration completed but no block number was recorded — all transaction receipts lacked blockNumber                                                                                                                     |
| DALP-0230                     | SYSTEM\_ADDON\_PAYMASTER\_DEPLOYMENT\_COMPLETED\_WITHOUT\_TRANSACTION\_RECEIPT\_CANNOT\_PERSIST\_SCO     | permission  | Paymaster addon deployment completed without a transaction receipt; cannot persist the paymaster-scoped signer key                                                                                                                      |
| DALP-0231                     | SYSTEM\_ADDON\_PAYMASTER\_SIGNER\_KEY\_MISMATCH                                                          | permission  | Paymaster signer key mismatch for \{paymasterAddress}                                                                                                                                                                                   |
| DALP-0232                     | SYSTEM\_ADDON\_PENDING\_PAYMASTER\_SIGNER\_KEY\_BUT\_NOT\_VALID\_HEX                                     | permission  | Pending paymaster signer key exists but is not valid hex (\{paymasterAddress})                                                                                                                                                          |
| DALP-0233                     | SYSTEM\_ADDON\_PRICERESOLVER\_PREREQUISITES\_NOT\_PREFLIGHTED\_RESOLVE\_THEM\_VIA\_RESOLVEPRICERESO      | operational | PriceResolver prerequisites were not preflighted — resolve them via resolvePriceResolverPrerequisites before batch deployment                                                                                                           |
| DALP-0234                     | SYSTEM\_ADDON\_REGISTRY\_NOT\_FOUND                                                                      | client      | System addon registry not found                                                                                                                                                                                                         |
| DALP-0235                     | SYSTEM\_ADDON\_SECRETS\_PROVIDER\_UNAVAILABLE\_REQUIRED\_PERSISTING\_PAYMASTER\_SIGNER\_KEY\_DEPLOYM     | permission  | Secrets provider not available — required for persisting the paymaster signer key after deployment                                                                                                                                      |
| DALP-0236                     | SYSTEM\_ADDON\_SECRETS\_PROVIDER\_UNAVAILABLE\_REQUIRED\_PREPARING\_PAYMASTER\_SIGNER\_KEY               | permission  | Secrets provider not available — required for preparing the paymaster signer key                                                                                                                                                        |
| DALP-0237                     | SYSTEM\_ADDON\_SECRETS\_PROVIDER\_UNAVAILABLE\_REQUIRED\_RECONCILING\_PAYMASTER\_SIGNER\_KEY             | permission  | Secrets provider not available — required for reconciling the paymaster signer key                                                                                                                                                      |
| DALP-0238                     | SYSTEM\_ADDON\_TRANSACTION\_PROCESSING\_SERVICE\_UNAVAILABLE\_SERVER\_CONFIGURATION\_RESTATEMIDDLE       | dependency  | Transaction processing service not available. Check server configuration and ensure restateMiddleware is active                                                                                                                         |
| DALP-0239                     | SYSTEM\_BUNDLER\_WALLET\_ADDRESS\_NOT\_CONFIGURED\_CONFIGURE\_BUNDLER\_WALLET\_ADDRESS\_ORGANIZATION     | dependency  | Bundler wallet address is not configured. Configure BUNDLER\_WALLET\_ADDRESS in organization settings first                                                                                                                             |
| DALP-0240                     | SYSTEM\_CLAIM\_TOPIC\_CREATION\_REQUIRES\_HEADERS\_QUEUE\_EXECUTION                                      | operational | Topic creation requires request headers for queue execution                                                                                                                                                                             |
| DALP-0241                     | SYSTEM\_CLAIM\_TOPIC\_DELETES\_REQUIRE\_HEADERS\_QUEUE\_EXECUTION                                        | operational | Topic deletes require request headers for queue execution                                                                                                                                                                               |
| DALP-0242                     | SYSTEM\_CLAIM\_TOPIC\_NOT\_FOUND                                                                         | client      | Topic "\{topicId}" not found                                                                                                                                                                                                            |
| DALP-0243                     | SYSTEM\_CLAIM\_TOPIC\_UPDATES\_REQUIRE\_HEADERS\_QUEUE\_EXECUTION                                        | operational | Topic updates require request headers for queue execution                                                                                                                                                                               |
| DALP-0244                     | SYSTEM\_COMPLIANCE\_CACHEDRESULT\_MUST\_SET\_STARTWORKFLOW\_BUG\_QUEUE\_BRIDGE                           | operational | cachedResult must be set by startWorkflow — this is a bug in the queue bridge                                                                                                                                                           |
| DALP-0245                     | SYSTEM\_COMPLIANCE\_CONTRACT\_NOT\_FOUND                                                                 | client      | System compliance contract not found                                                                                                                                                                                                    |
| DALP-0246                     | SYSTEM\_COMPLIANCE\_MODULE\_IMPLEMENTATIONS\_NOT\_FOUND\_INDEXER                                         | client      | Compliance module implementations not found in indexer for: \{moduleAddress}                                                                                                                                                            |
| DALP-0247                     | SYSTEM\_COMPLIANCE\_MODULE\_NOT\_REGISTERED\_REGISTRY                                                    | client      | Module \{registryAddress} is not registered in the compliance module registry                                                                                                                                                           |
| DALP-0248                     | SYSTEM\_COMPLIANCE\_MODULE\_UNINSTALL                                                                    | operational | system compliance module compliance module uninstall                                                                                                                                                                                    |
| DALP-0249                     | SYSTEM\_DIRECTORY\_READ                                                                                  | operational | system directory directory read                                                                                                                                                                                                         |
| DALP-0250                     | SYSTEM\_FACTORY\_ADDRESS\_NOT\_FOUND\_DIRECTORY                                                          | client      | System factory address not found in directory                                                                                                                                                                                           |
| DALP-0251                     | SYSTEM\_IDENTITY\_ADDRESS\_REQUIRED                                                                      | client      | System address is required                                                                                                                                                                                                              |
| DALP-0252                     | SYSTEM\_IDENTITY\_CACHEDRESULT\_MUST\_SET\_STARTWORKFLOW\_BUG\_QUEUE\_BRIDGE                             | operational | cachedResult must be set by startWorkflow — this is a bug in the queue bridge                                                                                                                                                           |
| DALP-0253                     | SYSTEM\_IDENTITY\_CACHEDRESULT\_RECEIPT\_MUST\_SET\_STARTWORKFLOW\_BUG\_QUEUE\_BRIDGE                    | operational | cachedResult with receipt must be set by startWorkflow — this is a bug in the queue bridge                                                                                                                                              |
| DALP-0254                     | SYSTEM\_IDENTITY\_CLAIM\_ISSUE                                                                           | operational | system identity claim claim issue                                                                                                                                                                                                       |
| DALP-0255                     | SYSTEM\_IDENTITY\_CONTEXT\_REQUIRED\_VALIDATE\_KNOWYOURCUSTOMER\_CLAIM\_VALUES                           | operational | System context is required to validate knowYourCustomer claim values                                                                                                                                                                    |
| DALP-0256                     | SYSTEM\_IDENTITY\_CONTEXT\_UNAVAILABLE\_SYSTEMMIDDLEWARE\_APPLIED                                        | dependency  | System context not available. Ensure systemMiddleware is applied                                                                                                                                                                        |
| DALP-0257                     | SYSTEM\_IDENTITY\_DATABASE\_CONTEXT\_REQUIRED\_VALIDATE\_KNOWYOURCUSTOMER\_CLAIM\_VALUES                 | operational | Database context is required to validate knowYourCustomer claim values                                                                                                                                                                  |
| DALP-0258                     | SYSTEM\_IDENTITY\_DATABASE\_CONTEXT\_UNAVAILABLE\_DATABASEMIDDLEWARE\_APPLIED                            | dependency  | Database context not available. Ensure databaseMiddleware is applied                                                                                                                                                                    |
| DALP-0259                     | SYSTEM\_IDENTITY\_DO\_NOT\_MANAGEMENT\_KEY\_ONLY\_USERS\_MANAGEMENT\_RIGHTS\_CAN\_REVOKE\_CLAIMS         | domain      | You do not have a MANAGEMENT\_KEY on this identity. Only users with management rights can revoke claims                                                                                                                                 |
| DALP-0260                     | SYSTEM\_IDENTITY\_FACTORY\_ADDRESS\_NOT\_FOUND                                                           | client      | Identity factory address not found                                                                                                                                                                                                      |
| DALP-0261                     | SYSTEM\_IDENTITY\_INVALID\_ADDRESS\_VALID\_ETHEREUM\_0X\_PREFIXED\_HEX\_CHARACTERS                       | client      | \{address} address: \{address}. Expected a valid Ethereum address (0x-prefixed, 40 hex characters) wasn't accepted                                                                                                                      |
| DALP-0262                     | SYSTEM\_IDENTITY\_MULTIPLE\_ACTIVE\_CLAIMS\_FOUND\_TOPIC                                                 | operational | Multiple active claims found for topic \{topicId} on identity \{identityAddress}                                                                                                                                                        |
| DALP-0263                     | SYSTEM\_IDENTITY\_NO\_ASSOCIATED\_ACCOUNT                                                                | client      | Identity \{identityAddress} has no associated account                                                                                                                                                                                   |
| DALP-0264                     | SYSTEM\_IDENTITY\_NO\_CONTRACT\_FOUND\_WALLET                                                            | client      | No identity contract found for wallet "\{identityAddress}"                                                                                                                                                                              |
| DALP-0265                     | SYSTEM\_IDENTITY\_NO\_FOUND                                                                              | client      | No identity found for \{identityAddress}                                                                                                                                                                                                |
| DALP-0266                     | SYSTEM\_IDENTITY\_NOT\_FOUND                                                                             | client      | System not found                                                                                                                                                                                                                        |
| DALP-0267                     | SYSTEM\_IDENTITY\_NOT\_FOUND\_CREATION\_INDEXER\_DID\_NOT\_PROCESS\_BLOCK\_WITHIN\_TIMEOUT               | client      | Identity not found after creation — indexer did not process the block within the timeout                                                                                                                                                |
| DALP-0268                     | SYSTEM\_IDENTITY\_NOT\_FOUND\_REGISTRY                                                                   | client      | Identity \{identityAddress} was not found in the registry                                                                                                                                                                               |
| DALP-0269                     | SYSTEM\_IDENTITY\_NOT\_REGISTERED\_S\_REGISTRY                                                           | client      | Identity \{identityAddress} is not registered in this system's identity registry                                                                                                                                                        |
| DALP-0270                     | SYSTEM\_IDENTITY\_NOT\_REGISTERED\_YET                                                                   | client      | Identity for "\{identityAddress}" is not registered yet                                                                                                                                                                                 |
| DALP-0271                     | SYSTEM\_IDENTITY\_TOPIC\_CLAIM\_MUST\_MATCH\_APPROVED\_KYC\_CONTENT\_HASH                                | operational | Topic \{topicId} claim value must match the approved KYC content hash                                                                                                                                                                   |
| DALP-0272                     | SYSTEM\_IDENTITY\_TOPIC\_NOT\_REGISTERED\_SCHEME\_REGISTRY                                               | client      | Topic \{topicId} is not registered in the topic scheme registry                                                                                                                                                                         |
| DALP-0273                     | SYSTEM\_IDENTITY\_TOPIC\_REQUIRES\_APPROVED\_KYC\_PROFILE\_TARGET                                        | domain      | Topic '\{topic}' requires an approved KYC profile for the target identity                                                                                                                                                               |
| DALP-0274                     | SYSTEM\_IDENTITY\_TOPIC\_REQUIRES\_SINGLE\_CLAIM\_NOT\_ARRAY\_STRUCTURED\_DATA                           | operational | Topic \{topicId} requires a single claim value, not an array or structured data                                                                                                                                                         |
| DALP-0275                     | SYSTEM\_IDENTITY\_TRANSACTION\_PROCESSING\_SERVICE\_UNAVAILABLE\_SERVER\_CONFIGURATION\_RESTATEMID       | dependency  | Transaction processing service not available. Check server configuration and ensure restateMiddleware is active                                                                                                                         |
| DALP-0276                     | SYSTEM\_IDENTITY\_UNEXPECTED\_CLAIM\_MISSING\_VALIDATION                                                 | client      | Unexpected: claim missing after validation                                                                                                                                                                                              |
| DALP-0277                     | SYSTEM\_IDENTITY\_WALLET\_NOT\_REGISTERED                                                                | client      | Identity for wallet "\{identityAddress}" is not registered in the system                                                                                                                                                                |
| DALP-0278                     | SYSTEM\_NO\_FOUND\_ORGANIZATION                                                                          | client      | No system found for this organization                                                                                                                                                                                                   |
| DALP-0279                     | SYSTEM\_NOT\_FOUND                                                                                       | client      | System not found                                                                                                                                                                                                                        |
| DALP-0280                     | SYSTEM\_PAYMASTER\_CONTEXT\_UNAVAILABLE\_SERVER\_CONFIGURATION\_SYSTEMMIDDLEWARE\_ACTIVE                 | dependency  | System context not available. Check server configuration and ensure systemMiddleware is active                                                                                                                                          |
| DALP-0281                     | SYSTEM\_PAYMASTER\_DIRECTORY\_ADDRESS\_NOT\_CONFIGURED\_NETWORK\_CONFIG\_CONTRACT\_SET                   | dependency  | Directory address not configured — check network config has a directory contract address set                                                                                                                                            |
| DALP-0282                     | SYSTEM\_PAYMASTER\_ENTRYPOINT\_NOT\_FOUND\_INDEXER\_NOT\_PROCESSED\_DIRECTORY\_S                         | client      | EntryPoint not found in indexer — the indexer may not have processed the Directory's                                                                                                                                                    |
| DALP-0283                     | SYSTEM\_PAYMASTER\_NOT\_FOUND\_ADDRESS\_INDEXED\_LIST\_AVAILABLE\_PAYMASTERS\_VIA\_GET                   | client      | Paymaster not found with address \{paymasterAddress}. Verify the paymaster address is correct and the paymaster has been indexed. List available paymasters via GET \{address}                                                          |
| DALP-0284                     | SYSTEM\_PAYMASTER\_NOT\_FOUND\_ADDRESS\_INDEXED\_LIST\_AVAILABLE\_PAYMASTERS\_VIA\_GET\_V2               | client      | Paymaster not found with address \{systemAddress}. Verify the paymaster address is correct and the paymaster has been indexed. List available paymasters via GET /v2/system/paymasters                                                  |
| DALP-0285                     | SYSTEM\_PAYMASTER\_SPONSORSHIP\_NOT\_FOUND\_ADDRESS                                                      | client      | Sponsorship paymaster not found with address \{paymasterAddress}                                                                                                                                                                        |
| DALP-0286                     | SYSTEM\_PAYMASTER\_WALLET\_ID\_NOT\_FOUND\_USER\_MUST\_ROTATE\_SIGNER\_KEY                               | permission  | Wallet ID not found — user must have a wallet ID to rotate the signer key                                                                                                                                                               |
| DALP-0287                     | SYSTEM\_TOKEN\_CONTEXT\_UNAVAILABLE\_SERVER\_CONFIGURATION\_SYSTEMMIDDLEWARE\_ACTIVE                     | dependency  | System context not available. Check server configuration and ensure systemMiddleware is active                                                                                                                                          |
| DALP-0288                     | SYSTEM\_TOKEN\_FACTORY\_DEPLOYMENT\_COMPLETED\_BUT\_NO\_BLOCK\_NUMBER\_RECORDED\_ALL\_TRANSACTION\_REC   | client      | Token factory deployment completed but no block number was recorded — all transaction receipts lacked blockNumber                                                                                                                       |
| DALP-0289                     | SYSTEM\_TOKEN\_FACTORY\_TYPE\_NOT\_FOUND                                                                 | client      | Token factory for type \{factoryAddress} not found                                                                                                                                                                                      |
| DALP-0290                     | SYSTEM\_TOKEN\_NO\_FACTORY\_FOUND\_ADDRESS\_BOOTSTRAPPED                                                 | client      | No token factory found for \{systemAddress}. Verify the factory address is correct and the system is bootstrapped                                                                                                                       |
| DALP-0291                     | SYSTEM\_TOKEN\_NO\_FACTORY\_FOUND\_CONTRACT\_TYPE\_NOT\_RECOGNIZED                                       | client      | No token factory found for \{factoryAddress}. Contract type \{factoryAddress} is not a recognized factory type                                                                                                                          |
| DALP-0292                     | SYSTEM\_TOKEN\_TRANSACTION\_PROCESSING\_SERVICE\_UNAVAILABLE\_SERVER\_CONFIGURATION\_RESTATEMIDDLE       | dependency  | Transaction processing service not available. Check server configuration and ensure restateMiddleware is active                                                                                                                         |
| DALP-0293                     | SYSTEM\_TRUSTED\_ISSUER\_ADD\_REMOVE\_CLAIM\_TOPIC\_ROUTES\_SYNC\_ONLY\_PREFER\_RESPOND\_ASYNC\_NOT\_SUP | dependency  | trusted-issuer add/remove-claim-topic routes are sync-only — 'Prefer: respond-async' is not supported because the advisory lock must be held across on-chain confirmation and indexer catch-up. Retry without the Prefer header         |
| DALP-0294                     | SYSTEM\_TRUSTED\_ISSUER\_NOT\_FOUND                                                                      | client      | Trusted issuer "\{issuerAddress}" not found                                                                                                                                                                                             |
| DALP-0295                     | TOKEN\_ACCESS\_CANNOT\_REVOKE\_LAST\_PERMISSION\_MANAGER\_LEAST\_ONE\_ADMIN\_MUST\_REMAIN                | domain      | Cannot revoke the last permission manager. At least one admin must remain on the token                                                                                                                                                  |
| DALP-0296                     | TOKEN\_ACCESS\_CONTROL\_NOT\_FOUND\_MANAGER\_CONFIGURED                                                  | client      | Token access control not found. Ensure the token has an access manager configured                                                                                                                                                       |
| DALP-0297                     | TOKEN\_ACCESS\_INVALID\_GRANT\_ROLE\_INPUT\_SHAPE\_EITHER\_ACCOUNTS\_ACCOUNT\_ROLES                      | permission  | Grant role input shape wasn't accepted. Provide either \{ accounts, role } or \{ account, roles }                                                                                                                                       |
| DALP-0298                     | TOKEN\_ACCESS\_INVALID\_REVOKE\_ROLE\_INPUT\_SHAPE\_EITHER\_ACCOUNTS\_ACCOUNT\_ROLES                     | permission  | Revoke role input shape wasn't accepted. Provide either \{ accounts, role } or \{ account, roles }                                                                                                                                      |
| DALP-0299                     | TOKEN\_ACCESS\_LEAST\_ONE\_ROLE\_MUST\_GRANTING                                                          | permission  | At least one role must be provided for role granting                                                                                                                                                                                    |
| DALP-0300                     | TOKEN\_ACCESS\_LEAST\_ONE\_ROLE\_MUST\_REVOCATION                                                        | permission  | At least one role must be provided for role revocation                                                                                                                                                                                  |
| DALP-0301                     | TOKEN\_ACCESS\_ONE\_MORE\_ROLES\_NOT\_FOUND\_ALL\_ROLE\_NAMES\_VALID\_CONTROL                            | permission  | One or more roles not found. Check that all role names are valid access control roles                                                                                                                                                   |
| DALP-0302                     | TOKEN\_ACCESS\_ROLE\_NOT\_FOUND\_NAME\_VALID\_CONTROL                                                    | permission  | Role \{role} not found. Check the role name is a valid access control role                                                                                                                                                              |
| DALP-0303                     | TOKEN\_BURN                                                                                              | operational | token burn token burn                                                                                                                                                                                                                   |
| DALP-0304                     | TOKEN\_BURN\_PAUSED\_UNPAUSE\_BURNING                                                                    | operational | Token \{tokenAddress} is paused. Unpause the token before burning                                                                                                                                                                       |
| DALP-0305                     | TOKEN\_CLAIM\_ACCOUNT\_ADDRESS\_DOES\_NOT\_ASSOCIATED\_IDENTITY\_CONTRACT\_ONLY\_USERS\_CAN\_ISSUE\_CLA  | domain      | Account at address \{identityAddress} does not have an associated identity contract. Only users with an identity can issue claims                                                                                                       |
| DALP-0306                     | TOKEN\_CLAIM\_ACCOUNT\_ADDRESS\_DOES\_NOT\_ASSOCIATED\_IDENTITY\_CONTRACT\_ONLY\_USERS\_CAN\_REVOKE\_CL  | domain      | Account at address \{identityAddress} does not have an associated identity contract. Only users with an identity can revoke claims                                                                                                      |
| DALP-0307                     | TOKEN\_CLAIM\_DATABASE\_CONTEXT\_REQUIRED\_ISSUE\_ASSETCLASSIFICATION\_MIDDLEWARE\_CONFIGURED            | operational | Database context is required to issue an 'assetClassification' claim. Ensure database middleware is configured for this route                                                                                                           |
| DALP-0308                     | TOKEN\_CLAIM\_DOES\_NOT\_ASSOCIATED\_IDENTITY\_CONTRACT                                                  | operational | Token '\{tokenAddress}' does not have an associated identity contract                                                                                                                                                                   |
| DALP-0309                     | TOKEN\_CLAIM\_TOPIC\_NOT\_REGISTERED\_SCHEME\_REGISTRY                                                   | client      | Topic \{topicId} is not registered in the topic scheme registry                                                                                                                                                                         |
| DALP-0310                     | TOKEN\_COMPLIANCE\_NO\_BINDING\_FOUND\_MODULE\_TYPE\_CONTRACT                                            | client      | No binding found for module type \{moduleAddress} on compliance contract \{moduleAddress}                                                                                                                                               |
| DALP-0311                     | TOKEN\_COMPLIANCE\_NOT\_INDEXED\_NOT\_IN\_OWNER\_SCOPE                                                   | permission  | Token \{value} is not indexed or does not belong to a system                                                                                                                                                                            |
| DALP-0312                     | TOKEN\_CREATE\_CREATION\_WORKFLOW\_FAILED                                                                | operational | Token creation workflow failed: \{error}                                                                                                                                                                                                |
| DALP-0313                     | TOKEN\_CREATE\_DATABASE\_CONTEXT\_REQUIRED\_DALP\_ASSET\_CREATION                                        | operational | Database context required for dalp-asset token creation                                                                                                                                                                                 |
| DALP-0314                     | TOKEN\_CREATE\_FACTORY\_TYPE\_NOT\_FOUND                                                                 | client      | Token factory for type \{factoryAddress} not found                                                                                                                                                                                      |
| DALP-0315                     | TOKEN\_CREATE\_WORKFLOW\_PHASE\_FAILED                                                                   | operational | Token creation workflow failed during phase execution                                                                                                                                                                                   |
| DALP-0316                     | TOKEN\_CREATE\_TEMPLATEID\_REQUIRED\_DALP\_ASSET\_CREATION\_SELECT\_INSTRUMENT\_TEMPLATE\_CREATING       | client      | templateId is required for dalp-asset token creation. Select an instrument template before creating the token                                                                                                                           |
| DALP-0317                     | TOKEN\_CREATE\_TRANSACTION\_PROCESSING\_SERVICE\_UNAVAILABLE\_SERVER\_CONFIGURATION                      | dependency  | Transaction processing service not available. Check server configuration                                                                                                                                                                |
| DALP-0318                     | TOKEN\_CREATE\_USER\_ADDRESS\_DOES\_NOT\_ASSOCIATED\_IDENTITY\_CONTRACT                                  | operational | User with address \{address} does not have an associated identity contract                                                                                                                                                              |
| DALP-0319                     | TOKEN\_DOCUMENTS\_ACCESS\_DENIED\_HOLDER\_REQUIRED                                                       | client      | Access denied - token holder access required                                                                                                                                                                                            |
| DALP-0320                     | TOKEN\_DOCUMENTS\_ACCESS\_DENIED\_RESTRICTED\_DOCUMENT                                                   | operational | Access denied to restricted document                                                                                                                                                                                                    |
| DALP-0321                     | TOKEN\_DOCUMENTS\_DECLARED\_FILE\_SIZE\_DOES\_NOT\_MATCH\_ACTUAL\_STORAGE                                | operational | Declared file size does not match actual file size in storage                                                                                                                                                                           |
| DALP-0322                     | TOKEN\_DOCUMENTS\_DOCUMENT\_GROUP\_NOT\_FOUND\_REPLACEMENT                                               | client      | Document group not found for replacement                                                                                                                                                                                                |
| DALP-0323                     | TOKEN\_DOCUMENTS\_DOCUMENT\_NOT\_FOUND                                                                   | client      | Document not found                                                                                                                                                                                                                      |
| DALP-0324                     | TOKEN\_DOCUMENTS\_DOCUMENT\_TYPE\_NOT\_VALID\_ASSET                                                      | client      | Document type \{value} is not valid for asset type \{value}                                                                                                                                                                             |
| DALP-0325                     | TOKEN\_DOCUMENTS\_FAILED\_TO\_CREATE\_DOCUMENT\_RECORD                                                   | operational | Failed to create document record                                                                                                                                                                                                        |
| DALP-0326                     | TOKEN\_DOCUMENTS\_FILE\_NOT\_FOUND\_STORAGE\_UPLOAD\_FAILED                                              | client      | File not found in storage. Upload may have failed                                                                                                                                                                                       |
| DALP-0327                     | TOKEN\_DOCUMENTS\_INVALID\_OBJECT\_KEY                                                                   | client      | Object key wasn't accepted                                                                                                                                                                                                              |
| DALP-0328                     | TOKEN\_FACTORY\_NOT\_FOUND                                                                               | client      | Token factory not found for current system                                                                                                                                                                                              |
| DALP-0329                     | TOKEN\_FEATURE\_CONTEXT\_REQUIRED                                                                        | operational | tokenFeaturesMiddleware must run before requireTokenFeatureMiddleware                                                                                                                                                                   |
| DALP-0330                     | TOKEN\_FEATURES\_FIXED\_TREASURY\_YIELD\_FEATURE\_STATE\_NOT\_YET\_INDEXED\_INDEXER\_PROCESSED\_INITIA   | dependency  | fixed-treasury-yield feature state not yet indexed for this token. The indexer has not processed the feature initialization yet. Please retry later                                                                                     |
| DALP-0331                     | TOKEN\_FEATURES\_MATURITY\_REDEMPTION\_FEATURE\_STATE\_NOT\_YET\_INDEXED\_INDEXER\_PROCESSED\_INITIAL    | dependency  | maturity-redemption feature state not yet indexed for this token. The indexer has not processed the feature initialization yet. Please retry later                                                                                      |
| DALP-0332                     | TOKEN\_FEATURES\_NO\_YIELD\_AVAILABLE\_CLAIM\_FIRST\_PERIOD\_NOT\_COMPLETED\_YET                         | client      | No yield available to claim. The first yield period has not completed yet                                                                                                                                                               |
| DALP-0333                     | TOKEN\_FEATURES\_UNAVAILABLE                                                                             | dependency  | Token features for \{featureName} are not available                                                                                                                                                                                     |
| DALP-0334                     | TOKEN\_FREEZE\_AMOUNT\_EXCEEDS\_AVAILABLE\_BALANCE                                                       | client      | Freeze amount exceeds available balance                                                                                                                                                                                                 |
| DALP-0335                     | TOKEN\_INDEXED\_BASE\_PRICE\_FEED\_STALE\_UNDER\_ACTIVE\_PRICERESOLVER\_POLICY                           | operational | The indexed base price feed for token \{tokenAddress} is stale under the active PriceResolver policy                                                                                                                                    |
| DALP-0336                     | TOKEN\_INDEXED\_PRICERESOLVER\_REGISTRATION\_DID\_NOT\_DECODE\_INITIALIZE                                | operational | Indexed PriceResolver registration did not decode to initialize()                                                                                                                                                                       |
| DALP-0337                     | TOKEN\_INDEXED\_PRICERESOLVER\_REGISTRATION\_DID\_NOT\_INCLUDE\_INITIALIZATION\_ARGUMENTS                | operational | Indexed PriceResolver registration did not include the expected initialization arguments                                                                                                                                                |
| DALP-0338                     | TOKEN\_INDEXED\_PRICERESOLVER\_REGISTRATION\_MISSING\_VALID\_INITIALIZATION\_CALLDATA                    | client      | Indexed PriceResolver registration is missing valid initialization calldata                                                                                                                                                             |
| DALP-0339                     | TOKEN\_INDEXER\_DATA\_INVALID                                                                            | dependency  | Token data validation failed for \{value}                                                                                                                                                                                               |
| DALP-0340                     | TOKEN\_INDEXER\_TOKEN\_NOT\_FOUND                                                                        | client      | Token with address \{address} not found                                                                                                                                                                                                 |
| DALP-0341                     | TOKEN\_INVALID\_ADDRESS\_VALID\_ETHEREUM\_0X\_PREFIXED\_HEX\_CHARACTERS                                  | client      | \{address} address "\{address}". Expected a valid Ethereum address (0x-prefixed, 40 hex characters) wasn't accepted                                                                                                                     |
| DALP-0342                     | TOKEN\_MINT\_PAUSED\_UNPAUSE\_MINTING                                                                    | operational | Token \{tokenAddress} is paused. Unpause the token before minting                                                                                                                                                                       |
| DALP-0343                     | TOKEN\_NOT\_INDEXED\_NOT\_IN\_OWNER\_SCOPE                                                               | permission  | Token \{value} is not indexed or does not belong to a system                                                                                                                                                                            |
| DALP-0344                     | TOKEN\_PRECHECKS\_INVALID\_ADDRESS\_VALID\_ETHEREUM\_0X\_PREFIXED\_HEX\_CHARACTERS                       | client      | \{address} address "\{address}". Expected a valid Ethereum address (0x-prefixed, 40 hex characters) wasn't accepted                                                                                                                     |
| DALP-0345                     | TOKEN\_PRICE\_ACCOUNT\_ADDRESS\_DOES\_NOT\_ASSOCIATED\_IDENTITY\_CONTRACT\_ONLY\_USERS\_CAN\_SET\_PRICE  | domain      | Account at address \{identityAddress} does not have an associated identity contract. Only users with an identity can set token prices. Ensure the user has been onboarded with an identity contract                                     |
| DALP-0346                     | TOKEN\_PRICE\_ISSUERSIGNEDSCALARFEEDFACTORY\_ADDON\_NOT\_INSTALLED\_DEPLOY\_FEED\_SETTING\_PRICES        | operational | IssuerSignedScalarFeedFactory addon is not installed. Deploy the feed system before setting token prices                                                                                                                                |
| DALP-0347                     | TOKEN\_PRICE\_NOT\_INDEXED\_ENROLLED\_CANNOT\_BUILD\_FEED\_DESCRIPTION\_NEW                              | dependency  | Token \{tokenAddress} is not indexed or enrolled — cannot build feed description for a new price feed                                                                                                                                   |
| DALP-0348                     | TOKEN\_PRICE\_RESOLVER                                                                                   | operational | token token price resolver                                                                                                                                                                                                              |
| DALP-0349                     | TOKEN\_READBACK\_LOOP\_TERMINATED\_UNEXPECTEDLY                                                          | operational | Token readback retry loop terminated unexpectedly                                                                                                                                                                                       |
| DALP-0350                     | TOKEN\_REDEEM\_BOND\_MATURITY\_REDEMPTION\_FEATURE\_ATTACHED\_LEGACY\_TOP\_UP\_WOULD\_NOT\_FUND\_CONFIG  | operational | This 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-0351                     | TOKEN\_REDEEM\_BOND\_NOT\_YET\_INDEXED\_INDEXER\_PROCESSED\_INITIALIZATION\_PLEASE\_LATER                | dependency  | Bond not yet indexed for this token. The indexer has not processed the bond initialization yet. Please retry later                                                                                                                      |
| DALP-0352                     | TOKEN\_REDEEM\_CONTEXT\_NOT\_INITIALISED                                                                 | operational | Token context not initialised                                                                                                                                                                                                           |
| DALP-0353                     | TOKEN\_REDEEM\_DELEGATED\_REDEMPTION\_REQUIRES\_CUSTODIAN\_ROLE                                          | permission  | Delegated redemption requires custodian role                                                                                                                                                                                            |
| DALP-0354                     | TOKEN\_REDEEM\_MISSING\_PERMISSION\_CONTEXT                                                              | client      | Missing token permission context                                                                                                                                                                                                        |
| DALP-0355                     | TOKEN\_SALE\_ADDON\_NOT\_FOUND                                                                           | client      | Token sale addon not found in the current system                                                                                                                                                                                        |
| DALP-0356                     | TOKEN\_SALE\_ADDON\_NOT\_FOUND\_ADDONS                                                                   | client      | Token sale addon not found in system addons                                                                                                                                                                                             |
| DALP-0357                     | TOKEN\_SALE\_ADDON\_NOT\_IN\_OWNER\_SCOPE\_AUTHENTICATED                                                 | permission  | Provided system addon does not belong to the authenticated system                                                                                                                                                                       |
| DALP-0358                     | TOKEN\_SALE\_DEPLOYMENT\_INDEXED\_AMBIGUOUSLY\_TRANSACTION\_MULTIPLE\_SALES\_MATCHED\_CONFIRMED          | operational | Token sale deployment indexed ambiguously for transaction \{transactionHash}. Multiple token sales matched the confirmed deployment transaction                                                                                         |
| DALP-0359                     | TOKEN\_SALE\_DEPLOYMENT\_NOT\_INDEXED\_TRANSACTION\_CONFIRMED\_CREATED\_BUT\_ADDRESS\_COULD\_NOT\_RETR   | dependency  | Token sale deployment not indexed after transaction confirmed. The sale was created but its address could not be retrieved from the indexer                                                                                             |
| DALP-0360                     | TOKEN\_SALE\_INVALID\_TERMSHASH\_HEX\_STRING\_STARTING\_0X                                               | client      | termsHash: expected hex string starting with 0x, got "\{value}" wasn't accepted                                                                                                                                                         |
| DALP-0361                     | TOKEN\_SALE\_NO\_REGISTERED\_IDENTITY\_FOUND\_MUST\_CREATE                                               | client      | No registered identity found for token \{identityAddress}. A token must have a registered identity to create a sale                                                                                                                     |
| DALP-0362                     | TOKEN\_SALE\_NOT\_FOUND\_INDEXER                                                                         | client      | Token sale \{value} was not found in the indexer                                                                                                                                                                                        |
| DALP-0363                     | TOKEN\_SALE\_NOT\_IN\_OWNER\_SCOPE\_AUTHENTICATED                                                        | permission  | Token sale does not belong to the authenticated system                                                                                                                                                                                  |
| DALP-0364                     | TOKEN\_SALE\_REGISTERED\_IDENTITY\_MISSING\_COUNTRY\_CODE\_MUST\_SET\_CREATE                             | client      | The registered identity for token \{identityAddress} is missing a country code. A country must be set to create a token sale                                                                                                            |
| DALP-0365                     | TOKEN\_TRANSFER\_APPROVAL\_CONFIG\_UTIL                                                                  | operational | token transfer approval token transfer approval config util                                                                                                                                                                             |
| DALP-0366                     | TOKEN\_TRANSFER\_BATCH\_TRANSFERFROM\_NOT\_SUPPORTED\_INDIVIDUAL\_OPERATIONS                             | operational | Batch transferFrom is not supported. Use individual transferFrom operations instead                                                                                                                                                     |
| DALP-0367                     | TOKEN\_TRANSFER\_FROMIDENTITYADDRESS\_TOIDENTITYADDRESS\_MUST\_BOTH\_OMITTED\_PARTIAL\_OVERRIDES\_N      | operational | fromIdentityAddress and toIdentityAddress must both be provided or both omitted — partial overrides are not supported                                                                                                                   |
| DALP-0368                     | TOKEN\_TRANSFER\_FROMWALLET\_NOT\_REGISTERED\_IDENTITY\_REGISTRY\_WALLET\_MUST\_ONBOARDED\_CAN           | client      | The fromWallet is not registered in the identity registry. The wallet must be onboarded before a transfer can be \{identityAddress}                                                                                                     |
| DALP-0369                     | TOKEN\_TRANSFER\_IDENTITY\_NOT\_LISTED\_APPROVAL\_AUTHORITY\_S\_MODULE\_ADMINISTRATOR\_ADDED             | permission  | Your identity is not listed as an approval authority for this token's transfer-approval module. Contact the token administrator to be added as an authority                                                                             |
| DALP-0370                     | TOKEN\_TRANSFER\_INVALID\_ADDRESS\_VALID\_ETHEREUM\_0X\_PREFIXED\_HEX\_CHARACTERS                        | client      | \{address} address: "\{address}". Expected a valid Ethereum address (0x-prefixed, 40 hex characters) wasn't accepted                                                                                                                    |
| DALP-0371                     | TOKEN\_TRANSFER\_MISSING\_ADDRESS\_TRANSFERFROM                                                          | client      | Missing 'from' address for transferFrom operation                                                                                                                                                                                       |
| DALP-0372                     | TOKEN\_TRANSFER\_MISSING\_ITEM                                                                           | client      | Missing transfer item                                                                                                                                                                                                                   |
| DALP-0373                     | TOKEN\_TRANSFER\_MISSING\_REQUIRED\_FIELDS\_OWNER\_RECIPIENT\_AMOUNT\_FORCED                             | permission  | Missing required fields (owner, recipient, or amount) for forced transfer operation                                                                                                                                                     |
| DALP-0374                     | TOKEN\_TRANSFER\_NOT\_FOUND\_ADDRESS\_DEPLOYED\_INDEXED                                                  | client      | Token \{address} was not found. Verify the token address and ensure the token has been deployed and indexed                                                                                                                             |
| DALP-0375                     | TOKEN\_TRANSFER\_PAUSED\_UNPAUSE\_TRANSFERRING                                                           | operational | Token \{tokenAddress} is paused. Unpause the token before transferring                                                                                                                                                                  |
| DALP-0376                     | TOKEN\_TRANSFER\_TOWALLET\_NOT\_REGISTERED\_IDENTITY\_REGISTRY\_WALLET\_MUST\_ONBOARDED\_CAN             | client      | The toWallet is not registered in the identity registry. The wallet must be onboarded before a transfer can be \{identityAddress}                                                                                                       |
| DALP-0377                     | TOKEN\_TRANSFER\_TRANSACTION\_PROCESSING\_SERVICE\_UNAVAILABLE\_SERVER\_CONFIGURATION                    | dependency  | Transaction processing service not available. Check server configuration                                                                                                                                                                |
| DALP-0378                     | TOKEN\_TRANSFER\_TRANSFERAPPROVALCOMPLIANCEMODULE\_PARAMETERS\_COULD\_NOT\_DECODED\_INDEXER\_STATE       | dependency  | The TransferApprovalComplianceModule parameters for this token could not be decoded from indexer state. Re-index the compliance data or update the module configuration before retrying                                                 |
| DALP-0379                     | TOKEN\_TRANSFER\_WALLET\_NOT\_REGISTERED\_IDENTITY\_REGISTRY\_MUST\_ONBOARDED\_APPROVING\_TRANSFERS      | client      | Your wallet is not registered in the identity registry. The wallet must be onboarded before approving transfers                                                                                                                         |
| DALP-0380                     | TOKEN\_TRANSFER\_WALLET\_NOT\_REGISTERED\_IDENTITY\_REGISTRY\_MUST\_ONBOARDED\_REVOKING\_APPROVALS       | client      | Your wallet is not registered in the identity registry. The wallet must be onboarded before revoking transfer approvals                                                                                                                 |
| DALP-0381                     | TRANSACTION\_ALREADY\_TERMINAL\_STATE\_CANNOT\_FORCE\_FAIL\_COMPLETED\_FAILED\_DEAD\_LETTERED\_CANCEL    | operational | Transaction \{transactionHash} is already in terminal state \{transactionHash}. Cannot force-fail a completed, failed, dead-lettered, or cancelled transaction                                                                          |
| DALP-0382                     | TRANSACTION\_HASH\_INVALID                                                                               | dependency  | Transaction hash format wasn't accepted: "\{transactionHash}". Expected 0x-prefixed hex string from the Workflow Engine                                                                                                                 |
| DALP-0383                     | TRANSACTION\_NOT\_FOUND                                                                                  | client      | Transaction \{transactionHash} not found                                                                                                                                                                                                |
| DALP-0384                     | TRANSACTION\_NOT\_FOUND\_NOT\_CHAIN\_NO\_STORED\_QUEUE\_RECORD\_HASH                                     | client      | Transaction \{transactionHash} not found. The transaction is not on-chain and has no stored queue record. Verify the hash is correct                                                                                                    |
| DALP-0385                     | TRANSACTION\_NOT\_VALID\_DATETIME                                                                        | client      | Transaction \{transactionHash} is not a valid datetime                                                                                                                                                                                  |
| DALP-0386                     | TRANSACTION\_STATE\_FORCE\_ONLY\_AVAILABLE\_FAILED\_DEAD\_LETTER\_TRANSACTIONS                           | operational | Transaction \{transactionHash} is in state \{transactionHash}. Force-retry is only available for FAILED or DEAD\_LETTER transactions                                                                                                    |
| DALP-0387                     | USER\_KYC\_ACTION\_NO\_ASSOCIATED\_VERSION                                                               | client      | Action request has no associated version                                                                                                                                                                                                |
| DALP-0388                     | USER\_KYC\_CANNOT\_APPROVE\_VERSION\_STATUS\_ONLY\_VERSIONS\_UNDER\_REVIEW\_CAN\_APPROVED                | domain      | Cannot approve version with status "\{value}". Only versions under review can be approved                                                                                                                                               |
| DALP-0389                     | USER\_KYC\_CANNOT\_FULFILL\_ACTION\_STATUS\_ONLY\_OPEN\_REQUESTS\_CAN\_FULFILLED                         | domain      | Cannot fulfill action request with status "\{value}". Only open action requests can be fulfilled                                                                                                                                        |
| DALP-0390                     | USER\_KYC\_CANNOT\_REJECT\_VERSION\_STATUS\_ONLY\_VERSIONS\_UNDER\_REVIEW\_CAN\_REJECTED                 | domain      | Cannot reject version with status "\{value}". Only versions under review can be rejected                                                                                                                                                |
| DALP-0391                     | USER\_KYC\_CANNOT\_SUBMIT\_VERSION\_STATUS\_ONLY\_DRAFT\_VERSIONS\_CAN\_SUBMITTED                        | domain      | Cannot submit version with status "\{value}". Only draft versions can be submitted                                                                                                                                                      |
| DALP-0392                     | USER\_KYC\_CANNOT\_UPDATE\_VERSION\_STATUS\_ONLY\_DRAFT\_VERSIONS\_CAN\_UPDATED                          | domain      | Cannot update version with status "\{value}". Only draft versions can be updated                                                                                                                                                        |
| DALP-0393                     | USER\_KYC\_DOCUMENT\_NOT\_FOUND                                                                          | client      | Document not found                                                                                                                                                                                                                      |
| DALP-0394                     | USER\_KYC\_DOCUMENTS\_ONLY\_DELETED\_DRAFT\_VERSIONS                                                     | domain      | Documents can only be deleted from draft versions                                                                                                                                                                                       |
| DALP-0395                     | USER\_KYC\_DOCUMENTS\_ONLY\_UPLOADED\_DRAFT\_VERSIONS                                                    | domain      | Documents can only be uploaded to draft versions                                                                                                                                                                                        |
| DALP-0396                     | USER\_KYC\_FAILED\_TO\_APPROVE\_VERSION                                                                  | operational | Failed to approve version                                                                                                                                                                                                               |
| DALP-0397                     | USER\_KYC\_FAILED\_TO\_CREATE\_ACTION                                                                    | operational | Failed to create action request                                                                                                                                                                                                         |
| DALP-0398                     | USER\_KYC\_FAILED\_TO\_CREATE\_DOCUMENT\_RECORD                                                          | operational | Failed to create document record                                                                                                                                                                                                        |
| DALP-0399                     | USER\_KYC\_FAILED\_TO\_CREATE\_FETCH\_PROFILE\_CONTAINER                                                 | operational | Failed to create or fetch KYC profile container                                                                                                                                                                                         |
| DALP-0400                     | USER\_KYC\_FAILED\_TO\_CREATE\_PROFILE                                                                   | operational | Failed to create profile                                                                                                                                                                                                                |
| DALP-0401                     | USER\_KYC\_FAILED\_TO\_CREATE\_VERSION                                                                   | operational | Failed to create version                                                                                                                                                                                                                |
| DALP-0402                     | USER\_KYC\_FAILED\_TO\_CREATE\_VERSION\_KYC\_UPSERT                                                      | operational | Failed to create KYC version                                                                                                                                                                                                            |
| DALP-0403                     | USER\_KYC\_FAILED\_TO\_REJECT\_VERSION                                                                   | operational | Failed to reject version                                                                                                                                                                                                                |
| DALP-0404                     | USER\_KYC\_FAILED\_TO\_UPDATE\_ACTION                                                                    | operational | Failed to update action request                                                                                                                                                                                                         |
| DALP-0405                     | USER\_KYC\_FAILED\_TO\_UPDATE\_DRAFT\_VERSION                                                            | operational | Failed to update KYC draft version                                                                                                                                                                                                      |
| DALP-0406                     | USER\_KYC\_FAILED\_TO\_UPDATE\_PROFILE\_LATEST\_VERSION                                                  | operational | Failed to update profile with latest version                                                                                                                                                                                            |
| DALP-0407                     | USER\_KYC\_FAILED\_TO\_UPDATE\_VERSION                                                                   | operational | Failed to update version                                                                                                                                                                                                                |
| DALP-0408                     | USER\_KYC\_FAILED\_TO\_UPDATE\_VERSION\_VERSION\_UPDATE                                                  | operational | Failed to update KYC version                                                                                                                                                                                                            |
| DALP-0409                     | USER\_KYC\_FILE\_NOT\_FOUND\_STORAGE\_UPLOAD\_FAILED                                                     | client      | File not found in storage. Upload may have failed                                                                                                                                                                                       |
| DALP-0410                     | USER\_KYC\_INVALID\_OBJECT\_KEY                                                                          | client      | Object key wasn't accepted                                                                                                                                                                                                              |
| DALP-0411                     | USER\_KYC\_NO\_DATA\_FOUND\_PROFILE\_BUT\_VERSION\_HISTORY\_NOT\_COMPLETED\_VERIFICATION\_YET            | client      | No KYC data found. The profile exists but has no version history, or the user has not completed KYC verification yet                                                                                                                    |
| DALP-0412                     | USER\_KYC\_NO\_PROFILE\_FOUND\_DELETE\_ALREADY\_REMOVED                                                  | client      | No KYC profile found to delete. The profile may have already been removed                                                                                                                                                               |
| DALP-0413                     | USER\_KYC\_NO\_VERSION\_CLONE\_INITIALDATA\_NEW\_USERS                                                   | client      | No version to clone from. Provide initialData for new users                                                                                                                                                                             |
| DALP-0414                     | USER\_KYC\_ONLY\_FULFILL\_OWN\_ACTION\_REQUESTS                                                          | domain      | You can only fulfill your own action requests                                                                                                                                                                                           |
| DALP-0415                     | USER\_KYC\_ONLY\_UPDATES\_VERSIONS\_UNDER\_REVIEW                                                        | domain      | Can only request updates for versions under review                                                                                                                                                                                      |
| DALP-0416                     | USER\_KYC\_PROFILE\_NOT\_FOUND                                                                           | client      | KYC profile not found for this user                                                                                                                                                                                                     |
| DALP-0417                     | USER\_KYC\_PROFILE\_NOT\_FOUND\_ACTION                                                                   | client      | KYC profile not found for this action request                                                                                                                                                                                           |
| DALP-0418                     | USER\_KYC\_SOURCE\_VERSION\_NOT\_FOUND\_INITIALDATA\_NEW\_USERS                                          | client      | Source version not found. Provide initialData for new users                                                                                                                                                                             |
| DALP-0419                     | USER\_KYC\_VERSION\_NOT\_FOUND                                                                           | client      | Version not found                                                                                                                                                                                                                       |
| DALP-0420                     | USER\_KYC\_VERSION\_NOT\_FOUND\_ACTION                                                                   | client      | KYC version not found for this action request                                                                                                                                                                                           |
| DALP-0421                     | USER\_KYC\_VERSION\_NOT\_FOUND\_VERSION\_READ                                                            | client      | KYC version not found                                                                                                                                                                                                                   |
| DALP-0422                     | USER\_KYC\_VERSION\_SUBMITTED\_UPLOAD\_DOCUMENT\_NOT\_SAVED                                              | operational | Version was submitted during upload. Document not saved                                                                                                                                                                                 |
| DALP-0423                     | USER\_NO\_EMAIL\_CONFIGURED                                                                              | client      | User has no email configured                                                                                                                                                                                                            |
| DALP-0424                     | USER\_NOT\_FOUND                                                                                         | client      | User with ID \{value} not found                                                                                                                                                                                                         |
| DALP-0425                     | USER\_NOT\_FOUND\_BY\_WALLET                                                                             | client      | User not found                                                                                                                                                                                                                          |
| DALP-0426                     | USER\_NOT\_FOUND\_GET\_SECURITY                                                                          | client      | User \{value} not found                                                                                                                                                                                                                 |
| DALP-0427                     | USER\_NOT\_FOUND\_NATIONAL\_ID                                                                           | client      | User not found                                                                                                                                                                                                                          |
| DALP-0428                     | USER\_NOT\_FOUND\_PASSWORD\_RESET                                                                        | client      | User \{value} not found                                                                                                                                                                                                                 |
| DALP-0429                     | USER\_NOT\_FOUND\_RESET\_MFA                                                                             | client      | User \{value} not found                                                                                                                                                                                                                 |
| DALP-0430                     | USER\_RESTATE\_CLIENT\_UNAVAILABLE                                                                       | dependency  | Workflow Engine client is not available                                                                                                                                                                                                 |
| DALP-0431                     | XVP\_CREATE\_COULD\_NOT\_RESOLVE\_CREATED\_SETTLEMENT\_INDEXER\_RETRIES                                  | dependency  | Could not resolve created XvP settlement from the indexer after retries                                                                                                                                                                 |
| DALP-0432                     | FIXED\_YIELD\_TOKEN\_LINKAGE\_NOT\_INDEXED                                                               | dependency  | Yield schedule token linkage is not indexed yet                                                                                                                                                                                         |
| DALP-0433                     | TOKEN\_COMPLIANCE\_CAPITAL\_RAISE\_LIMIT\_CONFIGURATION\_IMMUTABLE                                       | domain      | Capital raise limit compliance module configuration is immutable                                                                                                                                                                        |
| DALP-0434                     | TOKEN\_COMPLIANCE\_SCOPED\_CONFIGURATION\_REQUIRES\_V2\_ENGINE                                           | client      | Scoped compliance module configuration requires a V2 token compliance engine                                                                                                                                                            |
| DALP-0435                     | TOKEN\_COMPLIANCE\_SCOPED\_INSTALL\_REQUIRES\_V2\_ENGINE                                                 | client      | Scoped compliance module install requires a V2 token compliance engine                                                                                                                                                                  |
| DALP-0436                     | TOKEN\_COMPLIANCE\_SET\_MODULE\_SCOPE\_REQUIRES\_V2\_ENGINE                                              | client      | Setting a compliance module scope requires a V2 token compliance engine                                                                                                                                                                 |
| DALP-0437                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_BAD\_REQUEST                                                           | dependency  | The Workflow Engine rejected the workflow call as malformed                                                                                                                                                                             |
| DALP-0438                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_UNAUTHORIZED                                                           | dependency  | The Workflow Engine rejected the workflow call as unauthorized                                                                                                                                                                          |
| DALP-0439                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_FORBIDDEN                                                              | dependency  | The Workflow Engine rejected the workflow call as not available                                                                                                                                                                         |
| DALP-0440                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_NOT\_FOUND                                                             | dependency  | Workflow Engine workflow endpoint was not found                                                                                                                                                                                         |
| DALP-0441                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_CONFLICT                                                               | dependency  | Workflow Engine workflow call conflicted with the current workflow state                                                                                                                                                                |
| DALP-0442                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_UNPROCESSABLE                                                          | dependency  | Workflow Engine workflow call could not be processed                                                                                                                                                                                    |
| DALP-0443                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_INTERNAL\_ERROR                                                        | dependency  | Workflow Engine workflow call failed internally                                                                                                                                                                                         |
| DALP-0444                     | DURABLE\_EXECUTION\_ENGINE\_CALL\_TIMEOUT                                                                | dependency  | Workflow Engine workflow call timed out                                                                                                                                                                                                 |
| DALP-0445                     | TRANSACTION\_QUEUE\_BAD\_REQUEST                                                                         | dependency  | Transaction queue rejected the operation as malformed                                                                                                                                                                                   |
| DALP-0446                     | TRANSACTION\_QUEUE\_CONFLICT                                                                             | dependency  | Transaction queue operation conflicted with current queue state                                                                                                                                                                         |
| DALP-0447                     | TRANSACTION\_QUEUE\_UNPROCESSABLE                                                                        | dependency  | Transaction queue operation could not be processed                                                                                                                                                                                      |
| DALP-0448                     | TRANSACTION\_QUEUE\_CONFIRMATION\_TIMEOUT                                                                | dependency  | Transaction queue confirmation timed out                                                                                                                                                                                                |
| DALP-0449                     | MIGRATION\_COMPARE\_SYSTEM\_ADDRESS\_NOT\_CONFIGURED                                                     | client      | System address is not configured                                                                                                                                                                                                        |
| DALP-0450                     | MIGRATION\_COMPARE\_DIRECTORY\_ADDRESS\_NOT\_CONFIGURED                                                  | client      | Directory contract address is not configured                                                                                                                                                                                            |
| DALP-0451                     | MIGRATION\_COMPARE\_DIRECTORY\_NOT\_INDEXED                                                              | dependency  | Directory contract is not indexed yet                                                                                                                                                                                                   |
| DALP-0452                     | MIGRATION\_START\_NO\_ACTIVE\_ORGANIZATION                                                               | client      | No active organization is selected                                                                                                                                                                                                      |
| DALP-0453                     | MIGRATION\_START\_SYSTEM\_ADDRESS\_NOT\_CONFIGURED                                                       | client      | System address is not configured                                                                                                                                                                                                        |
| DALP-0454                     | MIGRATION\_START\_ACCOUNT\_WALLET\_NOT\_CONFIGURED                                                       | auth        | No wallet is associated with your account                                                                                                                                                                                               |
| DALP-0455                     | MIGRATION\_START\_INSUFFICIENT\_ROLE                                                                     | auth        | You need the system manager or admin role to trigger a system migration                                                                                                                                                                 |
| DALP-0456                     | MIGRATION\_START\_DIRECTORY\_ADDRESS\_NOT\_CONFIGURED                                                    | client      | Directory contract address is not configured                                                                                                                                                                                            |
| DALP-0457                     | MIGRATION\_START\_ALREADY\_IN\_PROGRESS                                                                  | domain      | A migration is already in progress for this organization                                                                                                                                                                                |
| DALP-0458                     | MIGRATION\_START\_RESET\_FAILED                                                                          | dependency  | Could not prepare the prior migration for retry                                                                                                                                                                                         |
| DALP-0459                     | MIGRATION\_START\_CONNECTED\_WALLET\_REQUIRED                                                            | client      | A connected wallet is required to start a system migration                                                                                                                                                                              |
| DALP-0460                     | MIGRATION\_STREAM\_WORKFLOW\_FAILED                                                                      | dependency  | System migration failed: \{reason}                                                                                                                                                                                                      |
| DALP-0461                     | SYSTEM\_TRUSTED\_ISSUER\_CLAIM\_TOPIC\_MUTATION\_IN\_PROGRESS                                            | domain      | Trusted issuer claim-topic mutation is already in progress                                                                                                                                                                              |
| DALP-0462                     | SETTINGS\_COMPLIANCE\_TEMPLATE\_INCOMPATIBLE\_MODULE\_SET                                                | domain      | Compliance template modules and controls must match the selected module set.                                                                                                                                                            |
| DALP-0463                     | SETTINGS\_TEMPLATE\_NAME\_ALREADY\_EXISTS                                                                | client      | A template with this name already exists in this organization                                                                                                                                                                           |
| DALP-0464                     | ACCOUNT\_NATIVE\_BALANCE\_ACCOUNT\_NOT\_FOUND                                                            | client      | Account not found                                                                                                                                                                                                                       |
| DALP-0465                     | TREASURY\_IS\_CONTRACT\_NOT\_SUPPORTED                                                                   | client      | Treasury is a contract; ERC-20 allowance must be granted by the treasury contract itself. This route only supports externally-owned treasury wallets.                                                                                   |
| DALP-0466                     | MATURITY\_REDEMPTION\_FEATURE\_STATE\_NOT\_INDEXED                                                       | client      | Maturity-redemption feature state not yet indexed for this token                                                                                                                                                                        |
| DALP-0467                     | TREASURY\_WALLET\_MISMATCH                                                                               | client      | Caller wallet does not match the configured treasury wallet for the maturity-redemption feature                                                                                                                                         |
| DALP-0468                     | MATURITY\_REDEMPTION\_TREASURY\_NOT\_YET\_CLASSIFIED                                                     | dependency  | Maturity-redemption treasury has not been classified yet by the indexer                                                                                                                                                                 |
| DALP-0469                     | ACCOUNT\_NATIVE\_BALANCE\_HISTORY\_PAGE\_SIZE\_TOO\_LARGE                                                | client      | History page size must be 100 or less                                                                                                                                                                                                   |
| DALP-0470                     | ACCOUNT\_NATIVE\_BALANCE\_HISTORY\_SINCE\_FILTER\_REQUIRED                                               | client      | filter\[since] is required                                                                                                                                                                                                              |
| DALP-0471                     | SYSTEM\_IDENTITY\_NO\_ACTIVE\_CLAIM\_FOUND\_TOPIC                                                        | client      | No active claim found for topic \{topicId} on identity \{identityAddress}                                                                                                                                                               |
| DALP-0472                     | STEP\_UP\_REQUIRED                                                                                       | auth        | Step-up authentication required for this operation                                                                                                                                                                                      |
| DALP-0473                     | FIXED\_TREASURY\_YIELD\_TREASURY\_NOT\_YET\_CLASSIFIED                                                   | dependency  | Fixed-treasury-yield treasury has not been classified yet by the indexer                                                                                                                                                                |
| DALP-0474                     | TOKEN\_COMPLIANCE\_PRICE\_RESOLVER\_ADDON\_NOT\_INSTALLED                                                | client      | PriceResolver addon is not installed on system \{value}                                                                                                                                                                                 |
| DALP-0475                     | SMART\_WALLETS\_GLOBAL\_ACCOUNT\_ABSTRACTION\_DISABLED\_CANNOT\_CREATE\_WALLET\_DEFAULT                  | domain      | Platform Account Abstraction routing is disabled; cannot create a smart wallet as default                                                                                                                                               |
| DALP-0476                     | SMART\_WALLETS\_GLOBAL\_ACCOUNT\_ABSTRACTION\_DISABLED\_CANNOT\_SET\_WALLET\_DEFAULT                     | domain      | Platform Account Abstraction routing is disabled; cannot set a smart wallet as default                                                                                                                                                  |
| DALP-0477                     | SETTINGS\_ASSET\_TEMPLATE\_FEATURE\_DEPENDENCY\_MISSING                                                  | domain      | Template requiredFeatures has unmet feature dependencies: `conversion-minter` requires `conversion` to also be selected.                                                                                                                |
| DALP-0478                     | INSUFFICIENT\_TREASURY\_ALLOWANCE                                                                        | dependency  | Maturity-redemption treasury has not granted enough allowance to cover this redemption                                                                                                                                                  |
| DALP-0479                     | MATURITY\_REDEMPTION\_NOT\_MATURED                                                                       | client      | Maturity-redemption feature has not yet matured; redemptions are not allowed                                                                                                                                                            |
| DALP-0488                     | COMPLIANCE\_SIGNATURE\_INVALID                                                                           | auth        | Webhook authentication failed.                                                                                                                                                                                                          |
| DALP-0489                     | COMPLIANCE\_REPLAY\_WINDOW\_EXCEEDED                                                                     | client      | Webhook timestamp is outside the accepted replay window.                                                                                                                                                                                |
| DALP-0490                     | COMPLIANCE\_SUBJECT\_MAPPING\_MISSING                                                                    | domain      | Compliance subject mapping was not found.                                                                                                                                                                                               |
| DALP-0491                     | COMPLIANCE\_PROVIDER\_PAUSED                                                                             | domain      | Compliance provider is not accepting webhook events.                                                                                                                                                                                    |
| DALP-0492                     | COMPLIANCE\_PROVIDER\_FAILED                                                                             | domain      | Compliance provider is in a failed state.                                                                                                                                                                                               |
| DALP-0493                     | COMPLIANCE\_UNMAPPED\_EVENT                                                                              | domain      | Compliance provider event could not be mapped.                                                                                                                                                                                          |
| DALP-0494                     | COMPLIANCE\_OUT\_OF\_ORDER\_EVENT                                                                        | domain      | Compliance provider event is older than the current subject state.                                                                                                                                                                      |
| DALP-0495                     | COMPLIANCE\_PROVIDER\_HEALTH\_CHECK\_FAILED                                                              | dependency  | Compliance provider health check failed.                                                                                                                                                                                                |
| DALP-0496                     | COMPLIANCE\_APPLICANT\_CREATE\_FAILED                                                                    | dependency  | Compliance provider rejected applicant creation.                                                                                                                                                                                        |
| DALP-0497                     | COMPLIANCE\_TIR\_REGISTRATION\_FAILED                                                                    | contract    | Compliance trusted-issuer registration failed.                                                                                                                                                                                          |
| DALP-0498                     | COMPLIANCE\_TOPIC\_MISMATCH                                                                              | domain      | Compliance provider event topic does not match the provider configuration.                                                                                                                                                              |
| DALP-0499                     | COMPLIANCE\_WALLET\_NOT\_REGISTERED                                                                      | domain      | Wallet does not have an associated OnchainID identity.                                                                                                                                                                                  |
| DALP-0500                     | COMPLIANCE\_SECRET\_ROTATION\_GRACE\_EXPIRED                                                             | domain      | Compliance webhook signing secret rotation grace period expired.                                                                                                                                                                        |
| DALP-0501                     | COMPLIANCE\_INVALID\_STATE\_TRANSITION                                                                   | client      | Compliance provider cannot transition to the requested state.                                                                                                                                                                           |
| DALP-0502                     | COMPLIANCE\_PROVIDER\_NOT\_FOUND                                                                         | client      | Compliance provider not found.                                                                                                                                                                                                          |
| DALP-0503                     | COMPLIANCE\_PROVIDER\_TOPIC\_NOT\_FOUND                                                                  | client      | Compliance provider topic not found.                                                                                                                                                                                                    |
| DALP-0504                     | COMPLIANCE\_PROVIDER\_TOPIC\_NOT\_SUPPORTED                                                              | client      | Compliance provider does not support the requested topic.                                                                                                                                                                               |
| DALP-0505                     | COMPLIANCE\_WEBHOOK\_REVOKE\_LAST                                                                        | client      | Cannot revoke the last webhook for a single-topic compliance provider.                                                                                                                                                                  |
| DALP-0506                     | CLAIM\_ISSUER\_PARTICIPANT\_DEPLOY\_FAILED                                                               | contract    | Claim issuer participant deployment failed.                                                                                                                                                                                             |
| DALP-0507                     | WEBHOOK\_REPLAY\_RATE\_LIMITED                                                                           | client      | Webhook replay rate limit exceeded                                                                                                                                                                                                      |
| DALP-0508                     | WEBHOOK\_REPLAY\_RANGE\_TOO\_LARGE                                                                       | client      | Webhook replay range is too large                                                                                                                                                                                                       |
| DALP-0509                     | WEBHOOK\_ENDPOINT\_DISABLED                                                                              | domain      | Webhook endpoint is disabled                                                                                                                                                                                                            |
| DALP-0510                     | WEBHOOK\_SIGNING\_VERIFICATION\_FAILED                                                                   | auth        | Webhook signature verification failed                                                                                                                                                                                                   |
| DALP-0511                     | WEBHOOK\_RECALL\_NOT\_AUTHORIZED                                                                         | permission  | Webhook event not found                                                                                                                                                                                                                 |
| DALP-0512                     | WEBHOOK\_URL\_PRIVATE\_RANGE                                                                             | client      | Webhook endpoint URL is not allowed                                                                                                                                                                                                     |
| DALP-0513                     | WEBHOOK\_ENDPOINT\_LIMIT\_REACHED                                                                        | domain      | Webhook endpoint limit reached                                                                                                                                                                                                          |
| DALP-0514                     | IDEMPOTENCY\_KEY\_REUSE                                                                                  | client      | Idempotency key was reused with a different request                                                                                                                                                                                     |
| DALP-0515                     | IDEMPOTENCY\_KEY\_INFLIGHT                                                                               | client      | Idempotency key is already in flight                                                                                                                                                                                                    |
| DALP-0516                     | WEBHOOK\_PENDING\_RETARGET\_REQUIRED                                                                     | client      | Webhook endpoint has pending delivery attempts                                                                                                                                                                                          |
| DALP-0517                     | WEBHOOK\_FAT\_ACK\_INCOMPLETE                                                                            | client      | Fat-event acknowledgment is missing required field paths                                                                                                                                                                                |
| DALP-0518                     | RESTATE\_ADMIN\_UNREACHABLE                                                                              | dependency  | Workflow Engine admin API could not be reached                                                                                                                                                                                          |
| DALP-0519                     | RESTATE\_DEPLOYMENT\_NOT\_FOUND                                                                          | client      | Workflow Engine deployment was not found                                                                                                                                                                                                |
| DALP-0520                     | RESTATE\_WORKFLOW\_RETRY\_BLOCKED                                                                        | client      | Workflow cannot be retried in its current state                                                                                                                                                                                         |
| DALP-0521                     | LUNA\_MOFN\_QUORUM\_EXPIRED                                                                              | dependency  | Luna m-of-n quorum activation window expired                                                                                                                                                                                            |
| DALP-0522                     | LUNA\_MOFN\_QUORUM\_CLASSIFICATION\_FAILED                                                               | dependency  | Luna m-of-n quorum classification flagged as likely wrong                                                                                                                                                                               |
| DALP-0523                     | TOKEN\_FEE\_RATES\_FROZEN                                                                                | domain      | Transaction fee rates are frozen and cannot be changed.                                                                                                                                                                                 |
| DALP-0524                     | X\_PARTICIPANT\_FORBIDDEN                                                                                | permission  | Participant not found                                                                                                                                                                                                                   |
| DALP-0525                     | COMPLIANCE\_TRANSACTION\_REGISTER\_FAILED                                                                | dependency  | Compliance provider rejected transaction registration.                                                                                                                                                                                  |
| DALP-0526                     | WEBHOOK\_ENDPOINT\_NOT\_FOUND                                                                            | client      | Webhook endpoint not found                                                                                                                                                                                                              |
| DALP-0527                     | WEBHOOK\_DELIVERY\_NOT\_FOUND                                                                            | client      | Webhook delivery not found                                                                                                                                                                                                              |
| DALP-0528                     | WEBHOOK\_REPLAY\_NOT\_FOUND                                                                              | client      | Webhook replay not found                                                                                                                                                                                                                |
| DALP-0529                     | WEBHOOK\_RECEIPT\_NOT\_FOUND                                                                             | client      | Webhook receipt not found                                                                                                                                                                                                               |
| DALP-0530                     | X\_EXECUTOR\_UNSUPPORTED\_FOR\_PARTICIPANT\_TYPE                                                         | client      | Executor selection is not supported for this participant type                                                                                                                                                                           |
| DALP-0531                     | X\_EXECUTOR\_NO\_SMART\_WALLET                                                                           | client      | Smart wallet not found for executor selection                                                                                                                                                                                           |
| DALP-0532                     | SETTINGS\_ASSET\_TEMPLATE\_FEATURES\_INCOMPATIBLE                                                        | domain      | Template requiredFeatures has mutually-exclusive features enabled together: `transaction-fee` and `transaction-fee-accounting`. Remove one feature from each pair before publishing.                                                    |
| DALP-0533                     | METADATA\_NOT\_FOUND                                                                                     | client      | Metadata not found                                                                                                                                                                                                                      |
| DALP-0600                     | TARGET\_CURRENCIES\_REMOVAL\_FORBIDDEN                                                                   | domain      | Target currencies cannot be removed once enabled                                                                                                                                                                                        |
| DALP-0601                     | TARGET\_CURRENCY\_NOT\_SUPPORTED                                                                         | client      | One or more target currencies are not supported by the configured exchange-rate provider                                                                                                                                                |
| DALP-0602                     | TARGET\_CURRENCIES\_FEED\_DISPATCH\_UNAVAILABLE                                                          | dependency  | Currency-feed creation could not be queued                                                                                                                                                                                              |
| DALP-0603                     | TARGET\_CURRENCIES\_FEED\_DISPATCH\_FORBIDDEN                                                            | permission  | Caller wallet lacks the on-chain FEEDS\_MANAGER\_ROLE required to create currency feeds                                                                                                                                                 |
| DALP-0604                     | TARGET\_CURRENCIES\_NOT\_SUPPORTED\_ON\_SYSTEM                                                           | domain      | Adding target currencies is not supported on this system                                                                                                                                                                                |
| DALP-0605                     | TOKEN\_CREATE\_FEATURES\_INCOMPATIBLE                                                                    | domain      | transaction-fee and transaction-fee-accounting cannot be enabled together; remove one before creating the token.                                                                                                                        |
| DALP-0606                     | TOKEN\_FEATURES\_YIELD\_FULLY\_CONSUMED                                                                  | client      | No yield available to claim. The yield for completed periods was consumed during a prior conversion                                                                                                                                     |
| DALP-0607                     | TOKEN\_FEATURES\_YIELD\_ACCRUAL\_CLOSED                                                                  | client      | No yield available to claim. Accrual for this holder has been closed                                                                                                                                                                    |
| DALP-0608                     | TOKEN\_FEATURES\_NO\_YIELD\_AVAILABLE\_FOR\_HOLDER                                                       | client      | No yield available to claim for this holder                                                                                                                                                                                             |
| DALP-0609                     | USER\_KYC\_DOCUMENT\_CORRUPT                                                                             | dependency  | KYC document is temporarily unavailable                                                                                                                                                                                                 |
| DALP-0610                     | USER\_KYC\_INVALID\_FILE\_DATA                                                                           | client      | File data couldn't be processed                                                                                                                                                                                                         |
| DALP-0611                     | USER\_KYC\_FILE\_SIZE\_MISMATCH                                                                          | client      | Uploaded file size does not match the decoded file data                                                                                                                                                                                 |
| DALP-0612                     | USER\_KYC\_INVALID\_FILE\_TYPE                                                                           | client      | Uploaded file type does not match the document bytes                                                                                                                                                                                    |
| DALP-0613                     | TOKEN\_PRICE\_ORG\_FEED\_SUBMISSION\_SIGNER\_NOT\_RESOLVED                                               | dependency  | Organization price-feed submission signer is not available                                                                                                                                                                              |
| DALP-0614                     | AA\_ENABLED\_DRIFT\_REQUIRES\_ADMIN                                                                      | permission  | Account abstraction can't be enabled while participants are out of sync                                                                                                                                                                 |
| DALP-0615                     | XVP\_HASHLOCK\_REVEAL\_NOT\_REQUIRED                                                                     | client      | Hashlock reveal not required for this XvP settlement                                                                                                                                                                                    |
| DALP-0616                     | X\_EXECUTOR\_AA\_DISABLED\_GLOBALLY                                                                      | client      | smart-wallet executor not available                                                                                                                                                                                                     |
| DALP-0617                     | AA\_ENABLED\_REQUIRES\_GLOBAL\_AA                                                                        | domain      | per-org AA cannot be enabled while platform AA is disabled                                                                                                                                                                              |
| DALP-0618                     | GLOBAL\_DIRECTORY\_REGISTRY\_NOT\_FOUND                                                                  | client      | The global Directory registry is not configured or has no registered global TIR/TSR instance                                                                                                                                            |
| DALP-0619                     | DIRECTORY\_TOPIC\_SCHEME\_NOT\_FOUND                                                                     | client      | Directory topic scheme "\{topicId}" not found                                                                                                                                                                                           |
| DALP-0620                     | DIRECTORY\_TOPIC\_SCHEME\_SIGNATURE\_CONFLICT                                                            | client      | A topic scheme with the requested name already exists with a different signature                                                                                                                                                        |
| DALP-0621                     | X\_EXECUTOR\_AA\_DISABLED\_FOR\_ORG                                                                      | client      | smart-wallet executor not available                                                                                                                                                                                                     |
| DALP-0622                     | TOKEN\_TOPIC\_SCHEME\_REGISTRY\_NOT\_FOUND                                                               | client      | This token has no attached token-level Topic Scheme Registry                                                                                                                                                                            |
| DALP-0623                     | TOKEN\_TOPIC\_SCHEME\_NOT\_FOUND                                                                         | client      | Token-level topic scheme not found for the requested topic id                                                                                                                                                                           |
| DALP-0624                     | TOKEN\_TRUSTED\_ISSUERS\_REGISTRY\_NOT\_FOUND                                                            | client      | This token has no attached token-level Trusted Issuer Registry                                                                                                                                                                          |
| DALP-0625                     | TOKEN\_TRUSTED\_ISSUER\_NOT\_FOUND                                                                       | client      | Token-level trusted issuer not found for the requested issuer address                                                                                                                                                                   |
| DALP-0626                     | FEEDS\_PRICE\_TOPIC\_SUBMIT\_FORBIDDEN\_USE\_TOKEN\_SET\_PRICE                                           | permission  | Price-topic feeds cannot be submitted through the generic feeds submit endpoint. Use POST /v2/tokens/\{tokenAddress}/price instead                                                                                                      |
| DALP-0632                     | TOKEN\_FEATURE\_INSTANCE\_NOT\_FOUND                                                                     | client      | No attached feature instance matches the requested type id on this token.                                                                                                                                                               |
| DALP-0634                     | TOKEN\_IDENTITY\_REGISTRY\_NOT\_FOUND                                                                    | client      | This token has no attached token-level identity registry                                                                                                                                                                                |
| DALP-0635                     | GAS\_REQUIREMENT\_CONFIG\_ERROR                                                                          | operational | Gas requirement could not be computed for this chain                                                                                                                                                                                    |
| DALP-0636                     | AA\_ENABLED\_IDENTITY\_SYNC\_FORBIDDEN                                                                   | permission  | Account abstraction identity sync requires an administrator                                                                                                                                                                             |
| DALP-0637                     | AA\_ENABLED\_IDENTITY\_MISMATCH                                                                          | domain      | Account abstraction identity sync found a different smart-wallet OnchainID                                                                                                                                                              |
| DALP-0638                     | AA\_ENABLED\_CONTROLLER\_MISMATCH                                                                        | domain      | Account abstraction identity sync found a different smart-wallet controller                                                                                                                                                             |
| DALP-0639                     | FEEDS\_SUBMIT\_OBSERVED\_AT\_TOO\_FAR\_IN\_FUTURE                                                        | client      | observedAt is too far ahead of chain time. Submit a value at or before the latest block timestamp (a small tolerance is allowed for signer clock drift).                                                                                |
| DALP-0640                     | —                                                                                                        | client      | UserOperation priority fee is below the configured bundler minimum                                                                                                                                                                      |
| DALP-0645                     | TOKEN\_LIST\_METADATA\_KEY\_UNKNOWN                                                                      | client      | The requested metadata key is not declared in any accessible asset-type template.                                                                                                                                                       |
| DALP-0646                     | TOKEN\_LIST\_METADATA\_KEY\_NOT\_BUCKETABLE                                                              | client      | The requested metadata key has a continuous type and cannot be used for grouping or facets.                                                                                                                                             |
| DALP-0647                     | TOKEN\_LIST\_METADATA\_KEY\_IDENTIFIER\_INELIGIBLE                                                       | client      | Quasi-unique identifier metadata keys cannot be used for grouping or facets.                                                                                                                                                            |
| DALP-0648                     | SYSTEM\_REFUND\_SPLITTER\_NOT\_INSTALLED                                                                 | client      | Refund splitter is not installed for this organization                                                                                                                                                                                  |
| DALP-0649                     | SYSTEM\_REFUND\_SPLITTER\_REFUND\_LOOP\_READ\_FAILED                                                     | dependency  | Refund splitter refund-loop status could not be read                                                                                                                                                                                    |
| DALP-0650                     | SYSTEM\_REFUND\_SPLITTER\_INVALID\_BPS\_RANGE                                                            | client      | Refund splitter basis points must be between 0 and 10000                                                                                                                                                                                |
| DALP-0651                     | SYSTEM\_REFUND\_SPLITTER\_THRESHOLDS\_INVALID                                                            | client      | Refund splitter critical threshold must be lower than the warning threshold                                                                                                                                                             |
| DALP-0652                     | AA\_ENABLED\_CANNOT\_BE\_DISABLED                                                                        | domain      | Account abstraction cannot be disabled                                                                                                                                                                                                  |
| DALP-0653                     | TREASURY\_HEALTH\_TREASURY\_UNCONFIGURED                                                                 | client      | Treasury address for the maturity-redemption or fixed-treasury-yield feature is unconfigured                                                                                                                                            |
| DALP-0654                     | TREASURY\_HEALTH\_CHAIN\_UNREACHABLE                                                                     | dependency  | Live `balanceOf(treasury)` read for the treasury-health route failed against the chain provider                                                                                                                                         |
| DALP-0655                     | TREASURY\_HEALTH\_TREASURY\_MISMATCH                                                                     | client      | Attached treasury-bearing features disagree on `treasury`, `denominationAsset`, or `treasuryIsContract`                                                                                                                                 |
| DALP-0656                     | TREASURY\_HEALTH\_BOND\_STATUS\_UNAVAILABLE                                                              | dependency  | Indexer `v_bond_status` view has not yet computed a row for the attached maturity-redemption feature                                                                                                                                    |
| DALP-0657                     | TOKEN\_HISTORICAL\_BALANCE\_BLOCK\_NOT\_INDEXED                                                          | client      | Historical balance lookup requested a block that has not yet been indexed                                                                                                                                                               |
| DALP-0658                     | INDEXER\_REINDEXING                                                                                      | dependency  | Indexer is reindexing; deploy is temporarily unavailable.                                                                                                                                                                               |
| DALP-0659                     | OIDC\_MFA\_INVALID                                                                                       | auth        | Identity provider verification failed                                                                                                                                                                                                   |
| DALP-0660                     | OIDC\_MFA\_UNAVAILABLE                                                                                   | dependency  | Identity provider verification is temporarily unavailable                                                                                                                                                                               |
| DALP-0661                     | TOKEN\_PERMIT\_SIGN\_OWNER\_NOT\_CALLER\_WALLET                                                          | auth        | A permit can only be signed over the caller's own balance.                                                                                                                                                                              |
| DALP-0662                     | SIGNED\_PERMIT\_NOT\_FOUND                                                                               | client      | Signed permit not found.                                                                                                                                                                                                                |
| DALP-0663                     | SIGNED\_PERMIT\_ALREADY\_RELAYED                                                                         | client      | Signed permit has already been relayed.                                                                                                                                                                                                 |
| DALP-0664                     | SIGNED\_PERMIT\_NOT\_RELAYABLE                                                                           | client      | Signed permit is not relayable.                                                                                                                                                                                                         |
| DALP-0665                     | SIGNED\_PERMIT\_NONCE\_CONFLICT                                                                          | client      | A pending permit with this nonce already exists for this holder.                                                                                                                                                                        |
| DALP-0666                     | SIGNED\_PERMIT\_RELAY\_SYNC\_ONLY                                                                        | client      | Relaying a stored permit is sync-only.                                                                                                                                                                                                  |
| DALP-1001                     | CONTRACT\_ERROR                                                                                          | contract    | Bond already matured                                                                                                                                                                                                                    |
| DALP-1002                     | CONTRACT\_ERROR                                                                                          | contract    | Bond Maturity Date is not accepted by this contract                                                                                                                                                                                     |
| DALP-1003                     | CONTRACT\_ERROR                                                                                          | contract    | Bond not yet matured                                                                                                                                                                                                                    |
| DALP-1004                     | CONTRACT\_ERROR                                                                                          | contract    | Bytes feeds not supported                                                                                                                                                                                                               |
| DALP-1005                     | CONTRACT\_ERROR                                                                                          | contract    | Caller must have identity                                                                                                                                                                                                               |
| DALP-1006                     | CONTRACT\_ERROR                                                                                          | contract    | Caller not identity owner                                                                                                                                                                                                               |
| DALP-1007                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot transfer converted tokens                                                                                                                                                                                                        |
| DALP-1008                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot withdraw sale token                                                                                                                                                                                                              |
| DALP-1009                     | CONTRACT\_ERROR                                                                                          | contract    | Compliance check failed: \{\{reason}}                                                                                                                                                                                                   |
| DALP-1010                     | CONTRACT\_ERROR                                                                                          | contract    | Compliance implementation not set                                                                                                                                                                                                       |
| DALP-1011                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-1012                     | CONTRACT\_ERROR                                                                                          | contract    | Compliance module registry implementation not set                                                                                                                                                                                       |
| DALP-1013                     | CONTRACT\_ERROR                                                                                          | contract    | Contract identity topic id not set                                                                                                                                                                                                      |
| DALP-1014                     | CONTRACT\_ERROR                                                                                          | contract    | Contract missing identity interface                                                                                                                                                                                                     |
| DALP-1015                     | CONTRACT\_ERROR                                                                                          | contract    | Empty token type                                                                                                                                                                                                                        |
| DALP-1016                     | CONTRACT\_ERROR                                                                                          | contract    | Exceeds unconverted balance                                                                                                                                                                                                             |
| DALP-1017                     | CONTRACT\_ERROR                                                                                          | contract    | External token registry implementation not set                                                                                                                                                                                          |
| DALP-1018                     | CONTRACT\_ERROR                                                                                          | contract    | Feature token mismatch                                                                                                                                                                                                                  |
| DALP-1019                     | CONTRACT\_ERROR                                                                                          | contract    | Fee rate is frozen                                                                                                                                                                                                                      |
| DALP-1020                     | CONTRACT\_ERROR                                                                                          | contract    | Fee rates are frozen                                                                                                                                                                                                                    |
| DALP-1021                     | CONTRACT\_ERROR                                                                                          | contract    | Feed already exists                                                                                                                                                                                                                     |
| DALP-1022                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-1023                     | CONTRACT\_ERROR                                                                                          | contract    | Feeds directory implementation not set                                                                                                                                                                                                  |
| DALP-1024                     | CONTRACT\_ERROR                                                                                          | contract    | Fees are frozen                                                                                                                                                                                                                         |
| DALP-1025                     | CONTRACT\_ERROR                                                                                          | contract    | Freeze amount exceeds available balance                                                                                                                                                                                                 |
| DALP-1026                     | CONTRACT\_ERROR                                                                                          | contract    | Global compliance not available                                                                                                                                                                                                         |
| DALP-1027                     | CONTRACT\_ERROR                                                                                          | contract    | Historical balances not available                                                                                                                                                                                                       |
| DALP-1028                     | CONTRACT\_ERROR                                                                                          | contract    | Identity already accepted                                                                                                                                                                                                               |
| DALP-1029                     | CONTRACT\_ERROR                                                                                          | contract    | Identity already exists                                                                                                                                                                                                                 |
| DALP-1030                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-1031                     | CONTRACT\_ERROR                                                                                          | contract    | Identity already set                                                                                                                                                                                                                    |
| DALP-1032                     | CONTRACT\_ERROR                                                                                          | contract    | Identity factory implementation not set                                                                                                                                                                                                 |
| DALP-1033                     | CONTRACT\_ERROR                                                                                          | contract    | Identity implementation not set                                                                                                                                                                                                         |
| DALP-1034                     | CONTRACT\_ERROR                                                                                          | contract    | Identity not pending                                                                                                                                                                                                                    |
| DALP-1035                     | CONTRACT\_ERROR                                                                                          | contract    | Identity not registered                                                                                                                                                                                                                 |
| DALP-1036                     | CONTRACT\_ERROR                                                                                          | contract    | Identity registry already bound                                                                                                                                                                                                         |
| DALP-1037                     | CONTRACT\_ERROR                                                                                          | contract    | Identity registry implementation not set                                                                                                                                                                                                |
| DALP-1038                     | CONTRACT\_ERROR                                                                                          | contract    | Identity registry not bound                                                                                                                                                                                                             |
| DALP-1039                     | CONTRACT\_ERROR                                                                                          | contract    | Identity registry storage implementation not set                                                                                                                                                                                        |
| DALP-1040                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-1041                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-1042                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-1043                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-1044                     | CONTRACT\_ERROR                                                                                          | contract    | Collateral Ratio is not accepted by this contract                                                                                                                                                                                       |
| DALP-1045                     | CONTRACT\_ERROR                                                                                          | contract    | Collateral Topic is not accepted by this contract                                                                                                                                                                                       |
| DALP-1046                     | CONTRACT\_ERROR                                                                                          | contract    | Compliance Module Address is not accepted by this contract                                                                                                                                                                              |
| DALP-1047                     | CONTRACT\_ERROR                                                                                          | contract    | Contract Identity Implementation is not accepted by this contract                                                                                                                                                                       |
| DALP-1048                     | CONTRACT\_ERROR                                                                                          | contract    | Fee Rate is not accepted by this contract                                                                                                                                                                                               |
| DALP-1049                     | CONTRACT\_ERROR                                                                                          | contract    | Fee Recipient is not accepted by this contract                                                                                                                                                                                          |
| DALP-1050                     | CONTRACT\_ERROR                                                                                          | contract    | Fee Token is not accepted by this contract                                                                                                                                                                                              |
| DALP-1051                     | CONTRACT\_ERROR                                                                                          | contract    | Feed Address is not accepted by this contract                                                                                                                                                                                           |
| DALP-1052                     | CONTRACT\_ERROR                                                                                          | contract    | Feed Interface is not accepted by this contract                                                                                                                                                                                         |
| DALP-1053                     | CONTRACT\_ERROR                                                                                          | contract    | Identity Contract is not accepted by this contract                                                                                                                                                                                      |
| DALP-1054                     | CONTRACT\_ERROR                                                                                          | contract    | Identity Factory Address is not accepted by this contract                                                                                                                                                                               |
| DALP-1055                     | CONTRACT\_ERROR                                                                                          | contract    | Identity Implementation is not accepted by this contract                                                                                                                                                                                |
| DALP-1056                     | CONTRACT\_ERROR                                                                                          | contract    | Identity Registry Address is not accepted by this contract                                                                                                                                                                              |
| DALP-1057                     | CONTRACT\_ERROR                                                                                          | contract    | Identity Wallet Address is not accepted by this contract                                                                                                                                                                                |
| DALP-1058                     | CONTRACT\_ERROR                                                                                          | contract    | Redemption Amount is not accepted by this contract                                                                                                                                                                                      |
| DALP-1059                     | CONTRACT\_ERROR                                                                                          | contract    | Target Identity is not accepted by this contract                                                                                                                                                                                        |
| DALP-1060                     | CONTRACT\_ERROR                                                                                          | contract    | Token Address is not accepted by this contract                                                                                                                                                                                          |
| DALP-1061                     | CONTRACT\_ERROR                                                                                          | contract    | Token Factory Address is not accepted by this contract                                                                                                                                                                                  |
| DALP-1062                     | CONTRACT\_ERROR                                                                                          | contract    | Token Implementation Address is not accepted by this contract                                                                                                                                                                           |
| DALP-1063                     | CONTRACT\_ERROR                                                                                          | contract    | Token Implementation Interface is not accepted by this contract                                                                                                                                                                         |
| DALP-1064                     | CONTRACT\_ERROR                                                                                          | contract    | Issuer identity not initialized                                                                                                                                                                                                         |
| DALP-1065                     | CONTRACT\_ERROR                                                                                          | contract    | Maturity date in past                                                                                                                                                                                                                   |
| DALP-1066                     | CONTRACT\_ERROR                                                                                          | contract    | Maturity date not reached                                                                                                                                                                                                               |
| DALP-1067                     | CONTRACT\_ERROR                                                                                          | contract    | Minting failed                                                                                                                                                                                                                          |
| DALP-1068                     | CONTRACT\_ERROR                                                                                          | contract    | Net balance invariant violation                                                                                                                                                                                                         |
| DALP-1069                     | CONTRACT\_ERROR                                                                                          | contract    | No denomination asset balance                                                                                                                                                                                                           |
| DALP-1070                     | CONTRACT\_ERROR                                                                                          | contract    | No fees to reconcile                                                                                                                                                                                                                    |
| DALP-1071                     | CONTRACT\_ERROR                                                                                          | contract    | No historical balances provider                                                                                                                                                                                                         |
| DALP-1072                     | CONTRACT\_ERROR                                                                                          | contract    | No tokens to recover                                                                                                                                                                                                                    |
| DALP-1073                     | CONTRACT\_ERROR                                                                                          | contract    | Not whitelisted                                                                                                                                                                                                                         |
| DALP-1074                     | CONTRACT\_ERROR                                                                                          | contract    | Recipient address frozen                                                                                                                                                                                                                |
| DALP-1075                     | CONTRACT\_ERROR                                                                                          | contract    | Recover insufficient balance                                                                                                                                                                                                            |
| DALP-1076                     | CONTRACT\_ERROR                                                                                          | contract    | Sender address frozen                                                                                                                                                                                                                   |
| DALP-1077                     | CONTRACT\_ERROR                                                                                          | contract    | Token access manager implementation not set                                                                                                                                                                                             |
| DALP-1078                     | CONTRACT\_ERROR                                                                                          | contract    | Token already bound                                                                                                                                                                                                                     |
| DALP-1079                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-1080                     | CONTRACT\_ERROR                                                                                          | contract    | Token compliance already exists                                                                                                                                                                                                         |
| DALP-1081                     | CONTRACT\_ERROR                                                                                          | contract    | Token compliance factory not available                                                                                                                                                                                                  |
| DALP-1082                     | CONTRACT\_ERROR                                                                                          | contract    | Token decimals too high                                                                                                                                                                                                                 |
| DALP-1083                     | CONTRACT\_ERROR                                                                                          | contract    | Token factory registry implementation not set                                                                                                                                                                                           |
| DALP-1084                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-1085                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-1086                     | CONTRACT\_ERROR                                                                                          | contract    | Token identity address mismatch                                                                                                                                                                                                         |
| DALP-1087                     | CONTRACT\_ERROR                                                                                          | contract    | Token implementation not set                                                                                                                                                                                                            |
| DALP-1088                     | CONTRACT\_ERROR                                                                                          | contract    | Token must support access managed                                                                                                                                                                                                       |
| DALP-1089                     | CONTRACT\_ERROR                                                                                          | contract    | Token not bound                                                                                                                                                                                                                         |
| DALP-1090                     | CONTRACT\_ERROR                                                                                          | contract    | Token not bound                                                                                                                                                                                                                         |
| DALP-1091                     | CONTRACT\_ERROR                                                                                          | contract    | Token not registered                                                                                                                                                                                                                    |
| DALP-1092                     | CONTRACT\_ERROR                                                                                          | contract    | Transfer blocked after maturity                                                                                                                                                                                                         |
| DALP-1093                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-1094                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-1095                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-1096                     | CONTRACT\_ERROR                                                                                          | contract    | This transfer was blocked because the sender or recipient does not meet the compliance requirements for this token.                                                                                                                     |
| DALP-1097                     | CONTRACT\_ERROR                                                                                          | contract    | Wallet not registered to this identity                                                                                                                                                                                                  |
| DALP-1098                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-1099                     | CONTRACT\_ERROR                                                                                          | contract    | Feeds Directory is not accepted by this contract                                                                                                                                                                                        |
| DALP-1100                     | CONTRACT\_ERROR                                                                                          | contract    | This wallet is not associated with the expected identity.                                                                                                                                                                               |
| DALP-1101                     | CONTRACT\_ERROR                                                                                          | contract    | The account does not have enough tokens. Available: \{\{available}}, required: \{\{required}}.                                                                                                                                          |
| DALP-1102                     | CONTRACT\_ERROR                                                                                          | contract    | The token allowance is too low. Current allowance: \{\{allowance}}, required: \{\{required}}.                                                                                                                                           |
| DALP-1103                     | CONTRACT\_ERROR                                                                                          | contract    | This operation is temporarily unavailable because it has been paused.                                                                                                                                                                   |
| DALP-1104                     | CONTRACT\_ERROR                                                                                          | contract    | The account \{\{account}} does not have a registered identity on this platform.                                                                                                                                                         |
| DALP-1105                     | CONTRACT\_ERROR                                                                                          | contract    | The approved spending amount is not enough. Current: \{\{currentAllowance}}, required: \{\{requiredAllowance}}.                                                                                                                         |
| DALP-1106                     | CONTRACT\_ERROR                                                                                          | contract    | The amount exceeds the currently frozen token balance. Available: \{\{available}}, requested: \{\{requested}}.                                                                                                                          |
| DALP-1107                     | CONTRACT\_ERROR                                                                                          | contract    | Identity Address is not accepted by this contract                                                                                                                                                                                       |
| DALP-1108                     | CONTRACT\_ERROR                                                                                          | contract    | Token is not accepted by this contract                                                                                                                                                                                                  |
| DALP-1109                     | CONTRACT\_ERROR                                                                                          | contract    | This token is currently paused and no operations can be performed.                                                                                                                                                                      |
| DALP-1110                     | CONTRACT\_ERROR                                                                                          | contract    | This token cannot be issued to the recipient because they do not meet the compliance requirements.                                                                                                                                      |
| DALP-1111                     | CONTRACT\_ERROR                                                                                          | contract    | Stale feed                                                                                                                                                                                                                              |
| DALP-1112                     | CONTRACT\_ERROR                                                                                          | contract    | Token compliance creation failed                                                                                                                                                                                                        |
| DALP-1113                     | CONTRACT\_ERROR                                                                                          | contract    | Not factory token                                                                                                                                                                                                                       |
| DALP-1114                     | CONTRACT\_ERROR                                                                                          | contract    | Only compliance engine                                                                                                                                                                                                                  |
| DALP-1115                     | CONTRACT\_ERROR                                                                                          | contract    | Token registries already exist                                                                                                                                                                                                          |
| DALP-1116                     | CONTRACT\_ERROR                                                                                          | contract    | Token registry implementations missing                                                                                                                                                                                                  |
| DALP-1117                     | CONTRACT\_ERROR                                                                                          | contract    | Compliance module type mismatch                                                                                                                                                                                                         |
| DALP-1118                     | CONTRACT\_ERROR                                                                                          | contract    | Unsupported compliance module                                                                                                                                                                                                           |
| DALP-1119                     | CONTRACT\_ERROR                                                                                          | contract    | Token scope not supported                                                                                                                                                                                                               |
| DALP-1120                     | CONTRACT\_ERROR                                                                                          | contract    | Compliance check failed: \{\{reason}}                                                                                                                                                                                                   |
| DALP-1121                     | CONTRACT\_ERROR                                                                                          | contract    | Identity v2 not supported                                                                                                                                                                                                               |
| DALP-1122                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-1123                     | CONTRACT\_ERROR                                                                                          | contract    | Identity Management Key Authorization is not accepted by this contract                                                                                                                                                                  |
| DALP-1124                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot trigger early maturity — the scheduled maturity date has already been reached.                                                                                                                                                   |
| DALP-1125                     | CONTRACT\_ERROR                                                                                          | contract    | Fee rate too high                                                                                                                                                                                                                       |
| DALP-1126                     | CONTRACT\_ERROR                                                                                          | contract    | Fee token required when fees non zero                                                                                                                                                                                                   |
| DALP-1127                     | CONTRACT\_ERROR                                                                                          | contract    | Target Token is not accepted by this contract                                                                                                                                                                                           |
| DALP-1128                     | CONTRACT\_ERROR                                                                                          | contract    | Maturity date zero                                                                                                                                                                                                                      |
| DALP-1129                     | CONTRACT\_ERROR                                                                                          | contract    | Native recovery failed                                                                                                                                                                                                                  |
| DALP-1130                     | CONTRACT\_ERROR                                                                                          | contract    | Token not system registered                                                                                                                                                                                                             |
| DALP-2001                     | CONTRACT\_ERROR                                                                                          | contract    | Sender not approved settlement                                                                                                                                                                                                          |
| DALP-2003                     | CONTRACT\_ERROR                                                                                          | contract    | You are not a participant in this settlement.                                                                                                                                                                                           |
| DALP-2004                     | CONTRACT\_ERROR                                                                                          | contract    | This settlement has already been cancelled.                                                                                                                                                                                             |
| DALP-2005                     | CONTRACT\_ERROR                                                                                          | contract    | This settlement has already been completed.                                                                                                                                                                                             |
| DALP-2006                     | CONTRACT\_ERROR                                                                                          | contract    | This settlement has expired and can no longer be executed.                                                                                                                                                                              |
| DALP-2007                     | CONTRACT\_ERROR                                                                                          | contract    | This settlement expired and the funds have already been returned.                                                                                                                                                                       |
| DALP-2008                     | CONTRACT\_ERROR                                                                                          | contract    | This settlement cannot be executed because not all parties have approved it.                                                                                                                                                            |
| DALP-2009                     | CONTRACT\_ERROR                                                                                          | contract    | This settlement has not yet expired.                                                                                                                                                                                                    |
| DALP-2010                     | CONTRACT\_ERROR                                                                                          | contract    | This settlement requires a security code to execute.                                                                                                                                                                                    |
| DALP-2011                     | CONTRACT\_ERROR                                                                                          | contract    | Cutoff Date is not accepted by this contract                                                                                                                                                                                            |
| DALP-2012                     | CONTRACT\_ERROR                                                                                          | contract    | The settlement has no payment flows defined.                                                                                                                                                                                            |
| DALP-2013                     | CONTRACT\_ERROR                                                                                          | contract    | You have already approved this settlement.                                                                                                                                                                                              |
| DALP-3001                     | CONTRACT\_ERROR                                                                                          | contract    | Airdrop ended                                                                                                                                                                                                                           |
| DALP-3002                     | CONTRACT\_ERROR                                                                                          | contract    | Airdrop not started                                                                                                                                                                                                                     |
| DALP-3003                     | CONTRACT\_ERROR                                                                                          | contract    | Claim already revoked                                                                                                                                                                                                                   |
| DALP-3004                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-3005                     | CONTRACT\_ERROR                                                                                          | contract    | Claim not eligible                                                                                                                                                                                                                      |
| DALP-3006                     | CONTRACT\_ERROR                                                                                          | contract    | Claim not valid according to issuer                                                                                                                                                                                                     |
| DALP-3007                     | CONTRACT\_ERROR                                                                                          | contract    | Cliff exceeds vesting duration                                                                                                                                                                                                          |
| DALP-3008                     | CONTRACT\_ERROR                                                                                          | contract    | Distribution cap exceeded                                                                                                                                                                                                               |
| DALP-3009                     | CONTRACT\_ERROR                                                                                          | contract    | Duplicate claim topic                                                                                                                                                                                                                   |
| DALP-3010                     | CONTRACT\_ERROR                                                                                          | contract    | Airdrop Name is not accepted by this contract                                                                                                                                                                                           |
| DALP-3011                     | CONTRACT\_ERROR                                                                                          | contract    | Claim Tracker Address is not accepted by this contract                                                                                                                                                                                  |
| DALP-3012                     | CONTRACT\_ERROR                                                                                          | contract    | Distribution Address is not accepted by this contract                                                                                                                                                                                   |
| DALP-3013                     | CONTRACT\_ERROR                                                                                          | contract    | Merkle Root is not accepted by this contract                                                                                                                                                                                            |
| DALP-3014                     | CONTRACT\_ERROR                                                                                          | contract    | Vesting Duration is not accepted by this contract                                                                                                                                                                                       |
| DALP-3015                     | CONTRACT\_ERROR                                                                                          | contract    | Vesting Strategy is not accepted by this contract                                                                                                                                                                                       |
| DALP-3016                     | CONTRACT\_ERROR                                                                                          | contract    | Vesting Strategy Address is not accepted by this contract                                                                                                                                                                               |
| DALP-3017                     | CONTRACT\_ERROR                                                                                          | contract    | No claim topics provided                                                                                                                                                                                                                |
| DALP-3018                     | CONTRACT\_ERROR                                                                                          | contract    | Push airdrop claim not allowed                                                                                                                                                                                                          |
| DALP-3019                     | CONTRACT\_ERROR                                                                                          | contract    | Sender lacks claim signer key                                                                                                                                                                                                           |
| DALP-3020                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-3021                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-3022                     | CONTRACT\_ERROR                                                                                          | contract    | Unsupported claim scheme                                                                                                                                                                                                                |
| DALP-3023                     | CONTRACT\_ERROR                                                                                          | contract    | Vesting airdrop implementation not set                                                                                                                                                                                                  |
| DALP-3024                     | CONTRACT\_ERROR                                                                                          | contract    | Vesting already initialized                                                                                                                                                                                                             |
| DALP-3025                     | CONTRACT\_ERROR                                                                                          | contract    | Vesting not initialized                                                                                                                                                                                                                 |
| DALP-3026                     | CONTRACT\_ERROR                                                                                          | contract    | Claim fallback disabled                                                                                                                                                                                                                 |
| DALP-3027                     | CONTRACT\_ERROR                                                                                          | contract    | No claim fallback                                                                                                                                                                                                                       |
| DALP-3028                     | CONTRACT\_ERROR                                                                                          | contract    | Nothing to claim                                                                                                                                                                                                                        |
| DALP-3029                     | CONTRACT\_ERROR                                                                                          | contract    | The claim amount cannot be zero.                                                                                                                                                                                                        |
| DALP-3030                     | CONTRACT\_ERROR                                                                                          | contract    | This airdrop reward has already been claimed.                                                                                                                                                                                           |
| DALP-3031                     | CONTRACT\_ERROR                                                                                          | contract    | Claim Amount is not accepted by this contract                                                                                                                                                                                           |
| DALP-3032                     | CONTRACT\_ERROR                                                                                          | contract    | Merkle Proof is not accepted by this contract                                                                                                                                                                                           |
| DALP-4001                     | CONTRACT\_ERROR                                                                                          | contract    | Access Managed Authority is not accepted by this contract                                                                                                                                                                               |
| DALP-4002                     | CONTRACT\_ERROR                                                                                          | contract    | Access managed required delay                                                                                                                                                                                                           |
| DALP-4003                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager already deployed                                                                                                                                                                                                         |
| DALP-4004                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager already scheduled                                                                                                                                                                                                        |
| DALP-4005                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager bad confirmation                                                                                                                                                                                                         |
| DALP-4006                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-4007                     | CONTRACT\_ERROR                                                                                          | contract    | Access Manager Initial Admin is not accepted by this contract                                                                                                                                                                           |
| DALP-4008                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager locked role                                                                                                                                                                                                              |
| DALP-4009                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager not configured                                                                                                                                                                                                           |
| DALP-4010                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager not ready                                                                                                                                                                                                                |
| DALP-4011                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager not scheduled                                                                                                                                                                                                            |
| DALP-4012                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager unauthorized account                                                                                                                                                                                                     |
| DALP-4013                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager unauthorized call                                                                                                                                                                                                        |
| DALP-4014                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager unauthorized cancel                                                                                                                                                                                                      |
| DALP-4015                     | CONTRACT\_ERROR                                                                                          | contract    | Access manager unauthorized consume                                                                                                                                                                                                     |
| DALP-4016                     | CONTRACT\_ERROR                                                                                          | contract    | Account implementation not set                                                                                                                                                                                                          |
| DALP-4017                     | CONTRACT\_ERROR                                                                                          | contract    | Account unauthorized                                                                                                                                                                                                                    |
| DALP-4018                     | CONTRACT\_ERROR                                                                                          | contract    | Accrual already closed                                                                                                                                                                                                                  |
| DALP-4019                     | CONTRACT\_ERROR                                                                                          | contract    | Addon registry implementation not set                                                                                                                                                                                                   |
| DALP-4020                     | CONTRACT\_ERROR                                                                                          | contract    | Address already deployed                                                                                                                                                                                                                |
| DALP-4021                     | CONTRACT\_ERROR                                                                                          | contract    | Address already on bypass list                                                                                                                                                                                                          |
| DALP-4022                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4023                     | CONTRACT\_ERROR                                                                                          | contract    | Address not on bypass list                                                                                                                                                                                                              |
| DALP-4024                     | CONTRACT\_ERROR                                                                                          | contract    | Already archived                                                                                                                                                                                                                        |
| DALP-4025                     | CONTRACT\_ERROR                                                                                          | contract    | Already distributed                                                                                                                                                                                                                     |
| DALP-4026                     | CONTRACT\_ERROR                                                                                          | contract    | Already initialized                                                                                                                                                                                                                     |
| DALP-4027                     | CONTRACT\_ERROR                                                                                          | contract    | Already matured                                                                                                                                                                                                                         |
| DALP-4028                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-4029                     | CONTRACT\_ERROR                                                                                          | contract    | Ambiguous interest provider                                                                                                                                                                                                             |
| DALP-4030                     | CONTRACT\_ERROR                                                                                          | contract    | Amount exceeds int256 max                                                                                                                                                                                                               |
| DALP-4031                     | CONTRACT\_ERROR                                                                                          | contract    | And or operation requires two operands                                                                                                                                                                                                  |
| DALP-4032                     | CONTRACT\_ERROR                                                                                          | contract    | And or operations require two operands                                                                                                                                                                                                  |
| DALP-4033                     | CONTRACT\_ERROR                                                                                          | contract    | Approval already exists                                                                                                                                                                                                                 |
| DALP-4034                     | CONTRACT\_ERROR                                                                                          | contract    | Approval already used                                                                                                                                                                                                                   |
| DALP-4035                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-4036                     | CONTRACT\_ERROR                                                                                          | contract    | Approval required                                                                                                                                                                                                                       |
| DALP-4037                     | CONTRACT\_ERROR                                                                                          | contract    | Archive not registered                                                                                                                                                                                                                  |
| DALP-4038                     | CONTRACT\_ERROR                                                                                          | contract    | Array length mismatch                                                                                                                                                                                                                   |
| DALP-4039                     | CONTRACT\_ERROR                                                                                          | contract    | Array length mismatch                                                                                                                                                                                                                   |
| DALP-4040                     | CONTRACT\_ERROR                                                                                          | contract    | Associated contract not set                                                                                                                                                                                                             |
| DALP-4041                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-4042                     | CONTRACT\_ERROR                                                                                          | contract    | Authorization contract not registered                                                                                                                                                                                                   |
| DALP-4043                     | CONTRACT\_ERROR                                                                                          | contract    | Batch size exceeds limit                                                                                                                                                                                                                |
| DALP-4044                     | CONTRACT\_ERROR                                                                                          | contract    | Below min conversion amount                                                                                                                                                                                                             |
| DALP-4045                     | CONTRACT\_ERROR                                                                                          | contract    | Buyer not eligible                                                                                                                                                                                                                      |
| DALP-4046                     | CONTRACT\_ERROR                                                                                          | contract    | Caller not factory                                                                                                                                                                                                                      |
| DALP-4047                     | CONTRACT\_ERROR                                                                                          | contract    | Cancel not allowed                                                                                                                                                                                                                      |
| DALP-4048                     | CONTRACT\_ERROR                                                                                          | contract    | Cancel vote already cast                                                                                                                                                                                                                |
| DALP-4049                     | CONTRACT\_ERROR                                                                                          | contract    | Cancel vote not cast                                                                                                                                                                                                                    |
| DALP-4050                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot execute to zero address                                                                                                                                                                                                          |
| DALP-4051                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot initialize logic contract                                                                                                                                                                                                        |
| DALP-4052                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot recover self                                                                                                                                                                                                                     |
| DALP-4053                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot remove default validator                                                                                                                                                                                                         |
| DALP-4054                     | CONTRACT\_ERROR                                                                                          | contract    | Contract already linked                                                                                                                                                                                                                 |
| DALP-4055                     | CONTRACT\_ERROR                                                                                          | contract    | Conversion id already used                                                                                                                                                                                                              |
| DALP-4056                     | CONTRACT\_ERROR                                                                                          | contract    | Conversion minter missing                                                                                                                                                                                                               |
| DALP-4057                     | CONTRACT\_ERROR                                                                                          | contract    | Conversion window closed                                                                                                                                                                                                                |
| DALP-4058                     | CONTRACT\_ERROR                                                                                          | contract    | Conversion window not open                                                                                                                                                                                                              |
| DALP-4059                     | CONTRACT\_ERROR                                                                                          | contract    | Create2 empty bytecode                                                                                                                                                                                                                  |
| DALP-4060                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-4061                     | CONTRACT\_ERROR                                                                                          | contract    | Decimal mismatch                                                                                                                                                                                                                        |
| DALP-4062                     | CONTRACT\_ERROR                                                                                          | contract    | Default validator not set                                                                                                                                                                                                               |
| DALP-4063                     | CONTRACT\_ERROR                                                                                          | contract    | Delegate and revert                                                                                                                                                                                                                     |
| DALP-4064                     | CONTRACT\_ERROR                                                                                          | contract    | Denomination mismatch                                                                                                                                                                                                                   |
| DALP-4065                     | CONTRACT\_ERROR                                                                                          | contract    | Deployment address mismatch                                                                                                                                                                                                             |
| DALP-4066                     | CONTRACT\_ERROR                                                                                          | contract    | Deposit withdrawal failed                                                                                                                                                                                                               |
| DALP-4067                     | CONTRACT\_ERROR                                                                                          | contract    | Directory already set                                                                                                                                                                                                                   |
| DALP-4068                     | CONTRACT\_ERROR                                                                                          | contract    | Directory not set                                                                                                                                                                                                                       |
| DALP-4069                     | CONTRACT\_ERROR                                                                                          | contract    | Duplicate feature                                                                                                                                                                                                                       |
| DALP-4070                     | CONTRACT\_ERROR                                                                                          | contract    | Duplicate module                                                                                                                                                                                                                        |
| DALP-4071                     | CONTRACT\_ERROR                                                                                          | contract    | Duplicate signature                                                                                                                                                                                                                     |
| DALP-4072                     | CONTRACT\_ERROR                                                                                          | contract    | Duplicate type id                                                                                                                                                                                                                       |
| DALP-4073                     | CONTRACT\_ERROR                                                                                          | contract    | ETH not accepted                                                                                                                                                                                                                        |
| DALP-4074                     | CONTRACT\_ERROR                                                                                          | contract    | ETH transfers not allowed                                                                                                                                                                                                               |
| DALP-4075                     | CONTRACT\_ERROR                                                                                          | contract    | Eip7702 sender not delegate                                                                                                                                                                                                             |
| DALP-4076                     | CONTRACT\_ERROR                                                                                          | contract    | Eip7702 sender without code                                                                                                                                                                                                             |
| DALP-4077                     | CONTRACT\_ERROR                                                                                          | contract    | Empty arrays provided                                                                                                                                                                                                                   |
| DALP-4078                     | CONTRACT\_ERROR                                                                                          | contract    | Empty expression not allowed                                                                                                                                                                                                            |
| DALP-4079                     | CONTRACT\_ERROR                                                                                          | contract    | Empty id                                                                                                                                                                                                                                |
| DALP-4080                     | CONTRACT\_ERROR                                                                                          | contract    | Empty name                                                                                                                                                                                                                              |
| DALP-4081                     | CONTRACT\_ERROR                                                                                          | contract    | Empty signature                                                                                                                                                                                                                         |
| DALP-4082                     | CONTRACT\_ERROR                                                                                          | contract    | Exceeded cap                                                                                                                                                                                                                            |
| DALP-4083                     | CONTRACT\_ERROR                                                                                          | contract    | Execution already performed                                                                                                                                                                                                             |
| DALP-4084                     | CONTRACT\_ERROR                                                                                          | contract    | Execution failed                                                                                                                                                                                                                        |
| DALP-4085                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4086                     | CONTRACT\_ERROR                                                                                          | contract    | Expression stack overflow                                                                                                                                                                                                               |
| DALP-4087                     | CONTRACT\_ERROR                                                                                          | contract    | Expression too complex                                                                                                                                                                                                                  |
| DALP-4088                     | CONTRACT\_ERROR                                                                                          | contract    | Failed deployment                                                                                                                                                                                                                       |
| DALP-4089                     | CONTRACT\_ERROR                                                                                          | contract    | Failed op                                                                                                                                                                                                                               |
| DALP-4090                     | CONTRACT\_ERROR                                                                                          | contract    | Failed op with revert                                                                                                                                                                                                                   |
| DALP-4091                     | CONTRACT\_ERROR                                                                                          | contract    | Failed send to beneficiary                                                                                                                                                                                                              |
| DALP-4092                     | CONTRACT\_ERROR                                                                                          | contract    | Feature already exists                                                                                                                                                                                                                  |
| DALP-4093                     | CONTRACT\_ERROR                                                                                          | contract    | Feature creation failed                                                                                                                                                                                                                 |
| DALP-4094                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4095                     | CONTRACT\_ERROR                                                                                          | contract    | Future lookup                                                                                                                                                                                                                           |
| DALP-4096                     | CONTRACT\_ERROR                                                                                          | contract    | Global module already added                                                                                                                                                                                                             |
| DALP-4097                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4098                     | CONTRACT\_ERROR                                                                                          | contract    | Governor already cast vote                                                                                                                                                                                                              |
| DALP-4099                     | CONTRACT\_ERROR                                                                                          | contract    | Governor already queued proposal                                                                                                                                                                                                        |
| DALP-4100                     | CONTRACT\_ERROR                                                                                          | contract    | Governor disabled deposit                                                                                                                                                                                                               |
| DALP-4101                     | CONTRACT\_ERROR                                                                                          | contract    | Governor insufficient proposer votes                                                                                                                                                                                                    |
| DALP-4102                     | CONTRACT\_ERROR                                                                                          | contract    | Governor Proposal Length is not accepted by this contract                                                                                                                                                                               |
| DALP-4103                     | CONTRACT\_ERROR                                                                                          | contract    | Governor Signature is not accepted by this contract                                                                                                                                                                                     |
| DALP-4104                     | CONTRACT\_ERROR                                                                                          | contract    | Governor Vote Params is not accepted by this contract                                                                                                                                                                                   |
| DALP-4105                     | CONTRACT\_ERROR                                                                                          | contract    | Governor Vote Type is not accepted by this contract                                                                                                                                                                                     |
| DALP-4106                     | CONTRACT\_ERROR                                                                                          | contract    | Governor Voting Period is not accepted by this contract                                                                                                                                                                                 |
| DALP-4107                     | CONTRACT\_ERROR                                                                                          | contract    | Governor nonexistent proposal                                                                                                                                                                                                           |
| DALP-4108                     | CONTRACT\_ERROR                                                                                          | contract    | Governor not queued proposal                                                                                                                                                                                                            |
| DALP-4109                     | CONTRACT\_ERROR                                                                                          | contract    | Governor only executor                                                                                                                                                                                                                  |
| DALP-4110                     | CONTRACT\_ERROR                                                                                          | contract    | Governor queue not implemented                                                                                                                                                                                                          |
| DALP-4111                     | CONTRACT\_ERROR                                                                                          | contract    | Governor restricted proposer                                                                                                                                                                                                            |
| DALP-4112                     | CONTRACT\_ERROR                                                                                          | contract    | Governor unable to cancel                                                                                                                                                                                                               |
| DALP-4113                     | CONTRACT\_ERROR                                                                                          | contract    | Governor unexpected proposal state                                                                                                                                                                                                      |
| DALP-4114                     | CONTRACT\_ERROR                                                                                          | contract    | Hard cap exceeded                                                                                                                                                                                                                       |
| DALP-4115                     | CONTRACT\_ERROR                                                                                          | contract    | Hard cap must be positive                                                                                                                                                                                                               |
| DALP-4116                     | CONTRACT\_ERROR                                                                                          | contract    | Hashlock reveal not required                                                                                                                                                                                                            |
| DALP-4117                     | CONTRACT\_ERROR                                                                                          | contract    | History not supported                                                                                                                                                                                                                   |
| DALP-4118                     | CONTRACT\_ERROR                                                                                          | contract    | Identities required                                                                                                                                                                                                                     |
| DALP-4119                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation not set in factory                                                                                                                                                                                                       |
| DALP-4120                     | CONTRACT\_ERROR                                                                                          | contract    | Index out of bounds                                                                                                                                                                                                                     |
| DALP-4121                     | CONTRACT\_ERROR                                                                                          | contract    | Initial key already setup                                                                                                                                                                                                               |
| DALP-4122                     | CONTRACT\_ERROR                                                                                          | contract    | Initialization deadline passed                                                                                                                                                                                                          |
| DALP-4123                     | CONTRACT\_ERROR                                                                                          | contract    | Initialization with zero address                                                                                                                                                                                                        |
| DALP-4124                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-4125                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-4126                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-4127                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-4128                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-4129                     | CONTRACT\_ERROR                                                                                          | contract    | Interest provider missing                                                                                                                                                                                                               |
| DALP-4130                     | CONTRACT\_ERROR                                                                                          | contract    | Interface registration limit reached                                                                                                                                                                                                    |
| DALP-4131                     | CONTRACT\_ERROR                                                                                          | contract    | Internal function                                                                                                                                                                                                                       |
| DALP-4132                     | CONTRACT\_ERROR                                                                                          | contract    | Interoperable address empty reference and address                                                                                                                                                                                       |
| DALP-4133                     | CONTRACT\_ERROR                                                                                          | contract    | Interoperable address parsing error                                                                                                                                                                                                     |
| DALP-4134                     | CONTRACT\_ERROR                                                                                          | contract    | Access Manager is not accepted by this contract                                                                                                                                                                                         |
| DALP-4135                     | CONTRACT\_ERROR                                                                                          | contract    | Account Nonce is not accepted by this contract                                                                                                                                                                                          |
| DALP-4136                     | CONTRACT\_ERROR                                                                                          | contract    | Addon Address is not accepted by this contract                                                                                                                                                                                          |
| DALP-4137                     | CONTRACT\_ERROR                                                                                          | contract    | Address is not accepted by this contract                                                                                                                                                                                                |
| DALP-4138                     | CONTRACT\_ERROR                                                                                          | contract    | Amount is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4139                     | CONTRACT\_ERROR                                                                                          | contract    | Authorization Contract is not accepted by this contract                                                                                                                                                                                 |
| DALP-4140                     | CONTRACT\_ERROR                                                                                          | contract    | Basis Per Unit is not accepted by this contract                                                                                                                                                                                         |
| DALP-4141                     | CONTRACT\_ERROR                                                                                          | contract    | Beneficiary is not accepted by this contract                                                                                                                                                                                            |
| DALP-4142                     | CONTRACT\_ERROR                                                                                          | contract    | Cap is not accepted by this contract                                                                                                                                                                                                    |
| DALP-4143                     | CONTRACT\_ERROR                                                                                          | contract    | Contract Address is not accepted by this contract                                                                                                                                                                                       |
| DALP-4144                     | CONTRACT\_ERROR                                                                                          | contract    | Conversion Window is not accepted by this contract                                                                                                                                                                                      |
| DALP-4145                     | CONTRACT\_ERROR                                                                                          | contract    | Decimals is not accepted by this contract                                                                                                                                                                                               |
| DALP-4146                     | CONTRACT\_ERROR                                                                                          | contract    | Denomination Asset is not accepted by this contract                                                                                                                                                                                     |
| DALP-4147                     | CONTRACT\_ERROR                                                                                          | contract    | Directory is not accepted by this contract                                                                                                                                                                                              |
| DALP-4148                     | CONTRACT\_ERROR                                                                                          | contract    | Directory Address is not accepted by this contract                                                                                                                                                                                      |
| DALP-4149                     | CONTRACT\_ERROR                                                                                          | contract    | End Date is not accepted by this contract                                                                                                                                                                                               |
| DALP-4150                     | CONTRACT\_ERROR                                                                                          | contract    | End Time is not accepted by this contract                                                                                                                                                                                               |
| DALP-4151                     | CONTRACT\_ERROR                                                                                          | contract    | Expression Must Evaluate To One Result is not accepted by this contract                                                                                                                                                                 |
| DALP-4152                     | CONTRACT\_ERROR                                                                                          | contract    | Expression Stack Result is not accepted by this contract                                                                                                                                                                                |
| DALP-4153                     | CONTRACT\_ERROR                                                                                          | contract    | External Chain Id is not accepted by this contract                                                                                                                                                                                      |
| DALP-4154                     | CONTRACT\_ERROR                                                                                          | contract    | Face Value is not accepted by this contract                                                                                                                                                                                             |
| DALP-4155                     | CONTRACT\_ERROR                                                                                          | contract    | Factory Address is not accepted by this contract                                                                                                                                                                                        |
| DALP-4156                     | CONTRACT\_ERROR                                                                                          | contract    | Feature Config is not accepted by this contract                                                                                                                                                                                         |
| DALP-4157                     | CONTRACT\_ERROR                                                                                          | contract    | Global Registry Address is not accepted by this contract                                                                                                                                                                                |
| DALP-4158                     | CONTRACT\_ERROR                                                                                          | contract    | History Size is not accepted by this contract                                                                                                                                                                                           |
| DALP-4159                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation is not accepted by this contract                                                                                                                                                                                         |
| DALP-4160                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation Address is not accepted by this contract                                                                                                                                                                                 |
| DALP-4161                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation Interface is not accepted by this contract                                                                                                                                                                               |
| DALP-4162                     | CONTRACT\_ERROR                                                                                          | contract    | Initial Management Key is not accepted by this contract                                                                                                                                                                                 |
| DALP-4163                     | CONTRACT\_ERROR                                                                                          | contract    | Initialization is not accepted by this contract                                                                                                                                                                                         |
| DALP-4164                     | CONTRACT\_ERROR                                                                                          | contract    | Initialization Deadline is not accepted by this contract                                                                                                                                                                                |
| DALP-4165                     | CONTRACT\_ERROR                                                                                          | contract    | Input Array Lengths is not accepted by this contract                                                                                                                                                                                    |
| DALP-4166                     | CONTRACT\_ERROR                                                                                          | contract    | Interval is not accepted by this contract                                                                                                                                                                                               |
| DALP-4167                     | CONTRACT\_ERROR                                                                                          | contract    | Issuer Address is not accepted by this contract                                                                                                                                                                                         |
| DALP-4168                     | CONTRACT\_ERROR                                                                                          | contract    | Lost Wallet is not accepted by this contract                                                                                                                                                                                            |
| DALP-4169                     | CONTRACT\_ERROR                                                                                          | contract    | Module is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4170                     | CONTRACT\_ERROR                                                                                          | contract    | Nonce is not accepted by this contract                                                                                                                                                                                                  |
| DALP-4171                     | CONTRACT\_ERROR                                                                                          | contract    | Observed At is not accepted by this contract                                                                                                                                                                                            |
| DALP-4172                     | CONTRACT\_ERROR                                                                                          | contract    | Onchain ID is not accepted by this contract                                                                                                                                                                                             |
| DALP-4173                     | CONTRACT\_ERROR                                                                                          | contract    | Onchain ID is not accepted by this contract                                                                                                                                                                                             |
| DALP-4174                     | CONTRACT\_ERROR                                                                                          | contract    | Parameter is not accepted by this contract                                                                                                                                                                                              |
| DALP-4175                     | CONTRACT\_ERROR                                                                                          | contract    | Parameters is not accepted by this contract                                                                                                                                                                                             |
| DALP-4176                     | CONTRACT\_ERROR                                                                                          | contract    | Parameters is not accepted by this contract                                                                                                                                                                                             |
| DALP-4177                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster is not accepted by this contract                                                                                                                                                                                              |
| DALP-4178                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster Data is not accepted by this contract                                                                                                                                                                                         |
| DALP-4179                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster Signature Length is not accepted by this contract                                                                                                                                                                             |
| DALP-4180                     | CONTRACT\_ERROR                                                                                          | contract    | Payment Currency is not accepted by this contract                                                                                                                                                                                       |
| DALP-4181                     | CONTRACT\_ERROR                                                                                          | contract    | Period is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4182                     | CONTRACT\_ERROR                                                                                          | contract    | Phase Transition is not accepted by this contract                                                                                                                                                                                       |
| DALP-4183                     | CONTRACT\_ERROR                                                                                          | contract    | Price Calculation is not accepted by this contract                                                                                                                                                                                      |
| DALP-4184                     | CONTRACT\_ERROR                                                                                          | contract    | Range is not accepted by this contract                                                                                                                                                                                                  |
| DALP-4185                     | CONTRACT\_ERROR                                                                                          | contract    | Rate is not accepted by this contract                                                                                                                                                                                                   |
| DALP-4186                     | CONTRACT\_ERROR                                                                                          | contract    | Redeem Address is not accepted by this contract                                                                                                                                                                                         |
| DALP-4187                     | CONTRACT\_ERROR                                                                                          | contract    | Redeem Amount is not accepted by this contract                                                                                                                                                                                          |
| DALP-4188                     | CONTRACT\_ERROR                                                                                          | contract    | Registry Address is not accepted by this contract                                                                                                                                                                                       |
| DALP-4189                     | CONTRACT\_ERROR                                                                                          | contract    | Registry Address is not accepted by this contract                                                                                                                                                                                       |
| DALP-4190                     | CONTRACT\_ERROR                                                                                          | contract    | Requirement is not accepted by this contract                                                                                                                                                                                            |
| DALP-4191                     | CONTRACT\_ERROR                                                                                          | contract    | Sale Status is not accepted by this contract                                                                                                                                                                                            |
| DALP-4192                     | CONTRACT\_ERROR                                                                                          | contract    | Scalar Schema Hash is not accepted by this contract                                                                                                                                                                                     |
| DALP-4193                     | CONTRACT\_ERROR                                                                                          | contract    | Secret is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4194                     | CONTRACT\_ERROR                                                                                          | contract    | Short String is not accepted by this contract                                                                                                                                                                                           |
| DALP-4195                     | CONTRACT\_ERROR                                                                                          | contract    | Signature is not accepted by this contract                                                                                                                                                                                              |
| DALP-4196                     | CONTRACT\_ERROR                                                                                          | contract    | Signature Length is not accepted by this contract                                                                                                                                                                                       |
| DALP-4197                     | CONTRACT\_ERROR                                                                                          | contract    | Signer is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4198                     | CONTRACT\_ERROR                                                                                          | contract    | Stake is not accepted by this contract                                                                                                                                                                                                  |
| DALP-4199                     | CONTRACT\_ERROR                                                                                          | contract    | Start Date is not accepted by this contract                                                                                                                                                                                             |
| DALP-4200                     | CONTRACT\_ERROR                                                                                          | contract    | Start Time is not accepted by this contract                                                                                                                                                                                             |
| DALP-4201                     | CONTRACT\_ERROR                                                                                          | contract    | Storage Address is not accepted by this contract                                                                                                                                                                                        |
| DALP-4202                     | CONTRACT\_ERROR                                                                                          | contract    | Subject Address is not accepted by this contract                                                                                                                                                                                        |
| DALP-4203                     | CONTRACT\_ERROR                                                                                          | contract    | System Address is not accepted by this contract                                                                                                                                                                                         |
| DALP-4204                     | CONTRACT\_ERROR                                                                                          | contract    | Time Window is not accepted by this contract                                                                                                                                                                                            |
| DALP-4205                     | CONTRACT\_ERROR                                                                                          | contract    | Timing is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4206                     | CONTRACT\_ERROR                                                                                          | contract    | Topic Id Zero Not Allowed is not accepted by this contract                                                                                                                                                                              |
| DALP-4207                     | CONTRACT\_ERROR                                                                                          | contract    | Topic Scheme Registry is not accepted by this contract                                                                                                                                                                                  |
| DALP-4208                     | CONTRACT\_ERROR                                                                                          | contract    | Topic Scheme Registry Address is not accepted by this contract                                                                                                                                                                          |
| DALP-4209                     | CONTRACT\_ERROR                                                                                          | contract    | Treasury is not accepted by this contract                                                                                                                                                                                               |
| DALP-4210                     | CONTRACT\_ERROR                                                                                          | contract    | Trusted Issuers Registry is not accepted by this contract                                                                                                                                                                               |
| DALP-4211                     | CONTRACT\_ERROR                                                                                          | contract    | Unstake Delay is not accepted by this contract                                                                                                                                                                                          |
| DALP-4212                     | CONTRACT\_ERROR                                                                                          | contract    | User Address is not accepted by this contract                                                                                                                                                                                           |
| DALP-4213                     | CONTRACT\_ERROR                                                                                          | contract    | Withdrawal Address is not accepted by this contract                                                                                                                                                                                     |
| DALP-4214                     | CONTRACT\_ERROR                                                                                          | contract    | Issuer already exists                                                                                                                                                                                                                   |
| DALP-4215                     | CONTRACT\_ERROR                                                                                          | contract    | Issuer cannot be zero address                                                                                                                                                                                                           |
| DALP-4216                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4217                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4218                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4219                     | CONTRACT\_ERROR                                                                                          | contract    | Key already has this purpose                                                                                                                                                                                                            |
| DALP-4220                     | CONTRACT\_ERROR                                                                                          | contract    | Key cannot be zero                                                                                                                                                                                                                      |
| DALP-4221                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4222                     | CONTRACT\_ERROR                                                                                          | contract    | Key does not have this purpose                                                                                                                                                                                                          |
| DALP-4223                     | CONTRACT\_ERROR                                                                                          | contract    | Kind mismatch                                                                                                                                                                                                                           |
| DALP-4224                     | CONTRACT\_ERROR                                                                                          | contract    | Length mismatch                                                                                                                                                                                                                         |
| DALP-4225                     | CONTRACT\_ERROR                                                                                          | contract    | Locked amount mismatch                                                                                                                                                                                                                  |
| DALP-4226                     | CONTRACT\_ERROR                                                                                          | contract    | Max features reached                                                                                                                                                                                                                    |
| DALP-4227                     | CONTRACT\_ERROR                                                                                          | contract    | Maximum allocation exceeded                                                                                                                                                                                                             |
| DALP-4228                     | CONTRACT\_ERROR                                                                                          | contract    | Meta registry cannot provide complete answer                                                                                                                                                                                            |
| DALP-4229                     | CONTRACT\_ERROR                                                                                          | contract    | Metadata immutable                                                                                                                                                                                                                      |
| DALP-4230                     | CONTRACT\_ERROR                                                                                          | contract    | Missing type identifier                                                                                                                                                                                                                 |
| DALP-4231                     | CONTRACT\_ERROR                                                                                          | contract    | Module already added                                                                                                                                                                                                                    |
| DALP-4233                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-4234                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4236                     | CONTRACT\_ERROR                                                                                          | contract    | Module not registered                                                                                                                                                                                                                   |
| DALP-4237                     | CONTRACT\_ERROR                                                                                          | contract    | No approval to revoke                                                                                                                                                                                                                   |
| DALP-4238                     | CONTRACT\_ERROR                                                                                          | contract    | No bytecode                                                                                                                                                                                                                             |
| DALP-4239                     | CONTRACT\_ERROR                                                                                          | contract    | No checkpoint at timepoint                                                                                                                                                                                                              |
| DALP-4240                     | CONTRACT\_ERROR                                                                                          | contract    | No contribution to refund                                                                                                                                                                                                               |
| DALP-4241                     | CONTRACT\_ERROR                                                                                          | contract    | No initial admins                                                                                                                                                                                                                       |
| DALP-4242                     | CONTRACT\_ERROR                                                                                          | contract    | No local flows                                                                                                                                                                                                                          |
| DALP-4243                     | CONTRACT\_ERROR                                                                                          | contract    | No yield available                                                                                                                                                                                                                      |
| DALP-4244                     | CONTRACT\_ERROR                                                                                          | contract    | Not initialized                                                                                                                                                                                                                         |
| DALP-4245                     | CONTRACT\_ERROR                                                                                          | contract    | Not initializing                                                                                                                                                                                                                        |
| DALP-4246                     | CONTRACT\_ERROR                                                                                          | contract    | Not installed                                                                                                                                                                                                                           |
| DALP-4247                     | CONTRACT\_ERROR                                                                                          | contract    | Not matured                                                                                                                                                                                                                             |
| DALP-4248                     | CONTRACT\_ERROR                                                                                          | contract    | Not operation requires one operand                                                                                                                                                                                                      |
| DALP-4249                     | CONTRACT\_ERROR                                                                                          | contract    | Not registered                                                                                                                                                                                                                          |
| DALP-4250                     | CONTRACT\_ERROR                                                                                          | contract    | Not registered feature                                                                                                                                                                                                                  |
| DALP-4251                     | CONTRACT\_ERROR                                                                                          | contract    | Not staked                                                                                                                                                                                                                              |
| DALP-4252                     | CONTRACT\_ERROR                                                                                          | contract    | Observed at too far in future                                                                                                                                                                                                           |
| DALP-4253                     | CONTRACT\_ERROR                                                                                          | contract    | Onchain id already set                                                                                                                                                                                                                  |
| DALP-4254                     | CONTRACT\_ERROR                                                                                          | contract    | Out of range access                                                                                                                                                                                                                     |
| DALP-4255                     | CONTRACT\_ERROR                                                                                          | contract    | Owner already set                                                                                                                                                                                                                       |
| DALP-4256                     | CONTRACT\_ERROR                                                                                          | contract    | Partial conversion disabled                                                                                                                                                                                                             |
| DALP-4257                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster unauthorized                                                                                                                                                                                                                  |
| DALP-4258                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster zero entry point                                                                                                                                                                                                              |
| DALP-4259                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster zero signer                                                                                                                                                                                                                   |
| DALP-4260                     | CONTRACT\_ERROR                                                                                          | contract    | Phase not active                                                                                                                                                                                                                        |
| DALP-4261                     | CONTRACT\_ERROR                                                                                          | contract    | Post op reverted                                                                                                                                                                                                                        |
| DALP-4262                     | CONTRACT\_ERROR                                                                                          | contract    | Premint already completed                                                                                                                                                                                                               |
| DALP-4263                     | CONTRACT\_ERROR                                                                                          | contract    | Proxy creation failed                                                                                                                                                                                                                   |
| DALP-4264                     | CONTRACT\_ERROR                                                                                          | contract    | Purchase amount too low                                                                                                                                                                                                                 |
| DALP-4265                     | CONTRACT\_ERROR                                                                                          | contract    | Query before enabled                                                                                                                                                                                                                    |
| DALP-4266                     | CONTRACT\_ERROR                                                                                          | contract    | Recipient not verified                                                                                                                                                                                                                  |
| DALP-4267                     | CONTRACT\_ERROR                                                                                          | contract    | Recover zero address                                                                                                                                                                                                                    |
| DALP-4268                     | CONTRACT\_ERROR                                                                                          | contract    | Reentrancy                                                                                                                                                                                                                              |
| DALP-4269                     | CONTRACT\_ERROR                                                                                          | contract    | Reentrant initialization                                                                                                                                                                                                                |
| DALP-4270                     | CONTRACT\_ERROR                                                                                          | contract    | Refund grace period active                                                                                                                                                                                                              |
| DALP-4271                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4272                     | CONTRACT\_ERROR                                                                                          | contract    | Remap target already exists                                                                                                                                                                                                             |
| DALP-4273                     | CONTRACT\_ERROR                                                                                          | contract    | Replicated execution already performed                                                                                                                                                                                                  |
| DALP-4274                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4275                     | CONTRACT\_ERROR                                                                                          | contract    | Revocation not allowed after commit                                                                                                                                                                                                     |
| DALP-4276                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4277                     | CONTRACT\_ERROR                                                                                          | contract    | Sale duration must be positive                                                                                                                                                                                                          |
| DALP-4278                     | CONTRACT\_ERROR                                                                                          | contract    | Sale ended                                                                                                                                                                                                                              |
| DALP-4279                     | CONTRACT\_ERROR                                                                                          | contract    | Sale never activated                                                                                                                                                                                                                    |
| DALP-4280                     | CONTRACT\_ERROR                                                                                          | contract    | Sale not active                                                                                                                                                                                                                         |
| DALP-4281                     | CONTRACT\_ERROR                                                                                          | contract    | Sale not ended                                                                                                                                                                                                                          |
| DALP-4282                     | CONTRACT\_ERROR                                                                                          | contract    | Sale not failed                                                                                                                                                                                                                         |
| DALP-4283                     | CONTRACT\_ERROR                                                                                          | contract    | Sale not finalized as success                                                                                                                                                                                                           |
| DALP-4284                     | CONTRACT\_ERROR                                                                                          | contract    | Sale not started                                                                                                                                                                                                                        |
| DALP-4285                     | CONTRACT\_ERROR                                                                                          | contract    | Sale start must be in future                                                                                                                                                                                                            |
| DALP-4286                     | CONTRACT\_ERROR                                                                                          | contract    | Salt already taken                                                                                                                                                                                                                      |
| DALP-4287                     | CONTRACT\_ERROR                                                                                          | contract    | Same address                                                                                                                                                                                                                            |
| DALP-4288                     | CONTRACT\_ERROR                                                                                          | contract    | Schedule not active                                                                                                                                                                                                                     |
| DALP-4289                     | CONTRACT\_ERROR                                                                                          | contract    | Schema hash mismatch                                                                                                                                                                                                                    |
| DALP-4290                     | CONTRACT\_ERROR                                                                                          | contract    | Schema hash mismatch                                                                                                                                                                                                                    |
| DALP-4291                     | CONTRACT\_ERROR                                                                                          | contract    | Secret already revealed                                                                                                                                                                                                                 |
| DALP-4292                     | CONTRACT\_ERROR                                                                                          | contract    | Secret not revealed                                                                                                                                                                                                                     |
| DALP-4293                     | CONTRACT\_ERROR                                                                                          | contract    | Self transfer                                                                                                                                                                                                                           |
| DALP-4294                     | CONTRACT\_ERROR                                                                                          | contract    | Sender address result                                                                                                                                                                                                                   |
| DALP-4295                     | CONTRACT\_ERROR                                                                                          | contract    | Sender lacks action key                                                                                                                                                                                                                 |
| DALP-4296                     | CONTRACT\_ERROR                                                                                          | contract    | Sender lacks management key                                                                                                                                                                                                             |
| DALP-4297                     | CONTRACT\_ERROR                                                                                          | contract    | Sender not local                                                                                                                                                                                                                        |
| DALP-4298                     | CONTRACT\_ERROR                                                                                          | contract    | Signature unchanged                                                                                                                                                                                                                     |
| DALP-4299                     | CONTRACT\_ERROR                                                                                          | contract    | Signature validation failed                                                                                                                                                                                                             |
| DALP-4300                     | CONTRACT\_ERROR                                                                                          | contract    | Slippage exceeded                                                                                                                                                                                                                       |
| DALP-4301                     | CONTRACT\_ERROR                                                                                          | contract    | Soft cap not reached                                                                                                                                                                                                                    |
| DALP-4302                     | CONTRACT\_ERROR                                                                                          | contract    | Stake not unlocked                                                                                                                                                                                                                      |
| DALP-4303                     | CONTRACT\_ERROR                                                                                          | contract    | Stake withdrawal failed                                                                                                                                                                                                                 |
| DALP-4304                     | CONTRACT\_ERROR                                                                                          | contract    | Stale observation                                                                                                                                                                                                                       |
| DALP-4305                     | CONTRACT\_ERROR                                                                                          | contract    | String too long                                                                                                                                                                                                                         |
| DALP-4306                     | CONTRACT\_ERROR                                                                                          | contract    | System access manager not set                                                                                                                                                                                                           |
| DALP-4307                     | CONTRACT\_ERROR                                                                                          | contract    | System addon implementation not set                                                                                                                                                                                                     |
| DALP-4308                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-4309                     | CONTRACT\_ERROR                                                                                          | contract    | This operation has already been completed                                                                                                                                                                                               |
| DALP-4310                     | CONTRACT\_ERROR                                                                                          | contract    | System already bootstrapped                                                                                                                                                                                                             |
| DALP-4311                     | CONTRACT\_ERROR                                                                                          | contract    | System trusted issuers registry implementation not set                                                                                                                                                                                  |
| DALP-4312                     | CONTRACT\_ERROR                                                                                          | contract    | Terms already set                                                                                                                                                                                                                       |
| DALP-4313                     | CONTRACT\_ERROR                                                                                          | contract    | Terms not accepted                                                                                                                                                                                                                      |
| DALP-4314                     | CONTRACT\_ERROR                                                                                          | contract    | Terms not set                                                                                                                                                                                                                           |
| DALP-4315                     | CONTRACT\_ERROR                                                                                          | contract    | Too many payment currencies                                                                                                                                                                                                             |
| DALP-4316                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4317                     | CONTRACT\_ERROR                                                                                          | contract    | Topic mismatch                                                                                                                                                                                                                          |
| DALP-4318                     | CONTRACT\_ERROR                                                                                          | contract    | Topic not registered                                                                                                                                                                                                                    |
| DALP-4319                     | CONTRACT\_ERROR                                                                                          | contract    | Topic scheme already exists                                                                                                                                                                                                             |
| DALP-4320                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4321                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4322                     | CONTRACT\_ERROR                                                                                          | contract    | Topic scheme registry implementation not set                                                                                                                                                                                            |
| DALP-4323                     | CONTRACT\_ERROR                                                                                          | contract    | Trigger already exists                                                                                                                                                                                                                  |
| DALP-4324                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-4325                     | CONTRACT\_ERROR                                                                                          | contract    | Trigger not active                                                                                                                                                                                                                      |
| DALP-4326                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4327                     | CONTRACT\_ERROR                                                                                          | contract    | Trusted issuers meta registry implementation not set                                                                                                                                                                                    |
| DALP-4328                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4329                     | CONTRACT\_ERROR                                                                                          | contract    | Tx executed                                                                                                                                                                                                                             |
| DALP-4330                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4331                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4332                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4333                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4334                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4335                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4336                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4337                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4338                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4339                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4340                     | CONTRACT\_ERROR                                                                                          | contract    | Unknown expression type                                                                                                                                                                                                                 |
| DALP-4341                     | CONTRACT\_ERROR                                                                                          | contract    | Unregistered key                                                                                                                                                                                                                        |
| DALP-4342                     | CONTRACT\_ERROR                                                                                          | contract    | Unsupported attribute                                                                                                                                                                                                                   |
| DALP-4343                     | CONTRACT\_ERROR                                                                                          | contract    | Unsupported execution operation                                                                                                                                                                                                         |
| DALP-4344                     | CONTRACT\_ERROR                                                                                          | contract    | Unsupported key operation                                                                                                                                                                                                               |
| DALP-4345                     | CONTRACT\_ERROR                                                                                          | contract    | Unsupported payment currency                                                                                                                                                                                                            |
| DALP-4346                     | CONTRACT\_ERROR                                                                                          | contract    | Value not positive                                                                                                                                                                                                                      |
| DALP-4347                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-4348                     | CONTRACT\_ERROR                                                                                          | contract    | Wallet already linked                                                                                                                                                                                                                   |
| DALP-4349                     | CONTRACT\_ERROR                                                                                          | contract    | Wallet already marked as lost                                                                                                                                                                                                           |
| DALP-4350                     | CONTRACT\_ERROR                                                                                          | contract    | Wallet in management keys                                                                                                                                                                                                               |
| DALP-4351                     | CONTRACT\_ERROR                                                                                          | contract    | Withdrawal already scheduled                                                                                                                                                                                                            |
| DALP-4352                     | CONTRACT\_ERROR                                                                                          | contract    | Withdrawal not due                                                                                                                                                                                                                      |
| DALP-4353                     | CONTRACT\_ERROR                                                                                          | contract    | Withdrawal not ready                                                                                                                                                                                                                    |
| DALP-4354                     | CONTRACT\_ERROR                                                                                          | contract    | Withdrawal not scheduled                                                                                                                                                                                                                |
| DALP-4355                     | CONTRACT\_ERROR                                                                                          | contract    | Wrapped error                                                                                                                                                                                                                           |
| DALP-4356                     | CONTRACT\_ERROR                                                                                          | contract    | Yield schedule active                                                                                                                                                                                                                   |
| DALP-4357                     | CONTRACT\_ERROR                                                                                          | contract    | Yield schedule already set                                                                                                                                                                                                              |
| DALP-4358                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4359                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4360                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4361                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4362                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4363                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4364                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4365                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4366                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4367                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4368                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4369                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4370                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4371                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4372                     | CONTRACT\_ERROR                                                                                          | contract    | Cannot remove last validator                                                                                                                                                                                                            |
| DALP-4373                     | CONTRACT\_ERROR                                                                                          | contract    | Too many validators                                                                                                                                                                                                                     |
| DALP-4374                     | CONTRACT\_ERROR                                                                                          | contract    | Not implemented                                                                                                                                                                                                                         |
| DALP-4375                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster not deployed                                                                                                                                                                                                                  |
| DALP-4376                     | CONTRACT\_ERROR                                                                                          | contract    | Max Staleness is not accepted by this contract                                                                                                                                                                                          |
| DALP-4377                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster entry point not contract                                                                                                                                                                                                      |
| DALP-4378                     | CONTRACT\_ERROR                                                                                          | contract    | Asset type name required                                                                                                                                                                                                                |
| DALP-4379                     | CONTRACT\_ERROR                                                                                          | contract    | Parent Address is not accepted by this contract                                                                                                                                                                                         |
| DALP-4380                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation not registered                                                                                                                                                                                                           |
| DALP-4381                     | CONTRACT\_ERROR                                                                                          | contract    | Instance deployment failed                                                                                                                                                                                                              |
| DALP-4382                     | CONTRACT\_ERROR                                                                                          | contract    | Config is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4383                     | CONTRACT\_ERROR                                                                                          | contract    | Not module admin                                                                                                                                                                                                                        |
| DALP-4384                     | CONTRACT\_ERROR                                                                                          | contract    | Registry not available                                                                                                                                                                                                                  |
| DALP-4389                     | CONTRACT\_ERROR                                                                                          | contract    | Module family mismatch                                                                                                                                                                                                                  |
| DALP-4390                     | CONTRACT\_ERROR                                                                                          | contract    | Type id mismatch                                                                                                                                                                                                                        |
| DALP-4392                     | CONTRACT\_ERROR                                                                                          | contract    | Max chain depth exceeded                                                                                                                                                                                                                |
| DALP-4393                     | CONTRACT\_ERROR                                                                                          | contract    | Not a validator module                                                                                                                                                                                                                  |
| DALP-4394                     | CONTRACT\_ERROR                                                                                          | contract    | System registry not available                                                                                                                                                                                                           |
| DALP-4396                     | CONTRACT\_ERROR                                                                                          | contract    | V1 hook must bypass adapter                                                                                                                                                                                                             |
| DALP-4400                     | CONTRACT\_ERROR                                                                                          | contract    | The account \{\{account}} does not have the required role to perform this action.                                                                                                                                                       |
| DALP-4401                     | CONTRACT\_ERROR                                                                                          | contract    | Only the owner of this resource can perform this action.                                                                                                                                                                                |
| DALP-4402                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission to perform this action.                                                                                                                                                                                      |
| DALP-4404                     | CONTRACT\_ERROR                                                                                          | contract    | System already set                                                                                                                                                                                                                      |
| DALP-4405                     | CONTRACT\_ERROR                                                                                          | contract    | System not set                                                                                                                                                                                                                          |
| DALP-4406                     | CONTRACT\_ERROR                                                                                          | contract    | Scope expression too complex                                                                                                                                                                                                            |
| DALP-4407                     | CONTRACT\_ERROR                                                                                          | contract    | Management keys not supported                                                                                                                                                                                                           |
| DALP-4408                     | CONTRACT\_ERROR                                                                                          | contract    | Config immutable                                                                                                                                                                                                                        |
| DALP-4409                     | CONTRACT\_ERROR                                                                                          | contract    | Binding already active                                                                                                                                                                                                                  |
| DALP-4410                     | CONTRACT\_ERROR                                                                                          | contract    | Binding already inactive                                                                                                                                                                                                                |
| DALP-4411                     | CONTRACT\_ERROR                                                                                          | contract    | Binding not active                                                                                                                                                                                                                      |
| DALP-4412                     | CONTRACT\_ERROR                                                                                          | contract    | The requested resource could not be found                                                                                                                                                                                               |
| DALP-4413                     | CONTRACT\_ERROR                                                                                          | contract    | You do not have permission for this operation                                                                                                                                                                                           |
| DALP-4414                     | CONTRACT\_ERROR                                                                                          | contract    | Caller \{\{caller}} is not authorized to create management keys for contract \{\{contractAddress}}.                                                                                                                                     |
| DALP-4415                     | CONTRACT\_ERROR                                                                                          | contract    | Caller \{\{caller}} is not authorized to create management keys for wallet \{\{wallet}}.                                                                                                                                                |
| DALP-4416                     | CONTRACT\_ERROR                                                                                          | contract    | Account onchain id mismatch                                                                                                                                                                                                             |
| DALP-4417                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-4418                     | CONTRACT\_ERROR                                                                                          | contract    | Account Creation Authorization is not accepted by this contract                                                                                                                                                                         |
| DALP-4419                     | CONTRACT\_ERROR                                                                                          | contract    | Unexpected validator init data                                                                                                                                                                                                          |
| DALP-4420                     | CONTRACT\_ERROR                                                                                          | contract    | Empty batch                                                                                                                                                                                                                             |
| DALP-4421                     | CONTRACT\_ERROR                                                                                          | contract    | Expiry is not accepted by this contract                                                                                                                                                                                                 |
| DALP-4422                     | CONTRACT\_ERROR                                                                                          | contract    | The authorized converter must be a conversion feature.                                                                                                                                                                                  |
| DALP-4423                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-4424                     | CONTRACT\_ERROR                                                                                          | contract    | Basis per unit zero                                                                                                                                                                                                                     |
| DALP-4425                     | CONTRACT\_ERROR                                                                                          | contract    | Config data must be empty                                                                                                                                                                                                               |
| DALP-4426                     | CONTRACT\_ERROR                                                                                          | contract    | Config data required                                                                                                                                                                                                                    |
| DALP-4427                     | CONTRACT\_ERROR                                                                                          | contract    | Discount too high                                                                                                                                                                                                                       |
| DALP-4428                     | CONTRACT\_ERROR                                                                                          | contract    | Duplicate converter address                                                                                                                                                                                                             |
| DALP-4429                     | CONTRACT\_ERROR                                                                                          | contract    | End date not after start date                                                                                                                                                                                                           |
| DALP-4430                     | CONTRACT\_ERROR                                                                                          | contract    | End date zero                                                                                                                                                                                                                           |
| DALP-4431                     | CONTRACT\_ERROR                                                                                          | contract    | Escrow required for lock method                                                                                                                                                                                                         |
| DALP-4432                     | CONTRACT\_ERROR                                                                                          | contract    | Face value zero                                                                                                                                                                                                                         |
| DALP-4433                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation address zero                                                                                                                                                                                                             |
| DALP-4435                     | CONTRACT\_ERROR                                                                                          | contract    | Interval zero                                                                                                                                                                                                                           |
| DALP-4436                     | CONTRACT\_ERROR                                                                                          | contract    | Conversion Window is not accepted by this contract                                                                                                                                                                                      |
| DALP-4437                     | CONTRACT\_ERROR                                                                                          | contract    | Converter Address is not accepted by this contract                                                                                                                                                                                      |
| DALP-4438                     | CONTRACT\_ERROR                                                                                          | contract    | Treasury Address is not accepted by this contract                                                                                                                                                                                       |
| DALP-4439                     | CONTRACT\_ERROR                                                                                          | contract    | No feature to replace                                                                                                                                                                                                                   |
| DALP-4440                     | CONTRACT\_ERROR                                                                                          | contract    | Rate zero                                                                                                                                                                                                                               |
| DALP-4441                     | CONTRACT\_ERROR                                                                                          | contract    | Replacement not supported                                                                                                                                                                                                               |
| DALP-4442                     | CONTRACT\_ERROR                                                                                          | contract    | Replacement would collide                                                                                                                                                                                                               |
| DALP-4443                     | CONTRACT\_ERROR                                                                                          | contract    | Start date zero                                                                                                                                                                                                                         |
| DALP-4444                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation interface check failed                                                                                                                                                                                                   |
| DALP-4445                     | CONTRACT\_ERROR                                                                                          | contract    | Implementation missing interface                                                                                                                                                                                                        |
| DALP-4446                     | CONTRACT\_ERROR                                                                                          | contract    | Not deployer                                                                                                                                                                                                                            |
| DALP-4447                     | CONTRACT\_ERROR                                                                                          | contract    | Proxy already initialized                                                                                                                                                                                                               |
| DALP-4448                     | CONTRACT\_ERROR                                                                                          | contract    | Proxy uninitialized                                                                                                                                                                                                                     |
| DALP-4449                     | CONTRACT\_ERROR                                                                                          | contract    | Bundler call failed                                                                                                                                                                                                                     |
| DALP-4450                     | CONTRACT\_ERROR                                                                                          | contract    | Bps is not accepted by this contract                                                                                                                                                                                                    |
| DALP-4451                     | CONTRACT\_ERROR                                                                                          | contract    | Bundler is not accepted by this contract                                                                                                                                                                                                |
| DALP-4452                     | CONTRACT\_ERROR                                                                                          | contract    | Entry Point is not accepted by this contract                                                                                                                                                                                            |
| DALP-4453                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster is not accepted by this contract                                                                                                                                                                                              |
| DALP-4454                     | CONTRACT\_ERROR                                                                                          | contract    | Paymaster call failed                                                                                                                                                                                                                   |
| DALP-4455                     | CONTRACT\_ERROR                                                                                          | contract    | A required value cannot be zero                                                                                                                                                                                                         |
| DALP-4456                     | CONTRACT\_ERROR                                                                                          | contract    | Not refundable                                                                                                                                                                                                                          |
| DALP-4457                     | CONTRACT\_ERROR                                                                                          | contract    | Stake management must call the canonical EntryPoint directly.                                                                                                                                                                           |
| DALP-9001                     | CONTRACT\_ERROR                                                                                          | contract    | Access control bad confirmation                                                                                                                                                                                                         |
| DALP-9002                     | CONTRACT\_ERROR                                                                                          | contract    | Access control enforced default admin delay                                                                                                                                                                                             |
| DALP-9003                     | CONTRACT\_ERROR                                                                                          | contract    | Access control enforced default admin rules                                                                                                                                                                                             |
| DALP-9004                     | CONTRACT\_ERROR                                                                                          | contract    | Access Control Default Admin is not accepted by this contract                                                                                                                                                                           |
| DALP-9005                     | CONTRACT\_ERROR                                                                                          | contract    | Access control missing any of roles                                                                                                                                                                                                     |
| DALP-9006                     | CONTRACT\_ERROR                                                                                          | contract    | Address empty code                                                                                                                                                                                                                      |
| DALP-9007                     | CONTRACT\_ERROR                                                                                          | contract    | Checkpoint unordered insertion                                                                                                                                                                                                          |
| DALP-9008                     | CONTRACT\_ERROR                                                                                          | contract    | ECDSA Signature is not accepted by this contract                                                                                                                                                                                        |
| DALP-9009                     | CONTRACT\_ERROR                                                                                          | contract    | ECDSA Signature Length is not accepted by this contract                                                                                                                                                                                 |
| DALP-9010                     | CONTRACT\_ERROR                                                                                          | contract    | ECDSA Signature S is not accepted by this contract                                                                                                                                                                                      |
| DALP-9011                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 1155 insufficient balance                                                                                                                                                                                                           |
| DALP-9012                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-1155 Approver is not accepted by this contract                                                                                                                                                                                      |
| DALP-9013                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-1155 Array Length is not accepted by this contract                                                                                                                                                                                  |
| DALP-9014                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-1155 Operator is not accepted by this contract                                                                                                                                                                                      |
| DALP-9015                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-1155 Receiver is not accepted by this contract                                                                                                                                                                                      |
| DALP-9016                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-1155 Sender is not accepted by this contract                                                                                                                                                                                        |
| DALP-9017                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 1155 missing approval for all                                                                                                                                                                                                       |
| DALP-9018                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-1967 Implementation is not accepted by this contract                                                                                                                                                                                |
| DALP-9019                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 1967 non payable                                                                                                                                                                                                                    |
| DALP-9020                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 1967 proxy uninitialized                                                                                                                                                                                                            |
| DALP-9021                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 20 exceeded safe supply                                                                                                                                                                                                             |
| DALP-9022                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-20 Approver is not accepted by this contract                                                                                                                                                                                        |
| DALP-9023                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-20 Receiver is not accepted by this contract                                                                                                                                                                                        |
| DALP-9024                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-20 Sender is not accepted by this contract                                                                                                                                                                                          |
| DALP-9025                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-20 Spender is not accepted by this contract                                                                                                                                                                                         |
| DALP-9026                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-9027                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-2612 Signer is not accepted by this contract                                                                                                                                                                                        |
| DALP-9028                     | CONTRACT\_ERROR                                                                                          | contract    | This operation can no longer be completed because the deadline has expired                                                                                                                                                              |
| DALP-9029                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-2771 Forwarder Signer is not accepted by this contract                                                                                                                                                                              |
| DALP-9030                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 2771 forwarder mismatched value                                                                                                                                                                                                     |
| DALP-9031                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 2771 untrustful target                                                                                                                                                                                                              |
| DALP-9032                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 5805 future lookup                                                                                                                                                                                                                  |
| DALP-9033                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 6372 inconsistent clock                                                                                                                                                                                                             |
| DALP-9034                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 721 incorrect owner                                                                                                                                                                                                                 |
| DALP-9035                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 721 insufficient approval                                                                                                                                                                                                           |
| DALP-9036                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-721 Approver is not accepted by this contract                                                                                                                                                                                       |
| DALP-9037                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-721 Operator is not accepted by this contract                                                                                                                                                                                       |
| DALP-9038                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-721 Owner is not accepted by this contract                                                                                                                                                                                          |
| DALP-9039                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-721 Receiver is not accepted by this contract                                                                                                                                                                                       |
| DALP-9040                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-721 Sender is not accepted by this contract                                                                                                                                                                                         |
| DALP-9041                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 721 nonexistent token                                                                                                                                                                                                               |
| DALP-9042                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 already installed module                                                                                                                                                                                                       |
| DALP-9043                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 cannot decode fallback data                                                                                                                                                                                                    |
| DALP-9044                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 decoding error                                                                                                                                                                                                                 |
| DALP-9045                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 mismatched module type id                                                                                                                                                                                                      |
| DALP-9046                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 missing fallback handler                                                                                                                                                                                                       |
| DALP-9047                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 multisig already exists                                                                                                                                                                                                        |
| DALP-9048                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-7579 Multisig Init Data is not accepted by this contract                                                                                                                                                                            |
| DALP-9049                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-7579 Multisig Signer is not accepted by this contract                                                                                                                                                                               |
| DALP-9050                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-7579 Multisig Weight is not accepted by this contract                                                                                                                                                                               |
| DALP-9051                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 multisig mismatched length                                                                                                                                                                                                     |
| DALP-9052                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 multisig nonexistent signer                                                                                                                                                                                                    |
| DALP-9053                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 multisig unreachable threshold                                                                                                                                                                                                 |
| DALP-9054                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 multisig zero threshold                                                                                                                                                                                                        |
| DALP-9055                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 uninstalled module                                                                                                                                                                                                             |
| DALP-9056                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 unsupported call type                                                                                                                                                                                                          |
| DALP-9057                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 unsupported exec type                                                                                                                                                                                                          |
| DALP-9058                     | CONTRACT\_ERROR                                                                                          | contract    | ERC 7579 unsupported module type                                                                                                                                                                                                        |
| DALP-9059                     | CONTRACT\_ERROR                                                                                          | contract    | Expected pause                                                                                                                                                                                                                          |
| DALP-9060                     | CONTRACT\_ERROR                                                                                          | contract    | Failed call                                                                                                                                                                                                                             |
| DALP-9061                     | CONTRACT\_ERROR                                                                                          | contract    | Your account does not have enough resources for this operation                                                                                                                                                                          |
| DALP-9062                     | CONTRACT\_ERROR                                                                                          | contract    | Ownable Owner is not accepted by this contract                                                                                                                                                                                          |
| DALP-9063                     | CONTRACT\_ERROR                                                                                          | contract    | Reentrancy guard reentrant call                                                                                                                                                                                                         |
| DALP-9064                     | CONTRACT\_ERROR                                                                                          | contract    | Safe cast overflowed uint downcast                                                                                                                                                                                                      |
| DALP-9065                     | CONTRACT\_ERROR                                                                                          | contract    | Safe erc 20 failed operation                                                                                                                                                                                                            |
| DALP-9066                     | CONTRACT\_ERROR                                                                                          | contract    | Strings insufficient hex length                                                                                                                                                                                                         |
| DALP-9067                     | CONTRACT\_ERROR                                                                                          | contract    | UUPS unauthorized call context                                                                                                                                                                                                          |
| DALP-9068                     | CONTRACT\_ERROR                                                                                          | contract    | UUPS unsupported proxiable uuid                                                                                                                                                                                                         |
| DALP-9069                     | CONTRACT\_ERROR                                                                                          | contract    | ERC-2612 Signature is not accepted by this contract                                                                                                                                                                                     |
| DALP-CHAIN-EMPTY-REVERT       | CONTRACT\_ERROR                                                                                          | contract    | The blockchain rejected this transaction without giving a reason. This usually means you don't have permission for this action, the contract isn't deployed at the expected address on this network, or the chain RPC is misconfigured. |
| DALP-EXT-TOKEN-NO-CODE        | CONTRACT\_ERROR                                                                                          | contract    | There is no contract deployed at \{\{tokenAddress}} on this network. External token registration requires the token contract to actually exist at that address.                                                                         |
| DALP-WORKFLOW-FAILED          | CONTRACT\_ERROR                                                                                          | contract    | The deployment workflow failed before it could finish.                                                                                                                                                                                  |
| DALP-WORKFLOW-RPC-UNAVAILABLE | CONTRACT\_ERROR                                                                                          | contract    | The blockchain RPC endpoint is temporarily unreachable, so the deployment could not be completed.                                                                                                                                       |
