toggle menu
library-core
8.11.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk.caching
/
GfpAdCacheError
/
NotFound
Not
Found
data
class
NotFound
(
val
message
:
String
?
,
val
cause
:
Throwable
?
=
null
)
:
GfpAdCacheError
No valid cache files found.
Members
Constructors
Not
Found
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
?
=
null
message
Link copied to clipboard
open
override
val
message
:
String
?