Skip to main content

InputRegistrationError

Error class for input registration errors. This error is thrown when an input key cannot be registered, either because it has already been registered, or is not a valid input key, or is not a valid input value.

@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 InputRegistrationError

Properties

readonlyinputKey

inputKey: string
Page Options