Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidInput

    An invalid input has been sent to the service. The client application should validate the input according to the constraints described in the error message before sending the request again.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "InvalidInput"

    An error identifier.

    message: string

    A plain language description of the cause of an error.