| 166 | * SDK allows to run command without verification checks for debug purposes. |
| 167 | */ |
| 168 | export class IntegrityError extends ProtonDriveError { |
| 169 | name = 'IntegrityError'; |
| 170 | |
| 171 | public readonly debug?: object; |
nothing calls this directly
no outgoing calls
no test coverage detected