Git Source
error InvalidCode();
error InvalidData();
error Unimplemented();
error RecordNotExist(uint64 id);
error AdjacencyUnderflow();
error AdjacencyOverflow();
error AdjacencyUnordered();
error AdjacencyKindNotExist();
error HeadKindRejectsRelation();
error RelationRejectsTailKind();
error HeadSetRejectsTailObject();
error DegreeOverflow(uint48 kind);
error DegreeUnderflow(uint48 kind);
error ArcExists();
error ArcNotExist();
error ArcMismatch();
error InvalidKind();
error InvalidRelation();
error InvalidRelateShift();
error InvalidUnrelateShift();
error UnsupportedHoldingState();
error UnrelateLocked();
error GrantNotFound();
error GrantRevoked();
error GrantFilterRelationInvalid();
error GrantFilterKindInvalid();
error GrantFilterSetInvalid();
error GrantInitiatorAnyoneExtraNotAllowed();
error GrantInitiatorOwnerExtraNotAllowed();
error GrantInitiatorDelegateAddressInvalid();
error GrantInitiatorEligibleAddressInvalid();
error GrantInitiatorEligibleNotContract();
error GrantInitiatorHolderValueParamsInvalid();
error GrantInitiatorHolderUniqueParamsInvalid();
error GrantInitiatorHolderObjectParamsInvalid();
error GrantInitiatorHolderTokenTypeUnknown();
error GrantInitiatorTypeUnknown();
error UnauthorizedAccess(uint64 id, address vistor);
error Unauthorized();