pinakes-core: book management foundation

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I379005c29a79a637a8e1fc3709907cd36a6a6964
This commit is contained in:
raf 2026-02-04 22:53:47 +03:00
commit bda36ac152
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
9 changed files with 420 additions and 0 deletions

View file

@ -43,6 +43,9 @@ pub enum PinakesError {
#[error("invalid operation: {0}")]
InvalidOperation(String),
#[error("invalid data: {0}")]
InvalidData(String),
#[error("authentication error: {0}")]
Authentication(String),