POST GET helper/throw

Manually throw an error. Use to test your application's error handling.

* required

Parameters

Name Type Description
code integer Code for a specific error to throw

Response Data

Method returns no data

Example Calls

Throw a generic error

GET
/helper/throw
cURL
Copy
Response Data

Throw a specific error for a duplicate record

GET
/helper/throw?code=301
cURL
Copy
Response Data

API Console

The console uses production data, so BE CAREFUL!
GET
helper/throw
Param Value Type Description
code integer Code for a specific error to throw
Access token: *