videosphere
Preparing search index...
app/error
ErrorProps
Interface ErrorProps
Defines the props passed by Next.js to the global error boundary component.
interface
ErrorProps
{
error
:
Error
&
{
digest
?:
string
}
;
reset
:
()
=>
void
;
}
Index
Properties
error
reset
Properties
error
error
:
Error
&
{
digest
?:
string
}
reset
reset
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
reset
videosphere
Loading...
Defines the props passed by Next.js to the global error boundary component.