How can i display custom validation error to admin user

try this ;
if(false) {
throw strapi.errors.badRequest(‘Duplicate Data’, {
field: [‘Duplicate Data’],
});
}

1 Like