This is the list that describes customer facing error messages generated by the FSBL API
Error 0: Unspecified Error - The platform was unable to identify a specific cause of the error. Details of the inputs are logged and support is notified. Support may also follow up with you depending on the results of the support investigation.
Error 22: Internal Data Call Error - The platform received an internal error related to the database. We likely recently made an internal change that inadvertantly impacted the API. Details have been logged and support has been notified.
Error 34: API Request Error - The platform received parameters that turned out to not be valid. Since the return isnt related to a specific parameter, you should recheck your parameters. If you continue to receive this error, contact support.
Error 41: Folder May Not Exist - The folder ID or name used in a parameter turned out to not be valid. This error most often occurs when a folder name is input in the place of an ID or vice versa. Check the value of the folder input against the API documentation to ensure that the correct type of value is being entered.
Error 51: Language Parameter Missing - The API requires a language parameter that was not entered.
Error 52: Language Parameter Not Valid - The language parameter that was entered was not valid. The only currently supported values for API language parameters are English, Spanish, and Portuguese. No other values are accepted at this time.
Error 53: Content ID Parameter Missing - The API requires a Content ID parameter that was not entered. Normally, the content ID (or FileID) is retrieved from a previous API call.
Error 54: Folder ID Parameter Missing - The API requires a Folder ID parameter that was not entered. Normally, the Folder ID is retrieved from a previous API call.
Error 55: Nonstandard Characters In Folder Name - The API does not accept non-standard or escaped characters in a folder name. This error is most encountered when spaces in the folder name are not replaced with '+'.
Error 56: Folder ID Parameter Missing - The API requires a Folder Name parameter that was not entered.
Error 57: API Parameter missing - The API requires an API Key be entered as a parameter.
Error 58: Page Parameter missing - The API requires a page to be entered as a parameter. The value can be anything that you want and up to 12 characters in length. There cannot be spaces within the value.
Error 59: Search String missing - The API requires a valid search string be entered as a parameter.
Error 60: Search String Not Valid Or Not Escaped - The API requires a valid escaped search string. Either the value was not the complete REFERER string passed by the search engine or the value was not properly escaped prior to sending the request to the API.
Error 515: Member Level Not Premium or Corporate - The use of the API in question requires a member level of premium or corporate. This error most commonly occurs after a membership level change.