You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
417 B

1 year ago
  1. #pragma once
  2. typedef enum {
  3. kxs_ec_success = 0,
  4. kxs_ec_overtime = 1,
  5. kxs_ec_socket_fail = 2,
  6. kxs_ec_bind_fail = 3,
  7. kxs_ec_send_fail = 4,
  8. kxs_ec_receive_fail = 5,
  9. kxs_ec_setsockopt_rx_timeout_fail = 6,
  10. kxs_ec_lose_connect = 7,
  11. kxs_ec_param_error = 8,
  12. } zaf_error_code_t;