/// Contains collection of errors connected with an entity (road, node, car, etc.) pub const Entity = error { AlreadyReferenced, NotFound, HasReferences, };