Errors#
Failed requests, missing volumes or books, and the errors below all subclass BookshelfError, so catching it covers them. Looking up an entry a book does not index raises KeyError instead.
bookshelf.BookshelfError #
Bases: Exception
Base exception for all Bookshelf SDK errors.
bookshelf.HashMismatchError #
Bases: BookshelfError
Downloaded bytes do not match the resource's declared SHA256.
bookshelf.UnsupportedConversionError #
Bases: BookshelfError
A converter does not apply to the resource type.