···3232 CONFLICTING_MUTATION = 0
3333 # If the existing label status was manual and the attempted mutation was not
3434 CANNOT_OVERRIDE_MANUAL = 1
3535+ # if the label name was an empty string
3636+ INVALID_LABEL_NAME = 2
3737+ # if the entity id was an empty string
3838+ INVALID_ENTITY_ID = 3
353936403741class LabelStatus(IntEnum):