pinakes-core: book management foundation
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I379005c29a79a637a8e1fc3709907cd36a6a6964
This commit is contained in:
parent
87a4482576
commit
bda36ac152
9 changed files with 420 additions and 0 deletions
|
|
@ -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),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue