Skip to main content

How can I change this word such as ‘My app returned “Custom Invalid param”’?

Thank you.

Fixed it.

return z.request(options)
  .then((response) => {

    // 
  }).catch((err) => {
    //let get_error = JSON.parse(err.message);
    //let content = JSON.parse(get_error.content);
    throw new z.errors.Error(‘My app returned “Custom Invalid param”’);
  })


Hey @Marille 👋

Great work and thanks for sharing with the Community! 

All the available error classes to throw in your code, along with examples, are described here: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md#zerrors