UNISTDX_BASE_BAD_CALL
enum errors: int
    class sys::bad_call

    An exception that is thrown when a system call returns -1.

    Base classes
    • public std::exception
    Methods
    • code() const -> std::error_code
    • errc() const -> std::errc
    • error() const -> errors

      Get error condition.

    • bad_call()

      Construct the error from errno.

    • what() const -> const char *
    • bad_call(std::errc errcond)explicit

      Construct the error from std::errc.

    • bad_call(errors code)explicit
    operator!=(std::errc a, errors b) -> bool
    operator!=(errors b, std::errc a) -> bool
    to_string(errors e) -> const char *
    operator==(std::errc a, errors b) -> bool
    operator==(errors b, std::errc a) -> bool