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

Class

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

Source from the content-addressed store, hash-verified

71 * property (that will contain original name with the index that can be used).
72 */
73export class NodeWithSameNameExistsValidationError extends ValidationError {
74 name = 'NodeWithSameNameExistsValidationError';
75
76 public readonly existingNodeUid?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected