I am trying to find an equivalent of NRF_ERROR_INVALID_STATE on errno.h for NCS 2.0

Maybe I am being too newbie but in our own modules that handle state I am surprised not to find one to use, the closest that I can think of is: 

#define EACCES 13 /**< Permission denied */
but that is misleading.
Please advice.
Thanks!
Related