UNPKG

@defra/wls-eps-web-service

Version:

The web service for wildlife licencing of European Protected Species

15 lines (13 loc) 297 B
import Joi from 'joi' export const throwJoiError = (pageName, message, type) => { throw new Joi.ValidationError('ValidationError', [{ message: message, path: [pageName], type: type, context: { label: pageName, value: 'Error', key: pageName } }], null) }