Skip to content

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. Otherwise, the errno value could not be returned and err_str contains the error message.