Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneNoteDev/WebClipper
/ getFailureInfo
Method
getFailureInfo
src/scripts/logging/submodules/event.ts:239–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
public getFailureInfo(): string {
240
return
ErrorUtils.toString(this._failureInfo);
241
}
242
243
/**
244
* Set this PromiseEvent's FailureInfo to a copy of the GenericError passed in
Callers
1
addPromiseEventItems
Function · 0.80
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected