Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidOperationError

    Returned when the resources involved in the request are not in a valid state for the operation.

    The client application should validate the constraints described in the error message before sending the request.
    
    interface InvalidOperationError {
        code: "InvalidOperation";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "InvalidOperation"

    Error identifier.

    message: string

    Description of the error.