Skip to content
On this page

GeneralError type

The property error wrapper for the parser. Keys:

Usage example:

typescript
const obj: GeneralError = {
  key: 'propertyKey',
  error: {...}, // PropertyError or ObjectError
}

Released under the MIT License.