Commit fe42a522 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Add missing method to IComponent interface.

parent 7eea982e
...@@ -48,6 +48,11 @@ class IComponent(Interface): ...@@ -48,6 +48,11 @@ class IComponent(Interface):
then if no error is returned, validate it then if no error is returned, validate it
""" """
def hasErrorMessageList(obj):
"""
Check whether there are error messages
"""
def getErrorMessageList(obj): def getErrorMessageList(obj):
""" """
Return errors, if any, which may have arised when the Component has been Return errors, if any, which may have arised when the Component has been
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment