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

How can I change this word such as ‘My app returned “Custom Invalid param”’?
Thank you.
Best answer by Marille
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”’);
})
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.