Skip to content
LogoLogo

This page is auto-generated from TypeDoc. Do not edit directly. To update, modify the TypeScript source in @lumeweb/pinner and run pnpm generate:sdk.

All SDK errors extend the base PinnerError class, which extends the native Error.

Error Hierarchy

Error
└── PinnerError
    └── AuthenticationError
    └── ConfigurationError
    └── EmptyFileError
    └── NetworkError
    └── NotFoundError
    └── PinError
    └── RateLimitError
    └── TimeoutError
    └── UploadError
    └── ValidationError

AuthenticationError

Extends: PinnerError

ConfigurationError

Extends: PinnerError

EmptyFileError

Extends: ValidationError

NetworkError

Extends: UploadError

NotFoundError

Extends: PinError

PinError

Extends: PinnerError

PinnerError

Extends: Error

RateLimitError

Extends: PinError

TimeoutError

Extends: UploadError

UploadError

Extends: PinnerError

ValidationError

Extends: UploadError