You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publish_package_response produces LateModification on UNPROCESSABLE_ENTITY.
The handling suggests it is expecting late modification, somehow, but the code stems from http, which has no such notion?
The default handler provides us with unexpected_response, including body, which may contain useful information (it did in my case, I was stuck until I printed it and learned what the real problem was, instead of 'late modification').
The text was updated successfully, but these errors were encountered:
Thanks for the report. I agree this is insufficient and at times misleading. Unfortunately the Hex API docs are very lackluster so at the time of writing it seemed that this was an appropriate error to surface.
publish_package_response produces
LateModification
onUNPROCESSABLE_ENTITY
.The handling suggests it is expecting late modification, somehow, but the code stems from http, which has no such notion?
The default handler provides us with unexpected_response, including
body
, which may contain useful information (it did in my case, I was stuck until I printed it and learned what the real problem was, instead of 'late modification').The text was updated successfully, but these errors were encountered: