Typescript SDK Type Docs
    Preparing search index...

    Interface InvalidFieldsUpdateError

    Returned when a field cannot be updated.

    interface InvalidFieldsUpdateError {
        code: "InvalidFieldUpdate";
        fields: string[];
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "InvalidFieldUpdate"

    An error identifier.

    fields: string[]

    Fields that cannot be updated.

    message: string

    "The following fields are currently not supported for changes/updates"