Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidInputError

    Returned when an invalid input has been sent.

    interface InvalidInputError {
        code: "InvalidInput";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "InvalidInput"

    Error identifier.

    message: string

    Description of the invalid input error.