This page is auto-generated from TypeDoc based on the @lumeweb/pinner source code. Do not edit directly.
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