Variable CustomErrorClassesConst
CustomErrorClasses: {
ChildPlaybackError: typeof ChildPlaybackError;
CommitStylesError: typeof CommitStylesError;
EarlySchedulingError: typeof EarlySchedulingError;
InvalidChildError: typeof InvalidChildError;
InvalidEffectError: typeof InvalidEffectError;
InvalidElementError: typeof InvalidElementError;
InvalidEntranceAttempt: typeof InvalidEntranceAttempt;
InvalidExitAttempt: typeof InvalidExitAttempt;
InvalidPhasePositionError: typeof InvalidPhasePositionError;
LateSchedulingError: typeof LateSchedulingError;
LockedOperationError: typeof LockedOperationError;
TimeParadoxError: typeof TimeParadoxError;
} = ...
Type Declaration
ChildPlaybackError: typeof ChildPlaybackError
CommitStylesError: typeof CommitStylesError
EarlySchedulingError: typeof EarlySchedulingError
InvalidChildError: typeof InvalidChildError
InvalidEffectError: typeof InvalidEffectError
InvalidElementError: typeof InvalidElementError
InvalidEntranceAttempt: typeof InvalidEntranceAttempt
InvalidExitAttempt: typeof InvalidExitAttempt
InvalidPhasePositionError: typeof InvalidPhasePositionError
LateSchedulingError: typeof LateSchedulingError
LockedOperationError: typeof LockedOperationError
TimeParadoxError: typeof TimeParadoxError