Name

DelegationError (453)

Hierarchy

  • Enum
    • DelegationError

Properties

isAccessDenied: boolean
isDelegateNotFound: boolean
isDelegationAlreadyExists: boolean
isDelegationNotFound: boolean
isExceededRemovalBounds: boolean
isExceededRevocationBounds: boolean
isHierarchyAlreadyExists: boolean
isHierarchyNotFound: boolean
isInternal: boolean
isInvalidDelegateSignature: boolean
isMaxChildrenExceeded: boolean
isMaxParentChecksTooLarge: boolean
isMaxRemovalsTooLarge: boolean
isMaxRevocationsTooLarge: boolean
isMaxSearchDepthReached: boolean
isNotOwnerOfDelegationHierarchy: boolean
isNotOwnerOfParentDelegation: boolean
isParentDelegationNotFound: boolean
isParentDelegationRevoked: boolean
isUnauthorizedDelegation: boolean
isUnauthorizedRemoval: boolean
isUnauthorizedRevocation: boolean
type: "DelegationNotFound" | "DelegationAlreadyExists" | "InvalidDelegateSignature" | "DelegateNotFound" | "HierarchyAlreadyExists" | "HierarchyNotFound" | "MaxSearchDepthReached" | "NotOwnerOfParentDelegation" | "NotOwnerOfDelegationHierarchy" | "ParentDelegationNotFound" | "ParentDelegationRevoked" | "UnauthorizedRevocation" | "UnauthorizedRemoval" | "UnauthorizedDelegation" | "AccessDenied" | "ExceededRevocationBounds" | "ExceededRemovalBounds" | "MaxRevocationsTooLarge" | "MaxRemovalsTooLarge" | "MaxParentChecksTooLarge" | "Internal" | "MaxChildrenExceeded"