MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk /

Class

client/js/src/errors.ts:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 * SDK allows to run command without verification checks for debug purposes.
167 */
168export class IntegrityError extends ProtonDriveError {
169 name = 'IntegrityError';
170
171 public readonly debug?: object;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected