Documents / @faasjs/react / ErrorChildrenProps
Type Alias: ErrorChildrenProps
ErrorChildrenProps =
object
Props injected into a custom error fallback element.
Properties
error?
optionalerror?:Error
Captured error instance.
errorDescription?
optionalerrorDescription?:string
Component stack description shown by the default fallback.
errorMessage?
optionalerrorMessage?:string
Stringified error message shown by the default fallback.
info?
optionalinfo?:any
React component stack metadata for the captured error.