The integer error code that describes the error.
(self)
| 108 | |
| 109 | @property |
| 110 | def error_code(self): |
| 111 | """The integer error code that describes the error.""" |
| 112 | return self._error_code |
| 113 | |
| 114 | @property |
| 115 | def node_def(self): |
no outgoing calls
no test coverage detected