OnErrorEventPayload: {
    error: any;
    suppress(): void;
}

Type declaration

  • error: any
  • suppress:function
    • This function can be called to suppress the error from being thrown.

      Returns void