Errors
Git Source Provides custom errors for VestingTokenFactory and VestingToken contracts.Errors
AddressCanNotBeZero
Error to indicate that an address cannot be the zero address.FailedToDeploy
Error to indicate that deployment of a contract failed.FeeOutOfRange
Error to indicate that a fee is out of the accepted range.InsufficientCreationFee
Error to indicate that the creation fee is insufficient.UnsuccessfulCreationFeeTransfer
Error to indicate an unsuccessful transfer of the creation fee.MinMilestonesNotReached
Error to indicate that the minimum number of milestones has not been reached.MaxAllowedMilestonesHit
Error to indicate that the maximum number of milestones has been exceeded.ClaimableAmountOfImportIsGreaterThanExpected
Error to indicate that the claimable amount of an import is greater than expected.EqualPercentagesOnlyAllowedBeforeLinear
Error to indicate that equal percentages are only allowed before setting up linear milestones.InvalidTotalAmount
Error to indicate that the sum of all individual amounts is not equal to thetotalAmount.