Deletion implemented
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/// Contains collection of errors connected with an entity (road, node, car, etc.)
|
||||
pub const Entity = error {
|
||||
AlreadyReferenced,
|
||||
NotFound,
|
||||
HasReferences,
|
||||
};
|
||||
Reference in New Issue
Block a user