Creates a validation error for input that crossed a trust boundary.
throw validationError({ code: 'BAD_ARGS', message: 'force must be a boolean.' }); Copy
throw validationError({ code: 'BAD_ARGS', message: 'force must be a boolean.' });
Creates a validation error for input that crossed a trust boundary.