Documentation
Preparing search index...
@kehto/nip
NappletCacheDiagnostic
Interface NappletCacheDiagnostic
interface
NappletCacheDiagnostic
{
cause
?:
unknown
;
message
:
string
;
type
:
|
"cache-open-failed"
|
"cache-read-failed"
|
"cache-write-failed"
|
"cache-delete-failed"
|
"cache-prune-failed"
|
"storage-estimate-unavailable"
;
}
Index
Properties
cause?
message
type
Properties
Optional
cause
cause
?:
unknown
message
message
:
string
type
type
:
|
"cache-open-failed"
|
"cache-read-failed"
|
"cache-write-failed"
|
"cache-delete-failed"
|
"cache-prune-failed"
|
"storage-estimate-unavailable"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cause
message
type
Documentation
Loading...