Back to Pocketbase

Interface RecordErrorEvent

static/jsvm/interfaces/core.RecordErrorEvent.html

latest1.3 KB
Original Source

Interface RecordErrorEvent

Hierarchy

Index

Methods

nexttags

Properties

appcontexterrorrecord?type

Methods

next

  • next(): void

Next calls the next hook handler.

Returns void

tags

  • tags(): string[]

Returns string[]

Properties

app

app: App

context

context: context.Context

error

error: Error

Optional record

record?: core.Record

type

type: string

Could be any of the ModelEventType* constants, like:

  • create
  • update
  • delete
  • validate

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc