Elide API
Toggle table of contents
1.0.0-beta1
common
Platform filter
common
Switch theme
Search in API
Elide API
ssr
/
elide.ssr
/
StreamResponse
/
Error
Error
common
class
Error
(
val
err
:
Any
,
val
status
:
Int
=
500
,
val
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
:
StreamResponse
Members
Constructors
Error
Link copied to clipboard
common
constructor
(
err
:
Any
,
status
:
Int
=
500
,
headers
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
content
Link copied to clipboard
common
open
override
val
content
:
String
css
Link copied to clipboard
common
open
val
css
:
String
err
Link copied to clipboard
common
val
err
:
Any
fin
Link copied to clipboard
common
open
override
val
fin
:
Boolean
=
true
has
Content
Link copied to clipboard
common
open
override
val
hasContent
:
Boolean
=
false
headers
Link copied to clipboard
common
open
override
val
headers
:
Map
<
String
,
String
>
status
Link copied to clipboard
common
open
override
val
status
:
Int
=
200