Skip to content

UnsupportedOperation class

pathlib-ts > UnsupportedOperation

Error thrown when the host runtime lacks a required filesystem capability.

Signature:

export declare class UnsupportedOperation extends Error

Extends: Error

This mirrors CPython’s pathlib.UnsupportedOperation and is raised, for example, when fs.glob is missing.