bionic (3) wslay_event_set_error.3.gz

Provided by: libwslay-dev_1.0.1~39-g6abacc1-3_amd64 bug

NAME

       wslay_event_set_error - Set error code

SYNOPSIS

       #include <wslay/wslay.h>

       void wslay_event_set_error(wslay_event_context_ptr ctx, int val)

DESCRIPTION

       wslay_event_set_error()  sets  error  code  to  tell  the  library  there  is an error.  This function is
       typically used in user defined callback functions.  See the description  of  callback  function  to  know
       which error code should be used.

RETURN VALUE

       wslay_event_set_error() does not return value.

AUTHOR

       Tatsuhiro Tsujikawa

       2017, 2015, Tatsuhiro Tsujikawa

@PACKAGE_VERSION@                                 Dec 29, 2017                          WSLAY_EVENT_SET_ERROR(3)