UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

27 lines (19 loc) 664 B
--- lang: en title: 'API docs: rest.ajverroroptions' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest permalink: /doc/en/lb4/apidocs.rest.ajverroroptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [AjvErrorOptions](./rest.ajverroroptions.md) ## AjvErrorOptions type Options for AJV errors <b>Signature:</b> ```typescript export declare type AjvErrorOptions = { keepErrors?: boolean; singleError?: boolean; }; ```