类 LocationOutOfWorldBoundariesError实验性

Thrown when a provided location or bounding area is outside the minimum or maximum dimension height.

层级

  • Error
    • LocationOutOfWorldBoundariesError

属性

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number

方法

  • 实验性

    Create .stack property on a target object

    参数

    • targetObject: object
    • 可选constructorOpt: Function

    返回 void