Function: get_recent_err_msg
C Prototype |
const char *aclGetRecentErrMsg() |
|---|---|
Python Function |
msg = acl.get_recent_err_msg() |
Function Usage |
Obtains and clears the error messages returned by other failure pyACL API calls in the calling thread. The err_msg_mode configuration item in the acl.init API determines whether to obtain the process-level or thread-level error description. The thread-level error description is obtained by default. |
Input Description |
None |
Return Value |
msg: str, error description. If multiple error messages are obtained, the latest error message is displayed on the top. Failure: None |
Restrictions |
|
Parent topic: System Configuration