fus-api
Toggle table of contents
2.0.242
common
Target filter
common
Switch theme
Search in API
Skip to content
fus-api
fus-api
/
com.jetbrains.fus.reporting.api
/
IEventContext
IEvent
Context
interface
IEventContext
Context accompanying validation of a single event.
Members
Properties
event
Data
Link copied to clipboard
abstract
val
eventData
:
Map
<
String
,
Any
>
event
Id
Link copied to clipboard
abstract
val
eventId
:
String
Functions
add
Error
Link copied to clipboard
abstract
fun
addError
(
error
:
ValidationError
)
get
Errors
Link copied to clipboard
abstract
fun
getErrors
(
)
:
List
<
ValidationError
>
?
get
Payload
Link copied to clipboard
abstract
fun
<
T
>
getPayload
(
key
:
PayloadKey
<
T
>
)
:
T
?
set
Payload
Link copied to clipboard
abstract
fun
<
T
>
setPayload
(
key
:
PayloadKey
<
T
>
,
value
:
T
)