@minecraft/common
    Preparing search index...

    Class ArgumentOutOfBoundsError

    This type of error is thrown when a parameter to a method or property is out of expected bounds.

    Hierarchy

    • Error
      • ArgumentOutOfBoundsError
    Index

    Properties

    index: number

    This property can be read in early-execution mode.

    maxValue?: number

    Max expected value for the condition.

    This property can be read in early-execution mode.

    message: string
    minValue?: number

    Min expected value for the condition.

    This property can be read in early-execution mode.

    name: string
    stack?: string
    value?: number

    Passed-in value for the argument.

    This property can be read in early-execution mode.