ErrLookup › sschmid/Entitas
sschmid/Entitas
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity · C# · 132 source files
Analyzed at 37547d1bd2 on 2026-09-14. 18 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| EntityIsAlreadyRetainedByOwnerException(_entity, owner) | exception | error | csharp, entitas, retention, aerc |
| Cannot release ! | exception | error | entitas, entity, retain-release, lifecycle |
| Unbalanced count with groups | exception | error | entitas, collector, argument-count-mismatch |
| ContextInfoException(this, contextInfo) | exception | error | entitas, context, config-mismatch |
| Cannot remove component | exception | error | csharp, entitas, entity-lifecycle, destroyed-entity |
| Cannot add component | exception | error | entitas, entity, lifecycle, destroyed-entity |
| Entity for key ' ' already exists! | exception | error | csharp, entitas, entity-index, duplicate-key |
| ' ' cannot destroy ! | exception | error | entitas, context, entity, invariant |
| Expected exactly one entity in collection but found | exception | error | csharp, entitas, collection, singleton |
| ContextStillHasRetainedEntitiesException(this… | exception | error | entitas, context, retain-release, teardown |
| Cannot destroy ! | exception | error | csharp, entitas, entity-lifecycle, double-destroy |
| EntityIsNotRetainedByOwnerException(_entity, owner) | exception | error | csharp, entitas, retention, aerc |
| EntityLink is already linked to | exception | error | unity, entitas, lifecycle, double-link |
| ContextEntityIndexDoesAlreadyExistException(this… | exception | error | entitas, entity-index, duplicate-key |
| Cannot get component | exception | error | csharp, entitas, component, precondition |
| EntityLink is already unlinked! | exception | error | unity, entitas, lifecycle, double-unlink |
| Cannot replace component | exception | error | csharp, entitas, entity-lifecycle, destroyed-entity |
| ContextEntityIndexDoesNotExistException(this, name) | exception | error | entitas, entity-index, missing-registration |