ArduinoCore-API icon indicating copy to clipboard operation
ArduinoCore-API copied to clipboard

Introducing ErrorCode

Open andreagilardoni opened this issue 7 months ago • 0 comments

The objective of this PR is to introduce a method to provide better error codes to our apis.

This is intended to provide:

  • Error codes, different from the generic 0 value return
  • Unified error codes values

andreagilardoni avatar Jul 17 '25 08:07 andreagilardoni