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
/
OutOfMemory
Out
Of
Memory
data
class
OutOfMemory
(
val
message
:
String
=
"Out of memory"
)
:
CapstoneError
(
source
)
Out of memory error
Members
Constructors
Out
Of
Memory
Link copied to clipboard
constructor
(
message
:
String
=
"Out of memory"
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String