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

Function isApiClientError

apps/sim/lib/api/client/errors.ts:25–27  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

23}
24
25export function isApiClientError(error: unknown): error is ApiClientError {
26 return error instanceof ApiClientError
27}
28
29export interface ValidationIssue {
30 /** Path of the failing field, e.g. ['updates', 'name']. */

Callers 13

EmbeddedLogFunction · 0.90
handleVisibilityFunction · 0.90
handleRemoveFileFunction · 0.90
useWandFunction · 0.90
messageForAtlassianErrorFunction · 0.90
useSpeechToTextFunction · 0.90
useLogDetailFunction · 0.90
fetchStorageInfoFunction · 0.90
usePauseContextDetailFunction · 0.90
fetchScheduleFunction · 0.90
fetchWebhooksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected