library
Toggle table of contents
1.0.0-alpha01
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
ir.alisalimik.kotstone.error
/
CapstoneError
/
InvalidHandle
Invalid
Handle
data
class
InvalidHandle
(
val
message
:
String
=
"Invalid Capstone handle"
)
:
CapstoneError
(
source
)
Invalid handle error
Members
Constructors
Invalid
Handle
Link copied to clipboard
constructor
(
message
:
String
=
"Invalid Capstone handle"
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String