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
So from the docs we expected error_code, yet we got errorcode (no underscore), and we also expected this to be the Picqer specific error code, but instead it is set to the http_code from the header, so we don't have access to the Picqer specific error code at all in this response.
The text was updated successfully, but these errors were encountered:
An example API error response would be:
This matches what is described in the docs, and returns both an HTTP status code and a Picqer specific error code.
However, the PHP Client returns does:
So from the docs we expected
error_code
, yet we goterrorcode
(no underscore), and we also expected this to be the Picqer specific error code, but instead it is set to thehttp_code
from the header, so we don't have access to the Picqer specific error code at all in this response.The text was updated successfully, but these errors were encountered: