Data Structures | |
class | Status |
Functions | |
def | check_status (status, *args, **kwargs) |
Variables | |
dict | STATUS_EXCEPTION_MAP |
Status codes and status to exception conversions.
def cryptoauthlib.status.check_status | ( | status, | |
* | args, | ||
** | kwargs | ||
) |
Look up the status return code from an API call and raise the exception that matches