model
Toggle table of contents
2.0.240
common
Target filter
common
Switch theme
Search in API
Skip to content
model
model
/
com.jetbrains.fus.reporting.model.lion3
/
RequestResponse
Request
Response
data
class
RequestResponse
(
val
RecordId
:
String
,
val
ErrorCode
:
String
?
,
val
ErrorMessage
:
String
?
)
Members
Constructors
Request
Response
Link copied to clipboard
constructor
(
RecordId
:
String
,
ErrorCode
:
String
?
,
ErrorMessage
:
String
?
)
Properties
Error
Code
Link copied to clipboard
val
ErrorCode
:
String
?
Error
Message
Link copied to clipboard
val
ErrorMessage
:
String
?
Record
Id
Link copied to clipboard
val
RecordId
:
String