FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

Documents / @faasjs/react / ErrorChildrenProps

Type Alias: ErrorChildrenProps

ErrorChildrenProps = object

Props injected into a custom error fallback element.

Properties

error?

optional error?: Error

Captured error instance.

errorDescription?

optional errorDescription?: string

Component stack description shown by the default fallback.

errorMessage?

optional errorMessage?: string

Stringified error message shown by the default fallback.

info?

optional info?: any

React component stack metadata for the captured error.