Skip to main content

InputResolutionError

Error class for input resolution errors. This error is thrown when an input key cannot be resolved at runtime. Some common reasons include invalid values found during resolution, or invalid references used to resolve the input key.

@group

Errors/Input

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • Creates a new instance.


    Parameters

    • message: string

      The error message.

    • inputKey: string

      The input key for which the error occurred.

    Returns InputResolutionError

Properties

readonlyinputKey

inputKey: string
Page Options