MCPcopy Index your code
hub / github.com/simstudioai/sim / isException

Method isException

apps/sim/app/api/tools/evernote/lib/thrift.ts:234–236  ·  view source on GitHub ↗

Check if this is an exception response

(messageType: number)

Source from the content-addressed store, hash-verified

232
233 /** Check if this is an exception response */
234 isException(messageType: number): boolean {
235 return messageType === MESSAGE_EXCEPTION
236 }
237
238 /** Read a Thrift application exception */
239 readException(): { message: string; type: number } {

Callers 2

callNoteStoreFunction · 0.95
callNoteStoreFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected