Returned when a field cannot be updated.

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

Hierarchy (View Summary)

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"