Typescript SDK Type Docs
    Preparing search index...

    Interface MultipleActionsNotAllowedError

    Returned when actions in the request body contains more than one object.

    interface MultipleActionsNotAllowedError {
        code: "MultipleActionsNotAllowed";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "MultipleActionsNotAllowed"

    Error identifier.

    message: string

    "Actions accepts only one action at time. Array size must be 1."