Ficodes / ngsijs

JavaScript library for the FIWARE Context Broker services (web browsers & Node.js)
GNU Affero General Public License v3.0
5 stars 1 forks source link

error details are missed when CB return BadRequest to v2.batchUpdate #31

Open AlvaroVega opened 3 months ago

AlvaroVega commented 3 months ago

When v2.batchUpdate gets a BadRequest from ContextBroker, the empty details are returning, and we just know that a BadRequest was retrieved but without any description or reason.

Similar issue: https://github.com/Ficodes/ngsijs/issues/20

Related with https://github.com/telefonicaid/perseo-fe/issues/788

AlvaroVega commented 1 month ago

Is there any plan to do it ?