labapi.exceptions.PartialEntryCreateError#

exception labapi.exceptions.PartialEntryCreateError(
message: str,
partial_entry: Entry[Any],
)[source]#

An entry was partially created but subsequent operations failed.

partial_entry contains the successfully created entry object, which has already been added to the local collection and remote server.