kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
crashreporting
/
io.github.maniramezan.kommon.crashreporting
/
RecordingCrashlyticsClient
/
RecordedError
Recorded
Error
data
class
RecordedError
(
val
throwable
:
Throwable
,
val
context
:
Map
<
String
,
String
>
)
Members
Constructors
Recorded
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
,
context
:
Map
<
String
,
String
>
)
Properties
context
Link copied to clipboard
val
context
:
Map
<
String
,
String
>
throwable
Link copied to clipboard
val
throwable
:
Throwable