The provided update_mode is invalid.
- Error type:
bloomreach/datahub/item-collections/records/update-mode-invalid - HTTP status code:
400 - Class:
InvalidUpdateMode - Context fields in error response:
update_mode— stringallowed_update_modes— array of strings
Error response example
{
"title": "Invalid update mode",
"type": "bloomreach/datahub/item-collections/records/update-mode-invalid",
"status": 400,
"detail": "The update mode 'fast' is invalid. Allowed update modes are: delta, full.",
"context": {
"update_mode": "fast",
"allowed_update_modes": ["delta", "full"]
}
}
Troubleshooting
Allowed values:
deltafull
