errno ¤ Functions: get – Gets the integer errno value. get ¤ get() -> tuple[int, str] Gets the integer errno value. Returns: (errno, err_str) – If err_str is "", errno is returned as an integer. str – Otherwise, the errno value could not be returned and err_str contains tuple[int, str] – the error message.