1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-16 13:50:01 +01:00
1
The returnClientError function
LogMANOriginal edited this page 2018-09-15 20:52:41 +02:00

The returnClientError function aborts execution of the current bridge and returns the given error message with error code 400:

returnClientError('Your error message')

Use this function when the user provided invalid parameter or a required parameter is missing.