Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-actions-cache
/
actions.cache
/
CacheNotFoundError
Cache
Not
Found
Error
external
class
CacheNotFoundError
:
Throwable
(
source
)
Members
Constructors
Cache
Not
Found
Error
Link copied to clipboard
constructor
(
message
:
String
=
definedExternally
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String