SettleMint
Developer guidesAPI integration

Error code reference

Complete reference of all DALP contract error codes with messages, severity, and suggested actions.

This page lists every DALP contract error code extracted from the on-chain ABIs. When a smart contract reverts, the API returns an HTTP 500 response with the revert details including the DALP error code. Use this reference to understand what went wrong and how to resolve it.

For API-level errors (authentication, validation, timeouts), see Error handling.

Contents


Compliance & token operations

DALP CodeMessageSuggested ActionAudienceSeverityRetryableSolidity Error
DALP-1001Bond already maturedusererrorNoBondAlreadyMatured()
DALP-1002Bond invalid maturity dateusererrorNoBondInvalidMaturityDate()
DALP-1003Bond not yet maturedusererrorNoBondNotYetMatured(uint256,uint256)
DALP-1004Bytes feeds not supportedusererrorNoBytesFeedsNotSupported()
DALP-1005Caller must have identityusererrorNoCallerMustHaveIdentity()
DALP-1006Caller not identity ownerusererrorNoCallerNotIdentityOwner()
DALP-1007Cannot transfer converted tokensusererrorNoCannotTransferConvertedTokens(uint256,uint256)
DALP-1008Cannot withdraw sale tokenusererrorNoCannotWithdrawSaleToken()
DALP-1009Compliance check failed: {{reason}}Review the compliance requirements for this token.usererrorNoComplianceCheckFailed(string)
DALP-1010Compliance implementation not setusererrorNoComplianceImplementationNotSet()
DALP-1011This operation has already been completedusererrorNoComplianceModuleAlreadyRegistered(string)
DALP-1012Compliance module registry implementation not setoperatorerrorNoComplianceModuleRegistryImplementationNotSet()
DALP-1013Contract identity topic id not setusererrorNoContractIdentityTopicIdNotSet()
DALP-1014Contract missing identity interfaceusererrorNoContractMissingIdentityInterface(address)
DALP-1015Empty token typeusererrorNoEmptyTokenType()
DALP-1016Exceeds unconverted balanceusererrorNoExceedsUnconvertedBalance(uint256,uint256)
DALP-1017External token registry implementation not setoperatorerrorNoExternalTokenRegistryImplementationNotSet()
DALP-1018Feature token mismatchusererrorNoFeatureTokenMismatch(address)
DALP-1019Fee rate is frozenusererrorNoFeeRateIsFrozen()
DALP-1020Fee rates are frozenusererrorNoFeeRatesAreFrozen()
DALP-1021Feed already existsusererrorNoFeedAlreadyExists(address,uint256)
DALP-1022The requested resource could not be foundusererrorNoFeedNotFound(address,uint256)
DALP-1023Feeds directory implementation not setusererrorNoFeedsDirectoryImplementationNotSet()
DALP-1024Fees are frozenusererrorNoFeesAreFrozen()
DALP-1025Freeze amount exceeds available balanceusererrorNoFreezeAmountExceedsAvailableBalance(uint256,uint256)
DALP-1026Global compliance not availableusererrorNoGlobalComplianceNotAvailable()
DALP-1027Historical balances not availableusererrorNoHistoricalBalancesNotAvailable()
DALP-1028Identity already acceptedusererrorNoIdentityAlreadyAccepted(address)
DALP-1029Identity already existsusererrorNoIdentityAlreadyExists(address)
DALP-1030This operation has already been completedusererrorNoIdentityAlreadyRegistered(address)
DALP-1031Identity already setusererrorNoIdentityAlreadySet()
DALP-1032Identity factory implementation not setoperatorerrorNoIdentityFactoryImplementationNotSet()
DALP-1033Identity implementation not setusererrorNoIdentityImplementationNotSet()
DALP-1034Identity not pendingusererrorNoIdentityNotPending(address)
DALP-1035Identity not registeredusererrorNoIdentityNotRegistered(address)
DALP-1036Identity registry already boundoperatorerrorNoIdentityRegistryAlreadyBound(address)
DALP-1037Identity registry implementation not setoperatorerrorNoIdentityRegistryImplementationNotSet()
DALP-1038Identity registry not boundoperatorerrorNoIdentityRegistryNotBound(address)
DALP-1039Identity registry storage implementation not setoperatorerrorNoIdentityRegistryStorageImplementationNotSet()
DALP-1040Your account does not have enough resources for this operationusererrorNoInsufficientCollateral(uint256,uint256)
DALP-1041Your account does not have enough resources for this operationusererrorNoInsufficientDenominationAssetBalance(uint256,uint256)
DALP-1042Your account does not have enough resources for this operationusererrorNoInsufficientTokenBalance()
DALP-1043Your account does not have enough resources for this operationusererrorNoInsufficientTreasuryBalance(uint256,uint256)
DALP-1044The provided input is invalidusererrorNoInvalidCollateralRatio(uint16)
DALP-1045The provided input is invalidusererrorNoInvalidCollateralTopic(uint256)
DALP-1046The provided input is invalidusererrorNoInvalidComplianceModuleAddress()
DALP-1047The provided input is invalidusererrorNoInvalidContractIdentityImplementation()
DALP-1048The provided input is invalidusererrorNoInvalidFeeRate()
DALP-1049The provided input is invalidusererrorNoInvalidFeeRecipient()
DALP-1050The provided input is invalidusererrorNoInvalidFeeToken()
DALP-1051The provided input is invalidusererrorNoInvalidFeedAddress()
DALP-1052The provided input is invalidusererrorNoInvalidFeedInterface(address)
DALP-1053The provided input is invalidusererrorNoInvalidIdentityContract()
DALP-1054The provided input is invalidoperatorerrorNoInvalidIdentityFactoryAddress()
DALP-1055The provided input is invalidusererrorNoInvalidIdentityImplementation()
DALP-1056The provided input is invalidoperatorerrorNoInvalidIdentityRegistryAddress()
DALP-1057The provided input is invalidusererrorNoInvalidIdentityWalletAddress()
DALP-1058The provided input is invalidusererrorNoInvalidRedemptionAmount()
DALP-1059The provided input is invalidusererrorNoInvalidTargetIdentity()
DALP-1060The provided input is invalidusererrorNoInvalidTokenAddress()
DALP-1061The provided input is invalidoperatorerrorNoInvalidTokenFactoryAddress()
DALP-1062The provided input is invalidusererrorNoInvalidTokenImplementationAddress()
DALP-1063The provided input is invalidusererrorNoInvalidTokenImplementationInterface()
DALP-1064Issuer identity not initializedusererrorNoIssuerIdentityNotInitialized()
DALP-1065Maturity date in pastusererrorNoMaturityDateInPast(uint256,uint256)
DALP-1066Maturity date not reachedusererrorNoMaturityDateNotReached(uint256,uint256)
DALP-1067Minting failedusererrorNoMintingFailed()
DALP-1068Net balance invariant violationusererrorNoNetBalanceInvariantViolation(address)
DALP-1069No denomination asset balanceusererrorNoNoDenominationAssetBalance()
DALP-1070No fees to reconcileusererrorNoNoFeesToReconcile()
DALP-1071No historical balances providerusererrorNoNoHistoricalBalancesProvider(address)
DALP-1072No tokens to recoverusererrorNoNoTokensToRecover()
DALP-1073Not whitelistedusererrorNoNotWhitelisted()
DALP-1074Recipient address frozenusererrorNoRecipientAddressFrozen()
DALP-1075Recover insufficient balanceusererrorNoRecoverInsufficientBalance()
DALP-1076Sender address frozenusererrorNoSenderAddressFrozen()
DALP-1077Token access manager implementation not setusererrorNoTokenAccessManagerImplementationNotSet()
DALP-1078Token already boundusererrorNoTokenAlreadyBound(address)
DALP-1079This operation has already been completedusererrorNoTokenAlreadyRegistered(address)
DALP-1080Token compliance already existsusererrorNoTokenComplianceAlreadyExists(address)
DALP-1081Token compliance factory not availableoperatorerrorNoTokenComplianceFactoryNotAvailable()
DALP-1082Token decimals too highusererrorNoTokenDecimalsTooHigh(address,uint8)
DALP-1083Token factory registry implementation not setoperatorerrorNoTokenFactoryRegistryImplementationNotSet()
DALP-1084This operation has already been completedoperatorerrorNoTokenFactoryTypeAlreadyRegistered(string)
DALP-1085This operation has already been completedoperatorerrorNoTokenFactoryTypeAlreadyRegisteredV2(bytes32)
DALP-1086Token identity address mismatchusererrorNoTokenIdentityAddressMismatch(address,address)
DALP-1087Token implementation not setusererrorNoTokenImplementationNotSet()
DALP-1088Token must support access managedusererrorNoTokenMustSupportAccessManaged()
DALP-1089Token not boundusererrorNoTokenNotBound()
DALP-1090Token not boundusererrorNoTokenNotBound(address)
DALP-1091Token not registeredusererrorNoTokenNotRegistered(address)
DALP-1092Transfer blocked after maturityusererrorNoTransferBlockedAfterMaturity(address,address)
DALP-1093You do not have permission for this operationusererrorNoUnauthorizedApprover()
DALP-1094You do not have permission for this operationusererrorNoUnauthorizedFeedCreation()
DALP-1095You do not have permission for this operationusererrorNoUnauthorizedTokenSaleCreation()
DALP-1096This transfer was blocked because the sender or recipient does not meet the compliance requirements for this token.Verify that both the sender and recipient have completed identity verification and meet all token requirements.usererrorNoTransferNotCompliant()
DALP-1097Wallet not registered to this identityusererrorNoWalletNotRegisteredToThisIdentity(address,address)
DALP-1098A required value cannot be zerousererrorNoZeroRedemptionAmount()
DALP-1099The provided input is invalidusererrorNoInvalidFeedsDirectory()
DALP-1100This wallet is not associated with the expected identity.Ensure your wallet is registered to the correct identity, or contact your administrator for assistance.usererrorNoWalletNotAssociatedWithIdentity(address,address)
DALP-1101The account does not have enough tokens. Available: {{available}}, required: {{required}}.Check the token balance and try again with a smaller amount, or acquire more tokens.usererrorNoERC20InsufficientBalance(address,uint256,uint256)
DALP-1102The token allowance is too low. Current allowance: {{allowance}}, required: {{required}}.Approve a sufficient token allowance before retrying the operation.usererrorYesERC20InsufficientAllowance(address,uint256,uint256)
DALP-1103This operation is temporarily unavailable because it has been paused.Wait for the administrator to resume operations, then try again.userwarningYesEnforcedPause()
DALP-1104The account {{account}} does not have a registered identity on this platform.The account owner needs to complete the identity registration process before they can interact with this token.usererrorNoIdentityDoesNotExist(address)
DALP-1105The approved spending amount is not enough. Current: {{currentAllowance}}, required: {{requiredAllowance}}.Increase the token allowance to cover the required amount, then try again.usererrorYesInsufficientAllowance(address,address,address,uint256,uint256)
DALP-1106The amount exceeds the currently frozen token balance. Available: {{available}}, requested: {{requested}}.Check the frozen balance and reduce the amount you are trying to unfreeze.usererrorNoInsufficientFrozenTokens(uint256,uint256)
DALP-1107The provided account is not valid for identity verification.Double-check the account address and try again.usererrorNoInvalidIdentityAddress()
DALP-1108The provided token address is not valid.Provide a valid, non-zero token address and try again.usererrorNoInvalidToken()
DALP-1109This token is currently paused and no operations can be performed.Wait for the token administrator to resume the token, then try again.userwarningYesTokenPaused()
DALP-1110This token cannot be issued to the recipient because they do not meet the compliance requirements.Ensure the recipient has completed identity verification and meets all requirements for this token.usererrorNoMintNotCompliant()
DALP-1111Stale feedusererrorNoStaleFeed(address,uint256,uint256,uint256)
DALP-1112Token compliance creation failedusererrorNoTokenComplianceCreationFailed()
DALP-1113Not factory tokenoperatorerrorNoNotFactoryToken(address)
DALP-1114Only compliance engineusererrorNoOnlyComplianceEngine()
DALP-1115Token registries already existusererrorNoTokenRegistriesAlreadyExist(address)
DALP-1116Token registry implementations missingoperatorerrorNoTokenRegistryImplementationsMissing()
DALP-1117Compliance module type mismatchusererrorNoComplianceModuleTypeMismatch(bytes32,bytes32)
DALP-1118Unsupported compliance moduleusererrorNoUnsupportedComplianceModule(address)
DALP-1119Token scope not supportedusererrorNoTokenScopeNotSupported()
DALP-1120Compliance check failed: {{reason}}Review the compliance requirements for this token.usererrorNoComplianceCheckFailed(address,bytes32,bytes32,string)

Settlement & XvP

DALP CodeMessageSuggested ActionAudienceSeverityRetryableSolidity Error
DALP-2001Sender not approved settlementusererrorNoSenderNotApprovedSettlement()
DALP-2003You are not a participant in this settlement.Verify that you are using the correct account and settlement reference.usererrorNoSenderNotInvolvedInSettlement()
DALP-2004This settlement has already been cancelled.No further action is possible — create a new settlement if needed.usererrorNoXvPSettlementAlreadyCancelled()
DALP-2005This settlement has already been completed.No further action is needed — the settlement was executed successfully.usererrorNoXvPSettlementAlreadyExecuted()
DALP-2006This settlement has expired and can no longer be executed.Create a new settlement with an updated deadline.usererrorNoXvPSettlementExpired()
DALP-2007This settlement expired and the funds have already been returned.No further withdrawal is needed — funds were returned when the settlement expired.usererrorNoXvPSettlementExpiredWithdrawalAlreadyProcessed()
DALP-2008This settlement cannot be executed because not all parties have approved it.Check which participants still need to approve, then ask them to do so.usererrorYesXvPSettlementNotApproved()
DALP-2009This settlement has not yet expired.Expired withdrawal is only available after the settlement deadline has passed.usererrorYesXvPSettlementNotExpired()
DALP-2013You have already approved this settlement.No further action is needed — your approval has been recorded.userwarningNoSenderAlreadyApprovedSettlement()

Airdrop & distribution

DALP CodeMessageSuggested ActionAudienceSeverityRetryableSolidity Error
DALP-3001Airdrop endedusererrorNoAirdropEnded()
DALP-3002Airdrop not startedusererrorNoAirdropNotStarted()
DALP-3003Claim already revokedusererrorNoClaimAlreadyRevoked(bytes32)
DALP-3004The requested resource could not be foundusererrorNoClaimDoesNotExist(bytes32)
DALP-3005Claim not eligibleusererrorNoClaimNotEligible()
DALP-3006Claim not valid according to issuerusererrorNoClaimNotValidAccordingToIssuer(address,uint256)
DALP-3007Cliff exceeds vesting durationusererrorNoCliffExceedsVestingDuration()
DALP-3008Distribution cap exceededusererrorNoDistributionCapExceeded()
DALP-3009Duplicate claim topicusererrorNoDuplicateClaimTopic(uint256)
DALP-3010The provided input is invalidusererrorNoInvalidAirdropName()
DALP-3011The provided input is invalidusererrorNoInvalidClaimTrackerAddress()
DALP-3012The provided input is invalidusererrorNoInvalidDistributionAddress()
DALP-3013The provided input is invalidusererrorNoInvalidMerkleRoot()
DALP-3014The provided input is invalidusererrorNoInvalidVestingDuration()
DALP-3015The provided input is invalidusererrorNoInvalidVestingStrategy(address)
DALP-3016The provided input is invalidusererrorNoInvalidVestingStrategyAddress()
DALP-3017No claim topics providedusererrorNoNoClaimTopicsProvided()
DALP-3018Push airdrop claim not allowedusererrorNoPushAirdropClaimNotAllowed()
DALP-3019Sender lacks claim signer keyusererrorNoSenderLacksClaimSignerKey()
DALP-3020You do not have permission for this operationusererrorNoUnauthorizedAirdropCreation()
DALP-3021You do not have permission for this operationusererrorNoUnauthorizedContractClaim(address,address)
DALP-3022Unsupported claim schemeusererrorNoUnsupportedClaimScheme(uint256)
DALP-3023Vesting airdrop implementation not setusererrorNoVestingAirdropImplementationNotSet()
DALP-3024Vesting already initializedusererrorNoVestingAlreadyInitialized()
DALP-3025Vesting not initializedusererrorNoVestingNotInitialized()
DALP-3026Claim fallback disabledusererrorNoClaimFallbackDisabled()
DALP-3027No claim fallbackusererrorNoNoClaimFallback(address)
DALP-3029The claim amount cannot be zero.Enter a valid amount greater than zero to claim your airdrop tokens.usererrorYesZeroClaimAmount()
DALP-3030This airdrop reward has already been claimed.Check your account — the tokens from this claim should already be in your balance.userwarningNoIndexAlreadyClaimed()
DALP-3031The claim amount does not match what was allocated in the airdrop.Use the exact amount shown in your airdrop allocation.usererrorYesInvalidClaimAmount()
DALP-3032Your claim could not be verified against the airdrop distribution list.Make sure you are using the correct account that was included in the airdrop.usererrorNoInvalidMerkleProof()

System & infrastructure

DALP CodeMessageSuggested ActionAudienceSeverityRetryableSolidity Error
DALP-2010This settlement requires a security code to execute.Provide the required security code when executing the settlement.usererrorYesHashlockRequired()
DALP-2011The settlement deadline is not valid because it is not far enough in the future.Set the deadline to a time that is at least a few seconds from now and try again.usererrorYesInvalidCutoffDate()
DALP-2012The settlement has no payment flows defined.Add at least one payment flow specifying the tokens and amounts to exchange.usererrorYesEmptyFlows()
DALP-4001Access managed invalid authorityusererrorNoAccessManagedInvalidAuthority(address)
DALP-4002Access managed required delayusererrorNoAccessManagedRequiredDelay(address,uint32)
DALP-4003Access manager already deployedusererrorNoAccessManagerAlreadyDeployed(address)
DALP-4004Access manager already scheduledusererrorNoAccessManagerAlreadyScheduled(bytes32)
DALP-4005Access manager bad confirmationusererrorNoAccessManagerBadConfirmation()
DALP-4006This operation can no longer be completed because the deadline has expiredusererrorNoAccessManagerExpired(bytes32)
DALP-4007Access manager invalid initial adminusererrorNoAccessManagerInvalidInitialAdmin(address)
DALP-4008Access manager locked roleusererrorNoAccessManagerLockedRole(uint64)
DALP-4009Access manager not configuredusererrorNoAccessManagerNotConfigured()
DALP-4010Access manager not readyusererrorNoAccessManagerNotReady(bytes32)
DALP-4011Access manager not scheduledusererrorNoAccessManagerNotScheduled(bytes32)
DALP-4012Access manager unauthorized accountusererrorNoAccessManagerUnauthorizedAccount(address,uint64)
DALP-4013Access manager unauthorized callusererrorNoAccessManagerUnauthorizedCall(address,address,bytes4)
DALP-4014Access manager unauthorized cancelusererrorNoAccessManagerUnauthorizedCancel(address,address,address,bytes4)
DALP-4015Access manager unauthorized consumeusererrorNoAccessManagerUnauthorizedConsume(address)
DALP-4016Account implementation not setusererrorNoAccountImplementationNotSet()
DALP-4017Account unauthorizedusererrorNoAccountUnauthorized(address)
DALP-4018Accrual already closedusererrorNoAccrualAlreadyClosed(address)
DALP-4019Addon registry implementation not setoperatorerrorNoAddonRegistryImplementationNotSet()
DALP-4020Address already deployedusererrorNoAddressAlreadyDeployed(address)
DALP-4021Address already on bypass listusererrorNoAddressAlreadyOnBypassList(address)
DALP-4022The requested resource could not be foundusererrorNoAddressNotFoundInList(address)
DALP-4023Address not on bypass listusererrorNoAddressNotOnBypassList(address)
DALP-4024Already archivedusererrorNoAlreadyArchived(bytes32)
DALP-4025Already distributedusererrorNoAlreadyDistributed()
DALP-4026Already initializedusererrorNoAlreadyInitialized()
DALP-4027Already maturedusererrorNoAlreadyMatured()
DALP-4028This operation has already been completedusererrorNoAlreadyRegistered(bytes32)
DALP-4029Ambiguous interest providerusererrorNoAmbiguousInterestProvider(uint256)
DALP-4030Amount exceeds int256 maxusererrorNoAmountExceedsInt256Max()
DALP-4031And or operation requires two operandsusererrorNoAndOrOperationRequiresTwoOperands()
DALP-4032And or operations require two operandsusererrorNoAndOrOperationsRequireTwoOperands()
DALP-4033Approval already existsusererrorNoApprovalAlreadyExists()
DALP-4034Approval already usedusererrorNoApprovalAlreadyUsed()
DALP-4035This operation can no longer be completed because the deadline has expiredusererrorNoApprovalExpired()
DALP-4036Approval requiredusererrorNoApprovalRequired()
DALP-4037Archive not registeredusererrorNoArchiveNotRegistered(bytes32)
DALP-4038Array length mismatchusererrorNoArrayLengthMismatch()
DALP-4039Array length mismatchusererrorNoArrayLengthMismatch(uint256,uint256)
DALP-4040Associated contract not setusererrorNoAssociatedContractNotSet()
DALP-4041This operation has already been completedusererrorNoAuthorizationContractAlreadyRegistered(address)
DALP-4042Authorization contract not registeredusererrorNoAuthorizationContractNotRegistered(address)
DALP-4043Batch size exceeds limitusererrorNoBatchSizeExceedsLimit()
DALP-4044Below min conversion amountusererrorNoBelowMinConversionAmount(uint256,uint256)
DALP-4045Buyer not eligibleusererrorNoBuyerNotEligible()
DALP-4046Caller not factoryoperatorerrorNoCallerNotFactory()
DALP-4047Cancel not allowedusererrorNoCancelNotAllowed()
DALP-4048Cancel vote already castusererrorNoCancelVoteAlreadyCast(address)
DALP-4049Cancel vote not castusererrorNoCancelVoteNotCast(address)
DALP-4050Cannot execute to zero addressusererrorNoCannotExecuteToZeroAddress()
DALP-4051Cannot initialize logic contractusererrorNoCannotInitializeLogicContract()
DALP-4052Cannot recover selfusererrorNoCannotRecoverSelf()
DALP-4053Cannot remove default validatorusererrorNoCannotRemoveDefaultValidator(address)
DALP-4054Contract already linkedusererrorNoContractAlreadyLinked(address)
DALP-4055Conversion id already usedusererrorNoConversionIdAlreadyUsed(bytes32)
DALP-4056Conversion minter missingusererrorNoConversionMinterMissing()
DALP-4057Conversion window closedusererrorNoConversionWindowClosed()
DALP-4058Conversion window not openusererrorNoConversionWindowNotOpen()
DALP-4059Create2 empty bytecodeusererrorNoCreate2EmptyBytecode()
DALP-4060This operation can no longer be completed because the deadline has expiredusererrorNoDeadlineExpired()
DALP-4061Decimal mismatchusererrorNoDecimalMismatch(uint8,uint8)
DALP-4062Default validator not setusererrorNoDefaultValidatorNotSet()
DALP-4063Delegate and revertusererrorNoDelegateAndRevert(bool,bytes)
DALP-4064Denomination mismatchusererrorNoDenominationMismatch(address,address)
DALP-4065Deployment address mismatchusererrorNoDeploymentAddressMismatch()
DALP-4066Deposit withdrawal failedusererrorNoDepositWithdrawalFailed(address,address,uint256,bytes)
DALP-4067Directory already setusererrorNoDirectoryAlreadySet()
DALP-4068Directory not setusererrorNoDirectoryNotSet()
DALP-4069Duplicate featureusererrorNoDuplicateFeature(address)
DALP-4070Duplicate moduleusererrorNoDuplicateModule(address)
DALP-4071Duplicate signatureusererrorNoDuplicateSignature(address)
DALP-4072Duplicate type idusererrorNoDuplicateTypeId(bytes32)
DALP-4073ETH not acceptedusererrorNoETHNotAccepted()
DALP-4074ETH transfers not allowedusererrorNoETHTransfersNotAllowed()
DALP-4075Eip7702 sender not delegateusererrorNoEip7702SenderNotDelegate(address)
DALP-4076Eip7702 sender without codeusererrorNoEip7702SenderWithoutCode(address)
DALP-4077Empty arrays providedusererrorNoEmptyArraysProvided()
DALP-4078Empty expression not allowedusererrorNoEmptyExpressionNotAllowed()
DALP-4079Empty idusererrorNoEmptyId()
DALP-4080Empty nameusererrorNoEmptyName()
DALP-4081Empty signatureusererrorNoEmptySignature()
DALP-4082Exceeded capusererrorNoExceededCap(uint256,uint256)
DALP-4083Execution already performedusererrorNoExecutionAlreadyPerformed(uint256)
DALP-4084Execution failedusererrorNoExecutionFailed()
DALP-4085The requested resource could not be foundusererrorNoExecutionIdDoesNotExist(uint256)
DALP-4086Expression stack overflowusererrorNoExpressionStackOverflow()
DALP-4087Expression too complexusererrorNoExpressionTooComplex()
DALP-4088Failed deploymentusererrorNoFailedDeployment()
DALP-4089Failed opusererrorNoFailedOp(uint256,string)
DALP-4090Failed op with revertusererrorNoFailedOpWithRevert(uint256,string,bytes)
DALP-4091Failed send to beneficiaryusererrorNoFailedSendToBeneficiary(address,uint256,bytes)
DALP-4092Feature already existsusererrorNoFeatureAlreadyExists()
DALP-4093Feature creation failedusererrorNoFeatureCreationFailed()
DALP-4094The requested resource could not be foundoperatorerrorNoFeatureFactoryNotFound(bytes32)
DALP-4095Future lookupusererrorNoFutureLookup(uint256,uint48)
DALP-4096Global module already addedusererrorNoGlobalModuleAlreadyAdded(address)
DALP-4097The requested resource could not be foundusererrorNoGlobalModuleNotFound(address)
DALP-4098Governor already cast voteusererrorNoGovernorAlreadyCastVote(address)
DALP-4099Governor already queued proposalusererrorNoGovernorAlreadyQueuedProposal(uint256)
DALP-4100Governor disabled depositusererrorNoGovernorDisabledDeposit()
DALP-4101Governor insufficient proposer votesusererrorNoGovernorInsufficientProposerVotes(address,uint256,uint256)
DALP-4102Governor invalid proposal lengthusererrorNoGovernorInvalidProposalLength(uint256,uint256,uint256)
DALP-4103Governor invalid signatureusererrorNoGovernorInvalidSignature(address)
DALP-4104Governor invalid vote paramsusererrorNoGovernorInvalidVoteParams()
DALP-4105Governor invalid vote typeusererrorNoGovernorInvalidVoteType()
DALP-4106Governor invalid voting periodusererrorNoGovernorInvalidVotingPeriod(uint256)
DALP-4107Governor nonexistent proposalusererrorNoGovernorNonexistentProposal(uint256)
DALP-4108Governor not queued proposalusererrorNoGovernorNotQueuedProposal(uint256)
DALP-4109Governor only executorusererrorNoGovernorOnlyExecutor(address)
DALP-4110Governor queue not implementedusererrorNoGovernorQueueNotImplemented()
DALP-4111Governor restricted proposerusererrorNoGovernorRestrictedProposer(address)
DALP-4112Governor unable to cancelusererrorNoGovernorUnableToCancel(uint256,address)
DALP-4113Governor unexpected proposal stateusererrorNoGovernorUnexpectedProposalState(uint256,uint8,bytes32)
DALP-4114Hard cap exceededusererrorNoHardCapExceeded()
DALP-4115Hard cap must be positiveusererrorNoHardCapMustBePositive()
DALP-4116Hashlock reveal not requiredusererrorNoHashlockRevealNotRequired()
DALP-4117History not supportedusererrorNoHistoryNotSupported()
DALP-4118Identities requiredusererrorNoIdentitiesRequired()
DALP-4119Implementation not set in factoryoperatorerrorNoImplementationNotSetInFactory()
DALP-4120Index out of boundsusererrorNoIndexOutOfBounds(uint256,uint256)
DALP-4121Initial key already setupusererrorNoInitialKeyAlreadySetup()
DALP-4122Initialization deadline passedusererrorNoInitializationDeadlinePassed()
DALP-4123Initialization with zero addressusererrorNoInitializationWithZeroAddress()
DALP-4124Your account does not have enough resources for this operationusererrorNoInsufficientAccruedInterest(uint256,uint256)
DALP-4125Your account does not have enough resources for this operationusererrorNoInsufficientDeposit(uint256,uint256)
DALP-4126Your account does not have enough resources for this operationusererrorNoInsufficientPrincipal(uint256,uint256)
DALP-4127Your account does not have enough resources for this operationusererrorNoInsufficientSignatures(uint256,uint256)
DALP-4128Your account does not have enough resources for this operationusererrorNoInsufficientWeight(uint256,uint256)
DALP-4129Interest provider missingusererrorNoInterestProviderMissing()
DALP-4130Interface registration limit reachedusererrorNoInterfaceRegistrationLimitReached()
DALP-4131Internal functionusererrorNoInternalFunction()
DALP-4132Interoperable address empty reference and addressusererrorNoInteroperableAddressEmptyReferenceAndAddress()
DALP-4133Interoperable address parsing errorusererrorNoInteroperableAddressParsingError(bytes)
DALP-4134The provided input is invalidusererrorNoInvalidAccessManager()
DALP-4135The provided input is invalidusererrorNoInvalidAccountNonce(address,uint256)
DALP-4136The provided input is invalidusererrorNoInvalidAddonAddress()
DALP-4137The provided input is invalidusererrorNoInvalidAddress()
DALP-4138The provided input is invalidusererrorNoInvalidAmount()
DALP-4139The provided input is invalidusererrorNoInvalidAuthorizationContract(address)
DALP-4140The provided input is invalidusererrorNoInvalidBasisPerUnit()
DALP-4141The provided input is invalidusererrorNoInvalidBeneficiary(address)
DALP-4142The provided input is invalidusererrorNoInvalidCap(uint256)
DALP-4143The provided input is invalidusererrorNoInvalidContractAddress()
DALP-4144The provided input is invalidusererrorNoInvalidConversionWindow(uint256,uint256)
DALP-4145The provided input is invalidusererrorNoInvalidDecimals(uint8)
DALP-4146The provided input is invalidusererrorNoInvalidDenominationAsset()
DALP-4147The provided input is invalidusererrorNoInvalidDirectory()
DALP-4148The provided input is invalidusererrorNoInvalidDirectoryAddress()
DALP-4149The provided input is invalidusererrorNoInvalidEndDate()
DALP-4150The provided input is invalidusererrorNoInvalidEndTime()
DALP-4151The provided input is invalidusererrorNoInvalidExpressionMustEvaluateToOneResult()
DALP-4152The provided input is invalidusererrorNoInvalidExpressionStackResult()
DALP-4153The provided input is invalidusererrorNoInvalidExternalChainId(uint64)
DALP-4154The provided input is invalidusererrorNoInvalidFaceValue()
DALP-4155The provided input is invalidoperatorerrorNoInvalidFactoryAddress()
DALP-4156The provided input is invalidusererrorNoInvalidFeatureConfig()
DALP-4157The provided input is invalidoperatorerrorNoInvalidGlobalRegistryAddress(address)
DALP-4158The provided input is invalidusererrorNoInvalidHistorySize()
DALP-4159The provided input is invalidusererrorNoInvalidImplementation()
DALP-4160The provided input is invalidusererrorNoInvalidImplementationAddress()
DALP-4161The provided input is invalidusererrorNoInvalidImplementationInterface(address,bytes4)
DALP-4162The provided input is invalidusererrorNoInvalidInitialManagementKey()
DALP-4163The provided input is invalidusererrorNoInvalidInitialization()
DALP-4164The provided input is invalidusererrorNoInvalidInitializationDeadline()
DALP-4165The provided input is invalidusererrorNoInvalidInputArrayLengths()
DALP-4166The provided input is invalidusererrorNoInvalidInterval()
DALP-4167The provided input is invalidusererrorNoInvalidIssuerAddress()
DALP-4168The provided input is invalidusererrorNoInvalidLostWallet()
DALP-4169The provided input is invalidusererrorNoInvalidModule()
DALP-4170The provided input is invalidusererrorNoInvalidNonce()
DALP-4171The provided input is invalidusererrorNoInvalidObservedAt()
DALP-4172The provided input is invalidusererrorNoInvalidOnchainID()
DALP-4173The provided input is invalidusererrorNoInvalidOnchainId()
DALP-4174The provided input is invalidusererrorNoInvalidParameter()
DALP-4175The provided input is invalidusererrorNoInvalidParameters()
DALP-4176The provided input is invalidusererrorNoInvalidParameters(string)
DALP-4177The provided input is invalidusererrorNoInvalidPaymaster(address)
DALP-4178The provided input is invalidusererrorNoInvalidPaymasterData(uint256)
DALP-4179The provided input is invalidusererrorNoInvalidPaymasterSignatureLength(uint256,uint256)
DALP-4180The provided input is invalidusererrorNoInvalidPaymentCurrency()
DALP-4181The provided input is invalidusererrorNoInvalidPeriod()
DALP-4182The provided input is invalidusererrorNoInvalidPhaseTransition()
DALP-4183The provided input is invalidusererrorNoInvalidPriceCalculation()
DALP-4184The provided input is invalidusererrorNoInvalidRange()
DALP-4185The provided input is invalidusererrorNoInvalidRate()
DALP-4186The provided input is invalidusererrorNoInvalidRedeemAddress()
DALP-4187The provided input is invalidusererrorNoInvalidRedeemAmount()
DALP-4188The provided input is invalidoperatorerrorNoInvalidRegistryAddress()
DALP-4189The provided input is invalidoperatorerrorNoInvalidRegistryAddress(address)
DALP-4190The provided input is invalidusererrorNoInvalidRequirement(uint256,uint256)
DALP-4191The provided input is invalidusererrorNoInvalidSaleStatus()
DALP-4192The provided input is invalidusererrorNoInvalidScalarSchemaHash(bytes32,bytes32)
DALP-4193The provided input is invalidusererrorNoInvalidSecret()
DALP-4194The provided input is invalidusererrorNoInvalidShortString()
DALP-4195The provided input is invalidusererrorNoInvalidSignature()
DALP-4196The provided input is invalidusererrorNoInvalidSignatureLength()
DALP-4197The provided input is invalidusererrorNoInvalidSigner()
DALP-4198The provided input is invalidusererrorNoInvalidStake(uint256,uint256)
DALP-4199The provided input is invalidusererrorNoInvalidStartDate()
DALP-4200The provided input is invalidusererrorNoInvalidStartTime()
DALP-4201The provided input is invalidusererrorNoInvalidStorageAddress()
DALP-4202The provided input is invalidusererrorNoInvalidSubjectAddress()
DALP-4203The provided input is invalidusererrorNoInvalidSystemAddress()
DALP-4204The provided input is invalidusererrorNoInvalidTimeWindow()
DALP-4205The provided input is invalidusererrorNoInvalidTiming()
DALP-4206The provided input is invalidusererrorNoInvalidTopicIdZeroNotAllowed()
DALP-4207The provided input is invalidoperatorerrorNoInvalidTopicSchemeRegistry()
DALP-4208The provided input is invalidoperatorerrorNoInvalidTopicSchemeRegistryAddress()
DALP-4209The provided input is invalidusererrorNoInvalidTreasury()
DALP-4210The provided input is invalidoperatorerrorNoInvalidTrustedIssuersRegistry()
DALP-4211The provided input is invalidusererrorNoInvalidUnstakeDelay(uint256,uint256)
DALP-4212The provided input is invalidusererrorNoInvalidUserAddress()
DALP-4213The provided input is invalidusererrorNoInvalidWithdrawalAddress()
DALP-4214Issuer already existsusererrorNoIssuerAlreadyExists(address)
DALP-4215Issuer cannot be zero addressusererrorNoIssuerCannotBeZeroAddress()
DALP-4216The requested resource could not be foundusererrorNoIssuerDoesNotExist(address)
DALP-4217You do not have permission for this operationusererrorNoIssuerNotAuthorized()
DALP-4218The requested resource could not be foundusererrorNoIssuerNotFoundInTopicList(address,uint256)
DALP-4219Key already has this purposeusererrorNoKeyAlreadyHasThisPurpose(bytes32,uint256)
DALP-4220Key cannot be zerousererrorNoKeyCannotBeZero()
DALP-4221The requested resource could not be foundusererrorNoKeyDoesNotExist(bytes32)
DALP-4222Key does not have this purposeusererrorNoKeyDoesNotHaveThisPurpose(bytes32,uint256)
DALP-4223Kind mismatchusererrorNoKindMismatch(uint8,uint8)
DALP-4224Length mismatchusererrorNoLengthMismatch()
DALP-4225Locked amount mismatchusererrorNoLockedAmountMismatch(address,address,uint256,uint256)
DALP-4226Max features reachedusererrorNoMaxFeaturesReached()
DALP-4227Maximum allocation exceededusererrorNoMaximumAllocationExceeded()
DALP-4228Meta registry cannot provide complete answeroperatorerrorNoMetaRegistryCannotProvideCompleteAnswer()
DALP-4229Metadata immutableusererrorNoMetadataImmutable()
DALP-4230Missing type identifierusererrorNoMissingTypeIdentifier(address)
DALP-4231Module already addedoperatorerrorNoModuleAlreadyAdded()
DALP-4233This operation has already been completedoperatorerrorNoModuleAlreadyRegistered(bytes32,address)
DALP-4234The requested resource could not be foundoperatorerrorNoModuleNotFound()
DALP-4236Module not registeredoperatorerrorNoModuleNotRegistered(address)
DALP-4237No approval to revokeusererrorNoNoApprovalToRevoke()
DALP-4238No bytecodeusererrorNoNoBytecode(address)
DALP-4239No checkpoint at timepointusererrorNoNoCheckpointAtTimepoint(uint256)
DALP-4240No contribution to refundusererrorNoNoContributionToRefund()
DALP-4241No initial adminsusererrorNoNoInitialAdmins()
DALP-4242No local flowsusererrorNoNoLocalFlows()
DALP-4243No yield availableusererrorNoNoYieldAvailable()
DALP-4244Not initializedusererrorNoNotInitialized()
DALP-4245Not initializingusererrorNoNotInitializing()
DALP-4246Not installedusererrorNoNotInstalled()
DALP-4247Not maturedusererrorNoNotMatured()
DALP-4248Not operation requires one operandusererrorNoNotOperationRequiresOneOperand()
DALP-4249Not registeredusererrorNoNotRegistered(bytes32)
DALP-4250Not registered featureusererrorNoNotRegisteredFeature(address)
DALP-4251Not stakedusererrorNoNotStaked(uint256,uint256,bool)
DALP-4252Observed at too far in futureusererrorNoObservedAtTooFarInFuture()
DALP-4253Onchain id already setusererrorNoOnchainIdAlreadySet()
DALP-4254Out of range accessusererrorNoOutOfRangeAccess()
DALP-4255Owner already setusererrorNoOwnerAlreadySet()
DALP-4256Partial conversion disabledusererrorNoPartialConversionDisabled()
DALP-4257Paymaster unauthorizedusererrorNoPaymasterUnauthorized(address)
DALP-4258Paymaster zero entry pointusererrorNoPaymasterZeroEntryPoint()
DALP-4259Paymaster zero signerusererrorNoPaymasterZeroSigner()
DALP-4260Phase not activeusererrorNoPhaseNotActive()
DALP-4261Post op revertedusererrorNoPostOpReverted(bytes)
DALP-4262Premint already completedusererrorNoPremintAlreadyCompleted()
DALP-4263Proxy creation failedoperatorerrorNoProxyCreationFailed()
DALP-4264Purchase amount too lowusererrorNoPurchaseAmountTooLow()
DALP-4265Query before enabledusererrorNoQueryBeforeEnabled(uint256,uint48)
DALP-4266Recipient not verifiedusererrorNoRecipientNotVerified()
DALP-4267Recover zero addressusererrorNoRecoverZeroAddress()
DALP-4268ReentrancyusererrorNoReentrancy()
DALP-4269Reentrant initializationusererrorNoReentrantInitialization()
DALP-4270Refund grace period activeusererrorNoRefundGracePeriodActive()
DALP-4271The requested resource could not be foundusererrorNoRemapSourceNotFound(bytes32)
DALP-4272Remap target already existsusererrorNoRemapTargetAlreadyExists(bytes32)
DALP-4273Replicated execution already performedusererrorNoReplicatedExecutionAlreadyPerformed(uint256)
DALP-4274The requested resource could not be foundusererrorNoReplicatedExecutionIdDoesNotExist(uint256)
DALP-4275Revocation not allowed after commitusererrorNoRevocationNotAllowedAfterCommit()
DALP-4276The requested resource could not be foundusererrorNoRoundNotFound(uint80)
DALP-4277Sale duration must be positiveusererrorNoSaleDurationMustBePositive()
DALP-4278Sale endedusererrorNoSaleEnded()
DALP-4279Sale never activatedusererrorNoSaleNeverActivated()
DALP-4280Sale not activeusererrorNoSaleNotActive()
DALP-4281Sale not endedusererrorNoSaleNotEnded()
DALP-4282Sale not failedusererrorNoSaleNotFailed()
DALP-4283Sale not finalized as successusererrorNoSaleNotFinalizedAsSuccess()
DALP-4284Sale not startedusererrorNoSaleNotStarted()
DALP-4285Sale start must be in futureusererrorNoSaleStartMustBeInFuture()
DALP-4286Salt already takenusererrorNoSaltAlreadyTaken(string)
DALP-4287Same addressusererrorNoSameAddress()
DALP-4288Schedule not activeusererrorNoScheduleNotActive()
DALP-4289Schema hash mismatchusererrorNoSchemaHashMismatch()
DALP-4290Schema hash mismatchusererrorNoSchemaHashMismatch(bytes32,bytes32)
DALP-4291Secret already revealedusererrorNoSecretAlreadyRevealed()
DALP-4292Secret not revealedusererrorNoSecretNotRevealed()
DALP-4293Self transferusererrorNoSelfTransfer()
DALP-4294Sender address resultusererrorNoSenderAddressResult(address)
DALP-4295Sender lacks action keyusererrorNoSenderLacksActionKey()
DALP-4296Sender lacks management keyusererrorNoSenderLacksManagementKey()
DALP-4297Sender not localusererrorNoSenderNotLocal()
DALP-4298Signature unchangedusererrorNoSignatureUnchanged(string,string)
DALP-4299Signature validation failedusererrorNoSignatureValidationFailed(address)
DALP-4300Slippage exceededusererrorNoSlippageExceeded(uint256,uint256)
DALP-4301Soft cap not reachedusererrorNoSoftCapNotReached()
DALP-4302Stake not unlockedusererrorNoStakeNotUnlocked(uint256,uint256)
DALP-4303Stake withdrawal failedusererrorNoStakeWithdrawalFailed(address,address,uint256,bytes)
DALP-4304Stale observationusererrorNoStaleObservation()
DALP-4305String too longusererrorNoStringTooLong(string)
DALP-4306System access manager not setoperatorerrorNoSystemAccessManagerNotSet()
DALP-4307System addon implementation not setoperatorerrorNoSystemAddonImplementationNotSet(bytes32)
DALP-4308This operation has already been completedoperatorerrorNoSystemAddonTypeAlreadyRegistered(string)
DALP-4309This operation has already been completedoperatorerrorNoSystemAddonTypeAlreadyRegisteredV2(bytes32)
DALP-4310System already bootstrappedoperatorerrorNoSystemAlreadyBootstrapped()
DALP-4311System trusted issuers registry implementation not setoperatorerrorNoSystemTrustedIssuersRegistryImplementationNotSet()
DALP-4312Terms already setusererrorNoTermsAlreadySet()
DALP-4313Terms not acceptedusererrorNoTermsNotAccepted()
DALP-4314Terms not setusererrorNoTermsNotSet()
DALP-4315Too many payment currenciesusererrorNoTooManyPaymentCurrencies()
DALP-4316The requested resource could not be foundusererrorNoTopicIdNotFoundInArray(uint256)
DALP-4317Topic mismatchusererrorNoTopicMismatch()
DALP-4318Topic not registeredusererrorNoTopicNotRegistered(uint256)
DALP-4319Topic scheme already existsusererrorNoTopicSchemeAlreadyExists(string)
DALP-4320The requested resource could not be foundusererrorNoTopicSchemeDoesNotExist(uint256)
DALP-4321The requested resource could not be foundusererrorNoTopicSchemeDoesNotExistByName(string)
DALP-4322Topic scheme registry implementation not setoperatorerrorNoTopicSchemeRegistryImplementationNotSet()
DALP-4323Trigger already existsusererrorNoTriggerAlreadyExists(bytes32)
DALP-4324This operation can no longer be completed because the deadline has expiredusererrorNoTriggerExpired(bytes32)
DALP-4325Trigger not activeusererrorNoTriggerNotActive(bytes32)
DALP-4326The requested resource could not be foundusererrorNoTriggerNotFound(bytes32)
DALP-4327Trusted issuers meta registry implementation not setoperatorerrorNoTrustedIssuersMetaRegistryImplementationNotSet()
DALP-4328The requested resource could not be foundusererrorNoTxDoesNotExist(uint256,uint256)
DALP-4329Tx executedusererrorNoTxExecuted(uint256)
DALP-4330You do not have permission for this operationusererrorNoUnauthorized()
DALP-4331You do not have permission for this operationusererrorNoUnauthorizedCaller()
DALP-4332You do not have permission for this operationusererrorNoUnauthorizedCaller(address,address)
DALP-4333You do not have permission for this operationusererrorNoUnauthorizedContractOperation(address)
DALP-4334You do not have permission for this operationusererrorNoUnauthorizedConverter(address)
DALP-4335You do not have permission for this operationusererrorNoUnauthorizedFeatureCreation()
DALP-4336You do not have permission for this operationusererrorNoUnauthorizedHookCaller(address)
DALP-4337You do not have permission for this operationusererrorNoUnauthorizedOperation(address)
DALP-4338You do not have permission for this operationusererrorNoUnauthorizedSigner(address)
DALP-4339You do not have permission for this operationusererrorNoUnauthorizedVotingUnitsQuery()
DALP-4340Unknown expression typeusererrorNoUnknownExpressionType()
DALP-4341Unregistered keyusererrorNoUnregisteredKey(bytes32)
DALP-4342Unsupported attributeusererrorNoUnsupportedAttribute(bytes4)
DALP-4343Unsupported execution operationusererrorNoUnsupportedExecutionOperation()
DALP-4344Unsupported key operationusererrorNoUnsupportedKeyOperation()
DALP-4345Unsupported payment currencyusererrorNoUnsupportedPaymentCurrency()
DALP-4346Value not positiveusererrorNoValueNotPositive()
DALP-4347This operation can no longer be completed because the deadline has expiredusererrorNoVotesExpiredSignature(uint256)
DALP-4348Wallet already linkedusererrorNoWalletAlreadyLinked(address)
DALP-4349Wallet already marked as lostusererrorNoWalletAlreadyMarkedAsLost(address)
DALP-4350Wallet in management keysusererrorNoWalletInManagementKeys()
DALP-4351Withdrawal already scheduledusererrorNoWithdrawalAlreadyScheduled()
DALP-4352Withdrawal not dueusererrorNoWithdrawalNotDue(uint256,uint256)
DALP-4353Withdrawal not readyusererrorNoWithdrawalNotReady()
DALP-4354Withdrawal not scheduledusererrorNoWithdrawalNotScheduled()
DALP-4355Wrapped errorusererrorNoWrappedError(address,bytes4,bytes,bytes)
DALP-4356Yield schedule activeusererrorNoYieldScheduleActive()
DALP-4357Yield schedule already setusererrorNoYieldScheduleAlreadySet()
DALP-4358A required value cannot be zerousererrorNoZeroAddress()
DALP-4359A required value cannot be zerousererrorNoZeroAddress(string)
DALP-4360A required value cannot be zerousererrorNoZeroAddressNotAllowed()
DALP-4361A required value cannot be zerousererrorNoZeroAddressOwner()
DALP-4362A required value cannot be zerousererrorNoZeroAmount()
DALP-4363A required value cannot be zerousererrorNoZeroAmountToDistribute()
DALP-4364A required value cannot be zerousererrorNoZeroAmountToTransfer()
DALP-4365A required value cannot be zerousererrorNoZeroDenominationAsset()
DALP-4366A required value cannot be zerousererrorNoZeroEffectivePrice()
DALP-4367A required value cannot be zerousererrorNoZeroEntryPoint()
DALP-4368A required value cannot be zerousererrorNoZeroFaceValue()
DALP-4369A required value cannot be zerousererrorNoZeroRecipient()
DALP-4370A required value cannot be zerousererrorNoZeroTargetAmount()
DALP-4371A required value cannot be zerousererrorNoZeroTreasuryAddress()
DALP-4374Not implementedusererrorNoNotImplemented()
DALP-4375Paymaster not deployedusererrorNoPaymasterNotDeployed(address)
DALP-4376The provided input is invalidusererrorNoInvalidMaxStaleness()
DALP-4377Paymaster entry point not contractusererrorNoPaymasterEntryPointNotContract(address)
DALP-4378Asset type name requiredusererrorNoAssetTypeNameRequired()
DALP-4379The provided input is invalidusererrorNoInvalidParentAddress(address)
DALP-4380Implementation not registeredoperatorerrorNoImplementationNotRegistered(bytes32)
DALP-4381Instance deployment failedusererrorNoInstanceDeploymentFailed()
DALP-4382The provided input is invalidusererrorNoInvalidConfig(string)
DALP-4383Not module adminusererrorNoNotModuleAdmin()
DALP-4384Registry not availableoperatorerrorNoRegistryNotAvailable()
DALP-4389Module family mismatchoperatorerrorNoModuleFamilyMismatch(bool,bool)
DALP-4390Type id mismatchusererrorNoTypeIdMismatch(bytes32,bytes32)
DALP-4392Max chain depth exceededusererrorNoMaxChainDepthExceeded()
DALP-4393Not a validator moduleusererrorNoNotAValidatorModule(address)
DALP-4394System registry not availableoperatorerrorNoSystemRegistryNotAvailable(string)
DALP-4396V1 hook must bypass adapterusererrorNoV1HookMustBypassAdapter()
DALP-4400The account {{account}} does not have the required role to perform this action.Contact your administrator to request the necessary permissions.usererrorNoAccessControlUnauthorizedAccount(address,bytes32)
DALP-4401Only the owner of this resource can perform this action.Contact the owner or administrator for assistance.usererrorNoOwnableUnauthorizedAccount(address)
DALP-4402You do not have permission to perform this action.Contact your administrator to request access.usererrorNoAccessManagedUnauthorized(address)
DALP-4404System already setoperatorerrorNoSystemAlreadySet()
DALP-4405System not setoperatorerrorNoSystemNotSet()
DALP-4406Scope expression too complexusererrorNoScopeExpressionTooComplex()
DALP-4407Management keys not supportedusererrorNoManagementKeysNotSupported()
DALP-4408Config immutableusererrorNoConfigImmutable()
DALP-4409Binding already activeusererrorNoBindingAlreadyActive(address)
DALP-4410Binding already inactiveusererrorNoBindingAlreadyInactive(address)
DALP-4411Binding not activeusererrorNoBindingNotActive(address)
DALP-4412The requested resource could not be foundusererrorNoBindingNotFound(address)

Internal (OpenZeppelin / low-level)

DALP CodeMessageSuggested ActionAudienceSeverityRetryableSolidity Error
DALP-9001Access control bad confirmationinternalerrorNoAccessControlBadConfirmation()
DALP-9002Access control enforced default admin delayinternalerrorNoAccessControlEnforcedDefaultAdminDelay(uint48)
DALP-9003Access control enforced default admin rulesinternalerrorNoAccessControlEnforcedDefaultAdminRules()
DALP-9004Access control invalid default admininternalerrorNoAccessControlInvalidDefaultAdmin(address)
DALP-9005Access control missing any of rolesinternalerrorNoAccessControlMissingAnyOfRoles(address,bytes32,bytes32)
DALP-9006Address empty codeinternalerrorNoAddressEmptyCode(address)
DALP-9007Checkpoint unordered insertioninternalerrorNoCheckpointUnorderedInsertion()
DALP-9008ECDSA invalid signatureinternalerrorNoECDSAInvalidSignature()
DALP-9009ECDSA invalid signature lengthinternalerrorNoECDSAInvalidSignatureLength(uint256)
DALP-9010ECDSA invalid signature sinternalerrorNoECDSAInvalidSignatureS(bytes32)
DALP-9011ERC 1155 insufficient balanceinternalerrorNoERC1155InsufficientBalance(address,uint256,uint256,uint256)
DALP-9012ERC 1155 invalid approverinternalerrorNoERC1155InvalidApprover(address)
DALP-9013ERC 1155 invalid array lengthinternalerrorNoERC1155InvalidArrayLength(uint256,uint256)
DALP-9014ERC 1155 invalid operatorinternalerrorNoERC1155InvalidOperator(address)
DALP-9015ERC 1155 invalid receiverinternalerrorNoERC1155InvalidReceiver(address)
DALP-9016ERC 1155 invalid senderinternalerrorNoERC1155InvalidSender(address)
DALP-9017ERC 1155 missing approval for allinternalerrorNoERC1155MissingApprovalForAll(address,address)
DALP-9018ERC 1967 invalid implementationinternalerrorNoERC1967InvalidImplementation(address)
DALP-9019ERC 1967 non payableinternalerrorNoERC1967NonPayable()
DALP-9020ERC 1967 proxy uninitializedinternalerrorNoERC1967ProxyUninitialized()
DALP-9021ERC 20 exceeded safe supplyinternalerrorNoERC20ExceededSafeSupply(uint256,uint256)
DALP-9022ERC 20 invalid approverinternalerrorNoERC20InvalidApprover(address)
DALP-9023ERC 20 invalid receiverinternalerrorNoERC20InvalidReceiver(address)
DALP-9024ERC 20 invalid senderinternalerrorNoERC20InvalidSender(address)
DALP-9025ERC 20 invalid spenderinternalerrorNoERC20InvalidSpender(address)
DALP-9026This operation can no longer be completed because the deadline has expiredinternalerrorNoERC2612ExpiredSignature(uint256)
DALP-9027ERC 2612 invalid signerinternalerrorNoERC2612InvalidSigner(address,address)
DALP-9028This operation can no longer be completed because the deadline has expiredinternalerrorNoERC2771ForwarderExpiredRequest(uint48)
DALP-9029ERC 2771 forwarder invalid signerinternalerrorNoERC2771ForwarderInvalidSigner(address,address)
DALP-9030ERC 2771 forwarder mismatched valueinternalerrorNoERC2771ForwarderMismatchedValue(uint256,uint256)
DALP-9031ERC 2771 untrustful targetinternalerrorNoERC2771UntrustfulTarget(address,address)
DALP-9032ERC 5805 future lookupinternalerrorNoERC5805FutureLookup(uint256,uint48)
DALP-9033ERC 6372 inconsistent clockinternalerrorNoERC6372InconsistentClock()
DALP-9034ERC 721 incorrect ownerinternalerrorNoERC721IncorrectOwner(address,uint256,address)
DALP-9035ERC 721 insufficient approvalinternalerrorNoERC721InsufficientApproval(address,uint256)
DALP-9036ERC 721 invalid approverinternalerrorNoERC721InvalidApprover(address)
DALP-9037ERC 721 invalid operatorinternalerrorNoERC721InvalidOperator(address)
DALP-9038ERC 721 invalid ownerinternalerrorNoERC721InvalidOwner(address)
DALP-9039ERC 721 invalid receiverinternalerrorNoERC721InvalidReceiver(address)
DALP-9040ERC 721 invalid senderinternalerrorNoERC721InvalidSender(address)
DALP-9041ERC 721 nonexistent tokeninternalerrorNoERC721NonexistentToken(uint256)
DALP-9042ERC 7579 already installed moduleinternalerrorNoERC7579AlreadyInstalledModule(uint256,address)
DALP-9043ERC 7579 cannot decode fallback datainternalerrorNoERC7579CannotDecodeFallbackData()
DALP-9044ERC 7579 decoding errorinternalerrorNoERC7579DecodingError()
DALP-9045ERC 7579 mismatched module type idinternalerrorNoERC7579MismatchedModuleTypeId(uint256,address)
DALP-9046ERC 7579 missing fallback handlerinternalerrorNoERC7579MissingFallbackHandler(bytes4)
DALP-9047ERC 7579 multisig already existsinternalerrorNoERC7579MultisigAlreadyExists(bytes)
DALP-9048ERC 7579 multisig invalid init datainternalerrorNoERC7579MultisigInvalidInitData()
DALP-9049ERC 7579 multisig invalid signerinternalerrorNoERC7579MultisigInvalidSigner(bytes)
DALP-9050ERC 7579 multisig invalid weightinternalerrorNoERC7579MultisigInvalidWeight(bytes,uint64)
DALP-9051ERC 7579 multisig mismatched lengthinternalerrorNoERC7579MultisigMismatchedLength()
DALP-9052ERC 7579 multisig nonexistent signerinternalerrorNoERC7579MultisigNonexistentSigner(bytes)
DALP-9053ERC 7579 multisig unreachable thresholdinternalerrorNoERC7579MultisigUnreachableThreshold(uint64,uint64)
DALP-9054ERC 7579 multisig zero thresholdinternalerrorNoERC7579MultisigZeroThreshold()
DALP-9055ERC 7579 uninstalled moduleinternalerrorNoERC7579UninstalledModule(uint256,address)
DALP-9056ERC 7579 unsupported call typeinternalerrorNoERC7579UnsupportedCallType(bytes1)
DALP-9057ERC 7579 unsupported exec typeinternalerrorNoERC7579UnsupportedExecType(bytes1)
DALP-9058ERC 7579 unsupported module typeinternalerrorNoERC7579UnsupportedModuleType(uint256)
DALP-9059Expected pauseinternalerrorNoExpectedPause()
DALP-9060Failed callinternalerrorNoFailedCall()
DALP-9061Your account does not have enough resources for this operationinternalerrorNoInsufficientBalance(uint256,uint256)
DALP-9062Ownable invalid ownerinternalerrorNoOwnableInvalidOwner(address)
DALP-9063Reentrancy guard reentrant callinternalerrorNoReentrancyGuardReentrantCall()
DALP-9064Safe cast overflowed uint downcastinternalerrorNoSafeCastOverflowedUintDowncast(uint8,uint256)
DALP-9065Safe erc 20 failed operationinternalerrorNoSafeERC20FailedOperation(address)
DALP-9066Strings insufficient hex lengthinternalerrorNoStringsInsufficientHexLength(uint256,uint256)
DALP-9067UUPS unauthorized call contextinternalerrorNoUUPSUnauthorizedCallContext()
DALP-9068UUPS unsupported proxiable uuidinternalerrorNoUUPSUnsupportedProxiableUUID(bytes32)

Summary

MetricCount
Total errors629
Curated (hand-written messages)32
Templated (pattern-matched)188
Scaffolded (auto-generated)409

On this page