"""Generic error messages.""" INVALID_STATUS_CHANGE = ( '{object_type} cannot transition from {current_status} to {new_status}' )