The 'entity_type' entity type is not valid.
Explanation
An operation has been requested on an entity, but that operation does not support the specified entity type.
For example, if a repository SPI get(dataobject) call is made to an account entity, the operation fails.
Programmer response
Ensure that the incoming interface calls for entities are supported entity types, or
remove any unsupported entity types from data objects.