toggle menu
Genius Scan SDK
5.13.0
androidJvm
switch theme
search in API
Genius Scan SDK
/
com.geniusscansdk.readablecodeflow
/
ReadableCodeFlowResult
/
Error
Error
data
class
Error
(
val
type
:
ErrorType
,
val
message
:
String
)
:
ReadableCodeFlowResult
An error occurred during scanning.
Members
Constructors
Error
Link copied to clipboard
constructor
(
type
:
ErrorType
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
type
Link copied to clipboard
val
type
:
ErrorType