MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / last_error

Function last_error

python/enterprise.py:309–315  ·  view source on GitHub ↗

Get a text representation the last error encountered by the Enterprise Client :return: Last error message, or empty string if there is none.

()

Source from the content-addressed store, hash-verified

307
308
309def 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

Callers 15

initializeFunction · 0.85
connectFunction · 0.85
authenticate_with_methodFunction · 0.85
deauthenticateFunction · 0.85
usernameFunction · 0.85
tokenFunction · 0.85
server_urlFunction · 0.85
set_server_urlFunction · 0.85
server_nameFunction · 0.85
server_idFunction · 0.85
server_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected