Errors
Benchling uses standard REST HTTP response codes to indicate success or failure of an API request. In general, 2xx
indicates success, 4xx
indicates an error on the user's end, and 5xx
indicates an error on Benchling's end.
In general, error responses will be a JSON dictionary with the following fields:
| This is an error code:
|
| This is a human-readable message, which is useful for debugging and for showing a message in downstream applications. |
| This is an ID of the error if it was recorded in our logging system. This ID should be presented to Benchling support to help troubleshoot issues. |
Updated about 1 month ago