0

I am currently using mbedtls for a project. I want to know if there is a error look up function at all that will take a error code and give me back a error message of some kind?

1 Answers1

1

Yes, you can look at the reference application: strerror to see what API you need to call to read the error as string.

Ron Eldor
  • 210
  • 1
  • 11