Both fn and mod errors now either return very generic messages (e.g. error: Not Found for every 404 response, regardless of the entity) or empty errors (e.g. when uploading an already existing function). The issue is most likely located in the error extraction functions in fn and mod, which were probably broken by the SDK updates.
Both
fnandmoderrors now either return very generic messages (e.g.error: Not Foundfor every 404 response, regardless of the entity) or empty errors (e.g. when uploading an already existing function). The issue is most likely located in the error extraction functions infnandmod, which were probably broken by the SDK updates.