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

Class

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

Source from the content-addressed store, hash-verified

94 * Client should not retry the request when this error is thrown.
95 */
96export class ServerError extends ProtonDriveError {
97 name = 'ServerError';
98
99 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected