Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneNoteDev/WebClipper
/ getFailureType
Method
getFailureType
src/scripts/logging/submodules/event.ts:251–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
public getFailureType(): string {
252
return
Failure.Type[this._failureType];
253
}
254
255
public setFailureType(
type
: Failure.Type): void {
256
this._failureType =
type
;
Callers
1
addPromiseEventItems
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected