The error message that describes the error.
(self)
| 37 | |
| 38 | @property |
| 39 | def message(self): |
| 40 | """The error message that describes the error.""" |
| 41 | return self._message |
| 42 | |
| 43 | @property |
| 44 | def error_code(self): |
no outgoing calls
no test coverage detected