Stone.js API
Docs
Home
Preparing search index...
stone-js-use-react-core/src/declarations
AdapterErrorPageRenderContext
Interface AdapterErrorPageRenderContext<TError>
React Adapter render page error options.
interface
AdapterErrorPageRenderContext
<
TError
=
any
>
{
blueprint
:
IBlueprint
;
error
:
TError
;
statusCode
:
number
;
}
Type Parameters
TError
=
any
Index
Properties
blueprint
error
status
Code
Properties
blueprint
blueprint
:
IBlueprint
error
error
:
TError
status
Code
statusCode
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
blueprint
error
status
Code
Docs
Home
Stone.js API
Loading...
React Adapter render page error options.