Error information related to a subscription input value.

interface InputValuesError {
    message: string;
}

Properties

Properties

message: string

The error message.