Skip to content
On this page

ObjectError type

An object of ObjectError. Keys:

Usage example:

typescript
const obj: ObjectError = {
  name: 'ObjectError',
  message: 'The error message',
}

Released under the MIT License.