camposer
Toggle table of contents
0.4.5
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
camposer
camposer
/
com.ujizin.camposer.state
/
VideoCaptureResult
/
Error
Error
@
Immutable
data
class
Error
(
val
message
:
String
,
val
throwable
:
Throwable
?
)
:
VideoCaptureResult
Members
Constructors
Error
Link copied to clipboard
constructor
(
message
:
String
,
throwable
:
Throwable
?
)
Properties
message
Link copied to clipboard
val
message
:
String
throwable
Link copied to clipboard
val
throwable
:
Throwable
?