201 a status message in case of non successful operation (string) |
201 a status message in case of non successful operation (string) |
202 @exception RuntimeError to indicate that this method must be |
202 @exception RuntimeError to indicate that this method must be |
203 implemented by a subclass |
203 implemented by a subclass |
204 """ |
204 """ |
205 raise RuntimeError('Not implemented') |
205 raise RuntimeError('Not implemented') |
|
206 |
|
207 return tuple() |
206 |
208 |
207 def _getInfo(self): |
209 def _getInfo(self): |
208 """ |
210 """ |
209 Protected method implementing the real info action. |
211 Protected method implementing the real info action. |
210 |
212 |