MCPcopy Create free account
hub / github.com/Snapchat/Valdi / profileCaptureError

Function profileCaptureError

valdi/vscode_debugger/src/dap/errors.ts:144–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 );
143
144export const profileCaptureError = () =>
145 createUserError(
146 localize('profile.error.generic', 'An error occurred taking a profile from the target.'),
147 ErrorCodes.ProfileCaptureError,
148 );
149
150export const invalidConcurrentProfile = () =>
151 createUserError(

Callers 2

startMethod · 0.90
stopMethod · 0.90

Calls 1

createUserErrorFunction · 0.85

Tested by

no test coverage detected