Errors.sol
Library for all Story Protocol contract errors.
Governance__OnlyProtocolAdmin
error Governance__OnlyProtocolAdmin()
Governance__ZeroAddress
error Governance__ZeroAddress()
Governance__ProtocolPaused
error Governance__ProtocolPaused()
Governance__InconsistentState
error Governance__InconsistentState()
Governance__NewStateIsTheSameWithOldState
error Governance__NewStateIsTheSameWithOldState()
Governance__UnsupportedInterface
error Governance__UnsupportedInterface(string interfaceName)
IPAccount__InvalidSigner
error IPAccount__InvalidSigner()
IPAccount__InvalidSignature
error IPAccount__InvalidSignature()
IPAccount__ExpiredSignature
error IPAccount__ExpiredSignature()
IPAccount__InvalidCalldata
error IPAccount__InvalidCalldata()
IPAccount__InvalidAccessController
error IPAccount__InvalidAccessController()
Module_Unauthorized
error Module_Unauthorized()
The caller is not allowed to call the provided module.
IPAccountRegistry_InvalidIpAccountImpl
error IPAccountRegistry_InvalidIpAccountImpl()
IPAssetRegistry__AlreadyRegistered
error IPAssetRegistry__AlreadyRegistered()
The IP asset has already been registered.
IPAssetRegistry__IPAccountAlreadyCreated
error IPAssetRegistry__IPAccountAlreadyCreated()
The IP account has already been created.
IPAssetRegistry__NotYetRegistered
error IPAssetRegistry__NotYetRegistered()
The IP asset has not yet been registered.
IPAssetRegistry__RegistrantUnauthorized
error IPAssetRegistry__RegistrantUnauthorized()
The IP asset registrant is not authorized.
IPAssetRegistry__ResolverInvalid
error IPAssetRegistry__ResolverInvalid()
The specified IP resolver is not valid.
IPAssetRegistry__Unauthorized
error IPAssetRegistry__Unauthorized()
Caller not authorized to perform the IP registry function call.
IPAssetRegistry__InvalidAccount
error IPAssetRegistry__InvalidAccount()
The deployed address of account doesn't match with IP ID.
IPAssetRegistry__InvalidMetadataProvider
error IPAssetRegistry__InvalidMetadataProvider()
The metadata provider is not valid.
IPResolver_InvalidIP
error IPResolver_InvalidIP()
The targeted IP does not yet have an IP account.
IPResolver_Unauthorized
error IPResolver_Unauthorized()
Caller not authorized to perform the IP resolver function call.
MetadataProvider__HashInvalid
error MetadataProvider__HashInvalid()
Provided hash metadata is not valid.
MetadataProvider__IPAssetOwnerInvalid
error MetadataProvider__IPAssetOwnerInvalid()
The caller is not the authorized IP asset owner.
MetadataProvider__NameInvalid
error MetadataProvider__NameInvalid()
Provided hash metadata is not valid.
MetadataProvider__MetadataNotCompatible
error MetadataProvider__MetadataNotCompatible()
The new metadata provider is not compatible with the old provider.
MetadataProvider__RegistrantInvalid
error MetadataProvider__RegistrantInvalid()
Provided registrant metadata is not valid.
MetadataProvider__RegistrationDateInvalid
error MetadataProvider__RegistrationDateInvalid()
Provided registration date is not valid.
MetadataProvider__Unauthorized
error MetadataProvider__Unauthorized()
Caller does not access to set metadata storage for the provider.
MetadataProvider__UpgradeUnavailable
error MetadataProvider__UpgradeUnavailable()
A metadata provider upgrade is not currently available.
MetadataProvider__UpgradeProviderInvalid
error MetadataProvider__UpgradeProviderInvalid()
The upgrade provider is not valid.
MetadataProvider__URIInvalid
error MetadataProvider__URIInvalid()
Provided metadata URI is not valid.
LicenseRegistry__CallerNotLicensingModule
error LicenseRegistry__CallerNotLicensingModule()
LicenseRegistry__ZeroLicensingModule
error LicenseRegistry__ZeroLicensingModule()
LicensingModule__CallerNotLicenseRegistry
error LicensingModule__CallerNotLicenseRegistry()
LicenseRegistry__RevokedLicense
error LicenseRegistry__RevokedLicense()
LicenseRegistry__NotTransferable
error LicenseRegistry__NotTransferable()
emitted when trying to transfer a license that is not transferable (by policy)
LicenseRegistry__ZeroDisputeModule
error LicenseRegistry__ZeroDisputeModule()
emitted on constructor if dispute module is not set
LicensingModule__PolicyAlreadySetForIpId
error LicensingModule__PolicyAlreadySetForIpId()
LicensingModule__FrameworkNotFound
error LicensingModule__FrameworkNotFound()
LicensingModule__EmptyLicenseUrl
error LicensingModule__EmptyLicenseUrl()
LicensingModule__InvalidPolicyFramework
error LicensingModule__InvalidPolicyFramework()
LicensingModule__ParamVerifierLengthMismatch
error LicensingModule__ParamVerifierLengthMismatch()
LicensingModule__PolicyNotFound
error LicensingModule__PolicyNotFound()
LicensingModule__NotLicensee
error LicensingModule__NotLicensee()
LicensingModule__ParentIdEqualThanChild
error LicensingModule__ParentIdEqualThanChild()
LicensingModule__LicensorDoesntHaveThisPolicy
error LicensingModule__LicensorDoesntHaveThisPolicy()
LicensingModule__MintLicenseParamFailed
error LicensingModule__MintLicenseParamFailed()
LicensingModule__LinkParentParamFailed
error LicensingModule__LinkParentParamFailed()
LicensingModule__TransferParamFailed
error LicensingModule__TransferParamFailed()
LicensingModule__InvalidLicensor
error LicensingModule__InvalidLicensor()
LicensingModule__ParamVerifierAlreadySet
error LicensingModule__ParamVerifierAlreadySet()
LicensingModule__CommercialTermInNonCommercialPolicy
error LicensingModule__CommercialTermInNonCommercialPolicy()
LicensingModule__EmptyParamName
error LicensingModule__EmptyParamName()
LicensingModule__UnregisteredFrameworkAddingPolicy
error LicensingModule__UnregisteredFrameworkAddingPolicy()
LicensingModule__UnauthorizedAccess
error LicensingModule__UnauthorizedAccess()
LicensingModule__LicensorNotRegistered
error LicensingModule__LicensorNotRegistered()
LicensingModule__CallerNotLicensorAndPolicyNotSet
error LicensingModule__CallerNotLicensorAndPolicyNotSet()
LicensingModule__DerivativesCannotAddPolicy
error LicensingModule__DerivativesCannotAddPolicy()
LicensingModule__IncompatibleRoyaltyPolicyAddress
error LicensingModule__IncompatibleRoyaltyPolicyAddress()
LicensingModule__IncompatibleRoyaltyPolicyDerivativeRevShare
error LicensingModule__IncompatibleRoyaltyPolicyDerivativeRevShare()
LicensingModule__IncompatibleLicensorCommercialPolicy
error LicensingModule__IncompatibleLicensorCommercialPolicy()
LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare
error LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare()
LicensingModule__DerivativeRevShareSumExceedsMaxRNFTSupply
error LicensingModule__DerivativeRevShareSumExceedsMaxRNFTSupply()
LicensingModule__MismatchBetweenRoyaltyPolicy
error LicensingModule__MismatchBetweenRoyaltyPolicy()
LicensingModule__RegisterPolicyFrameworkMismatch
error LicensingModule__RegisterPolicyFrameworkMismatch()
LicensingModule__RoyaltyPolicyNotWhitelisted
error LicensingModule__RoyaltyPolicyNotWhitelisted()
LicensingModule__MintingFeeTokenNotWhitelisted
error LicensingModule__MintingFeeTokenNotWhitelisted()
LicensingModule__DisputedIpId
error LicensingModule__DisputedIpId()
emitted when trying to interact with an IP that has been disputed in the DisputeModule
LicensingModule__LinkingRevokedLicense
error LicensingModule__LinkingRevokedLicense()
emitted when linking a license from a licensor that has been disputed in the DisputeModule
LicensingModuleAware__CallerNotLicensingModule
error LicensingModuleAware__CallerNotLicensingModule()
PolicyFrameworkManager__GettingPolicyWrongFramework
error PolicyFrameworkManager__GettingPolicyWrongFramework()
PolicyFrameworkManager__CommercializerCheckerDoesNotSupportHook
error PolicyFrameworkManager__CommercializerCheckerDoesNotSupportHook(address commercializer)
LicensorApprovalChecker__Unauthorized
error LicensorApprovalChecker__Unauthorized()
DisputeModule__ZeroArbitrationPolicy
error DisputeModule__ZeroArbitrationPolicy()
DisputeModule__ZeroArbitrationRelayer
error DisputeModule__ZeroArbitrationRelayer()
DisputeModule__ZeroDisputeTag
error DisputeModule__ZeroDisputeTag()
DisputeModule__ZeroLinkToDisputeEvidence
error DisputeModule__ZeroLinkToDisputeEvidence()
DisputeModule__NotWhitelistedArbitrationPolicy
error DisputeModule__NotWhitelistedArbitrationPolicy()
DisputeModule__NotWhitelistedDisputeTag
error DisputeModule__NotWhitelistedDisputeTag()
DisputeModule__NotWhitelistedArbitrationRelayer
error DisputeModule__NotWhitelistedArbitrationRelayer()
DisputeModule__NotDisputeInitiator
error DisputeModule__NotDisputeInitiator()
DisputeModule__NotInDisputeState
error DisputeModule__NotInDisputeState()
DisputeModule__NotAbleToResolve
error DisputeModule__NotAbleToResolve()
DisputeModule__NotRegisteredIpId
error DisputeModule__NotRegisteredIpId()
DisputeModule__UnauthorizedAccess
error DisputeModule__UnauthorizedAccess()
ArbitrationPolicySP__ZeroDisputeModule
error ArbitrationPolicySP__ZeroDisputeModule()
ArbitrationPolicySP__ZeroPaymentToken
error ArbitrationPolicySP__ZeroPaymentToken()
ArbitrationPolicySP__NotDisputeModule
error ArbitrationPolicySP__NotDisputeModule()
RoyaltyModule__ZeroRoyaltyPolicy
error RoyaltyModule__ZeroRoyaltyPolicy()
RoyaltyModule__NotWhitelistedRoyaltyPolicy
error RoyaltyModule__NotWhitelistedRoyaltyPolicy()
RoyaltyModule__ZeroRoyaltyToken
error RoyaltyModule__ZeroRoyaltyToken()
RoyaltyModule__NotWhitelistedRoyaltyToken
error RoyaltyModule__NotWhitelistedRoyaltyToken()
RoyaltyModule__NoRoyaltyPolicySet
error RoyaltyModule__NoRoyaltyPolicySet()
RoyaltyModule__IncompatibleRoyaltyPolicy
error RoyaltyModule__IncompatibleRoyaltyPolicy()
RoyaltyModule__NotAllowedCaller
error RoyaltyModule__NotAllowedCaller()
RoyaltyModule__ZeroLicensingModule
error RoyaltyModule__ZeroLicensingModule()
RoyaltyModule__CanOnlyMintSelectedPolicy
error RoyaltyModule__CanOnlyMintSelectedPolicy()
RoyaltyModule__NoParentsOnLinking
error RoyaltyModule__NoParentsOnLinking()
RoyaltyModule__NotRegisteredIpId
error RoyaltyModule__NotRegisteredIpId()
RoyaltyPolicyLAP__ZeroRoyaltyModule
error RoyaltyPolicyLAP__ZeroRoyaltyModule()
RoyaltyPolicyLAP__ZeroLiquidSplitFactory
error RoyaltyPolicyLAP__ZeroLiquidSplitFactory()
RoyaltyPolicyLAP__ZeroLiquidSplitMain
error RoyaltyPolicyLAP__ZeroLiquidSplitMain()
RoyaltyPolicyLAP__NotRoyaltyModule
error RoyaltyPolicyLAP__NotRoyaltyModule()
RoyaltyPolicyLAP__ZeroLicensingModule
error RoyaltyPolicyLAP__ZeroLicensingModule()
RoyaltyPolicyLAP__AboveParentLimit
error RoyaltyPolicyLAP__AboveParentLimit()
RoyaltyPolicyLAP__AboveAncestorsLimit
error RoyaltyPolicyLAP__AboveAncestorsLimit()
RoyaltyPolicyLAP__AboveRoyaltyStackLimit
error RoyaltyPolicyLAP__AboveRoyaltyStackLimit()
RoyaltyPolicyLAP__InvalidAncestorsLength
error RoyaltyPolicyLAP__InvalidAncestorsLength()
RoyaltyPolicyLAP__InvalidAncestors
error RoyaltyPolicyLAP__InvalidAncestors()
RoyaltyPolicyLAP__InvalidRoyaltyAmountLength
error RoyaltyPolicyLAP__InvalidRoyaltyAmountLength()
RoyaltyPolicyLAP__InvalidAncestorsHash
error RoyaltyPolicyLAP__InvalidAncestorsHash()
RoyaltyPolicyLAP__InvalidParentRoyaltiesLength
error RoyaltyPolicyLAP__InvalidParentRoyaltiesLength()
RoyaltyPolicyLAP__InvalidAncestorsRoyalty
error RoyaltyPolicyLAP__InvalidAncestorsRoyalty()
RoyaltyPolicyLAP__ImplementationAlreadySet
error RoyaltyPolicyLAP__ImplementationAlreadySet()
RoyaltyPolicyLAP__ZeroAncestorsVaultImpl
error RoyaltyPolicyLAP__ZeroAncestorsVaultImpl()
RoyaltyPolicyLAP__NotFullOwnership
error RoyaltyPolicyLAP__NotFullOwnership()
RoyaltyPolicyLAP__UnlinkableToParents
error RoyaltyPolicyLAP__UnlinkableToParents()
RoyaltyPolicyLAP__TransferFailed
error RoyaltyPolicyLAP__TransferFailed()
RoyaltyPolicyLAP__LastPositionNotAbleToMintLicense
error RoyaltyPolicyLAP__LastPositionNotAbleToMintLicense()
AncestorsVaultLAP__ZeroRoyaltyPolicyLAP
error AncestorsVaultLAP__ZeroRoyaltyPolicyLAP()
AncestorsVaultLAP__AlreadyClaimed
error AncestorsVaultLAP__AlreadyClaimed()
AncestorsVaultLAP__InvalidAncestorsHash
error AncestorsVaultLAP__InvalidAncestorsHash()
AncestorsVaultLAP__InvalidClaimer
error AncestorsVaultLAP__InvalidClaimer()
AncestorsVaultLAP__ClaimerNotAnAncestor
error AncestorsVaultLAP__ClaimerNotAnAncestor()
AncestorsVaultLAP__ETHBalanceNotZero
error AncestorsVaultLAP__ETHBalanceNotZero()
AncestorsVaultLAP__ERC20BalanceNotZero
error AncestorsVaultLAP__ERC20BalanceNotZero()
AncestorsVaultLAP__TransferFailed
error AncestorsVaultLAP__TransferFailed()
ModuleRegistry__ModuleAddressZeroAddress
error ModuleRegistry__ModuleAddressZeroAddress()
ModuleRegistry__ModuleAddressNotContract
error ModuleRegistry__ModuleAddressNotContract()
ModuleRegistry__ModuleAlreadyRegistered
error ModuleRegistry__ModuleAlreadyRegistered()
ModuleRegistry__NameEmptyString
error ModuleRegistry__NameEmptyString()
ModuleRegistry__NameAlreadyRegistered
error ModuleRegistry__NameAlreadyRegistered()
ModuleRegistry__NameDoesNotMatch
error ModuleRegistry__NameDoesNotMatch()
ModuleRegistry__ModuleNotRegistered
error ModuleRegistry__ModuleNotRegistered()
ModuleRegistry__InterfaceIdZero
error ModuleRegistry__InterfaceIdZero()
ModuleRegistry__ModuleTypeAlreadyRegistered
error ModuleRegistry__ModuleTypeAlreadyRegistered()
ModuleRegistry__ModuleTypeNotRegistered
error ModuleRegistry__ModuleTypeNotRegistered()
ModuleRegistry__ModuleNotSupportExpectedModuleTypeInterfaceId
error ModuleRegistry__ModuleNotSupportExpectedModuleTypeInterfaceId()
ModuleRegistry__ModuleTypeEmptyString
error ModuleRegistry__ModuleTypeEmptyString()
RegistrationModule__InvalidOwner
error RegistrationModule__InvalidOwner()
The caller is not the owner of the root IP NFT.
AccessController__IPAccountIsZeroAddress
error AccessController__IPAccountIsZeroAddress()
AccessController__IPAccountIsNotValid
error AccessController__IPAccountIsNotValid(address ipAccount)
AccessController__SignerIsZeroAddress
error AccessController__SignerIsZeroAddress()
AccessController__CallerIsNotIPAccount
error AccessController__CallerIsNotIPAccount()
AccessController__PermissionIsNotValid
error AccessController__PermissionIsNotValid()
AccessController__RecipientIsNotRegisteredModule
error AccessController__RecipientIsNotRegisteredModule(address to)
AccessController__PermissionDenied
error AccessController__PermissionDenied(address ipAccount, address signer, address to, bytes4 func)
AccessControlled__ZeroAddress
error AccessControlled__ZeroAddress()
AccessControlled__NotIpAccount
error AccessControlled__NotIpAccount(address ipAccount)
AccessControlled__CallerIsNotIpAccount
error AccessControlled__CallerIsNotIpAccount(address caller)
TaggingModule__InvalidRelationTypeName
error TaggingModule__InvalidRelationTypeName()
TaggingModule__RelationTypeAlreadyExists
error TaggingModule__RelationTypeAlreadyExists()
TaggingModule__SrcIpIdDoesNotHaveSrcTag
error TaggingModule__SrcIpIdDoesNotHaveSrcTag()
TaggingModule__DstIpIdDoesNotHaveDstTag
error TaggingModule__DstIpIdDoesNotHaveDstTag()
TaggingModule__RelationTypeDoesNotExist
error TaggingModule__RelationTypeDoesNotExist()
Updated 2 months ago