Function: peek_at_last_error
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains (but does not clear) the runtime error code of the current thread.
Prototype
- C Prototype
1aclErroraclrtPeekAtLastError(aclrtLastErrLevel level)
- Python Function
1ret = acl.rt.peek_at_last_error(level)
Parameter Description
Parameter |
Description |
|---|---|
level |
Int, level of the error code to be obtained. Currently, only the thread level is supported. For details, see aclrtLastErrLevel. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, 0 on success; else, failure. |
Parent topic: Exception Handling