For the complete documentation index, see llms.txt. This page is also available as Markdown.

Errors

Error Responses

When an error occurs, Froundy provides an object containing detailed information to help identify the issue. Below is a list of frequently encountered error codes.

Error Code
Description

parameter_invalid

The value provided for the parameter is invalid

parameter_missing

No value has been provided for the parameter

resource_not_found

The resource couldn't be found for the identifier

{
    statusCode: 500,
    statusMessage: 'Internal Server Error',
    error: error.message,
}

Last updated