Get a text representation the last error encountered by the Enterprise Client :return: Last error message, or empty string if there is none.
()
| 307 | |
| 308 | |
| 309 | def last_error() -> str: |
| 310 | """ |
| 311 | Get a text representation the last error encountered by the Enterprise Client |
| 312 | |
| 313 | :return: Last error message, or empty string if there is none. |
| 314 | """ |
| 315 | return core.BNGetEnterpriseServerLastError() |
| 316 | |
| 317 | |
| 318 | @decorators.enterprise |
no outgoing calls
no test coverage detected