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
/
UnsupportedArchitecture
Unsupported
Architecture
data
class
UnsupportedArchitecture
(
val
arch
:
Architecture
,
val
message
:
String
=
"Unsupported architecture: "
)
:
CapstoneError
(
source
)
Unsupported architecture error
Members
Constructors
Unsupported
Architecture
Link copied to clipboard
constructor
(
arch
:
Architecture
,
message
:
String
=
"Unsupported architecture: "
)
Properties
arch
Link copied to clipboard
val
arch
:
Architecture
message
Link copied to clipboard
open
override
val
message
:
String