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
Some endpoints may return an object instead of an array for errors, altering the usual structure of the API response wrapper object.
Throughout this repository (and the official documentation) meta.errors is shown as an array rather than an object. This could break many implementations expecting only arrays to appear in this field.
Until we have a comprehensive list of possible errors for every request, which I doubt will happen anytime soon, each page that mentions the GroupMe API response structure must include the possibility of an errors object.
Some endpoints may return an object instead of an array for errors, altering the usual structure of the API response wrapper object.
Throughout this repository (and the official documentation)
meta.errors
is shown as an array rather than an object. This could break many implementations expecting only arrays to appear in this field.Until we have a comprehensive list of possible errors for every request, which I doubt will happen anytime soon, each page that mentions the GroupMe API response structure must include the possibility of an
errors
object.Example:
GET /v3/groups/27317261/members
Response:
The text was updated successfully, but these errors were encountered: