Page 1 of 1

Where's the list of all the Evothings/Cordova error codes?

Posted: 21:42, 26 Feb 2016
by sarkreth
I'm working on a BLE project and getting a couple of different error codes from writeDescriptor(), depending on what I try to modify. Where can I look up what these are supposed to mean? I'm hoping something like this:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms681381(v=vs.85).aspx
I know I could probably search the codes themselves and get an answer, but I would rather be able to look up any other code that I get in the future as well, even if no one has asked a question about it.

Re: Where's the list of all the Evothings/Cordova error codes?

Posted: 14:56, 29 Feb 2016
by Fredrik
Unfortunately, there is no such list. We present the codes as the underlying native platform (Android / iOS) delivers them, and they do not list their error codes.

Re: Where's the list of all the Evothings/Cordova error codes?

Posted: 08:00, 01 Mar 2016
by sarkreth
Well, that's a shame. Thanks anyway. Knowing that they are platform-dependent does shed a little light on the situation.