You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ForeignKeyViolation returns an error message that makes sense within the context of creating an item that does not have a parent collection, but makes no sense when deleting a collection with children. I think generally we need a better way to inject error handling logic, because exceptions mean different things based on the context.
ForeignKeyViolation
returns an error message that makes sense within the context of creating an item that does not have a parent collection, but makes no sense when deleting a collection with children. I think generally we need a better way to inject error handling logic, because exceptions mean different things based on the context.Ref stac-utils/stac-fastapi#78
The text was updated successfully, but these errors were encountered: