feat: add scan library functionality and related error handling in LibraryHeader and services
This commit is contained in:
@@ -36,6 +36,7 @@ export const ERROR_CODES = {
|
||||
LIBRARY: {
|
||||
NOT_FOUND: "LIBRARY_NOT_FOUND",
|
||||
FETCH_ERROR: "LIBRARY_FETCH_ERROR",
|
||||
SCAN_ERROR: "LIBRARY_SCAN_ERROR",
|
||||
},
|
||||
SERIES: {
|
||||
FETCH_ERROR: "SERIES_FETCH_ERROR",
|
||||
|
||||
Reference in New Issue
Block a user