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