-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels