New error 50240 is not clear enough to novice developers #7213
Unanswered
MinnDevelopment
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, a new error was introduced for the bulk update commands endpoint:
This error, however, is not helpful for developers who are just starting out and only know the API through high level abstraction with libraries.
A developer might accidentally enable activities on their application, which automatically generates a new entry point command and breaks the normal bulk update endpoint. When this happens, there are 2 options to fix the error:
Since the average API user does not know anything about these endpoints, the second one is easier to follow. I propose to improve the error, by adding this option as a remedy in addition to the other suggestions.
For instance:
Beta Was this translation helpful? Give feedback.
All reactions