MCPcopy Index your code
hub / github.com/TruthHun/BookStack / isError

Function isError

static/word2md/mammoth.browser.js:9418–9423  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

9416}
9417
9418function isError(obj) {
9419 return obj !== null &&
9420 typeof obj === "object" &&
9421 typeof obj.message === "string" &&
9422 typeof obj.name === "string";
9423}
9424
9425function markAsOriginatingFromRejection(e) {
9426 try {

Callers 2

canAttachTraceFunction · 0.70
formatValueFunction · 0.70

Calls 2

objectToStringFunction · 0.70
isObjectFunction · 0.70

Tested by

no test coverage detected