api-wasm
Preparing search index...
EventParseResult
Class EventParseResult
Represents the result of parsing an event, containing error information and the event body.
Indexable
[
key
:
number
]:
()
=>
void
Index
Accessors
body
err
Methods
free
Accessors
body
get
body
()
:
Body
Returns
Body
set
body
(
value
:
Body
)
:
void
Parameters
value
:
Body
Returns
void
err
get
err
()
:
string
Returns
string
set
err
(
value
:
string
)
:
void
Parameters
value
:
string
Returns
void
Methods
free
free
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Accessors
body
err
Methods
free
api-wasm
Loading...
Represents the result of parsing an event, containing error information and the event body.