Skip to content
Snippets Groups Projects
Commit b2f3cbe0 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

ENH: Add specific error for faulty containers

parent 20deff4d
No related branches found
No related tags found
No related merge requests found
...@@ -380,3 +380,7 @@ class AuthorizationException(EntityError): ...@@ -380,3 +380,7 @@ class AuthorizationException(EntityError):
Maybe you need more privileges or a user account at all. Maybe you need more privileges or a user account at all.
""" """
class ContainerError(EntityError):
"""The container contains one or more entities that caused errors."""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment