Author Topic: wclError  (Read 11917 times)

2inept

  • Guest
wclError
« on: January 09, 2018, 12:13:27 PM »
Occasionally I get an error when SoftApp is starting so I was adding in a switch statement to get a friendly error message back.

However WCL_E_BASE has the same Error number as WCL_E_INVALID_ARGUMENT but a different string meaning, there are several errors with the same error ID.

Is this correct?

Thanks
Chris

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: wclError
« Reply #1 on: January 09, 2018, 12:29:15 PM »
Hello,

WCL_E_BASE and other _BASE error codes mean nothing. It is just a base number to define other errors that are defined as *_BASE + XXXX. So simple ignore any _BASE error codes.

2inept

  • Guest
Re: wclError
« Reply #2 on: January 09, 2018, 12:40:17 PM »
OK Thanks

 

Sitemap 1 2 3 4 5 6 7