Hi i passed error object from the failedAction Handler Joi-errors-for-forms return null
Here's the Code
createUser : (req, reply, source, error) => {
//If there Error
if(error){
console.log(error);
console.log('Starting Convert Form')
console.log(convertToform(error)); // returns null
}
}
Your Help will be appreciated
Hi i passed error object from the failedAction Handler Joi-errors-for-forms return null
Here's the Code
Your Help will be appreciated