toggle menu
camposer
0.4.2
androidJvm
switch theme
search in API
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
?