Context reading issue

Hi ,

I was trying to read the context from /contexts/context …

i am getting this below error …
TRACE CDB_GET /contexts/contextDEBUG badly formatted or nonexistent path - Typeless element
can you suggest me any change in order to read context

Regards,
Bibin

Since you didn’t provide your YANG model and your client application code, I suspect based on the error message that you were trying to read a list element by using a CDB API for reading leaf elements. I would suggest double checking that you are using the correct CDB API calls for reading the corresponding data element in your YANG model.