summaryrefslogtreecommitdiffstats
path: root/libimagstore/src/error.rs
AgeCommit message (Expand)Author
2017-08-27Reorganize code in subdirsMatthias Beyer
2017-06-18Add VersionError kindMatthias Beyer
2017-06-06Allow custom data in errors to be displayedMatthias Beyer
2017-06-06Remove hook support from storeMatthias Beyer
2016-10-12Merge branch 'master' into libimagstore/store-tests-integrationMatthias Beyer
2016-10-01libimagstore: Add copyright notice to all filesMatthias Beyer
2016-09-19Rewrite config validity checker to return Result<()>Matthias Beyer
2016-09-06Add error kind if StoreId has no base partMatthias Beyer
2016-09-05Add error type for failed build of StoreId object from full pathMatthias Beyer
2016-08-28Add error kind for StoreId::new() with id-part that is absoluteMatthias Beyer
2016-08-24Move all abstractions to LazyFile and change it to FileAbstractionMarcel Müller
2016-08-24Add FileNot{Written,Seeked} errorsMarcel Müller
2016-07-25Add error kind for implicit create deniedMatthias Beyer
2016-07-04Add error kind for storeid handling errorsMatthias Beyer
2016-06-27call helper generator macros in error moduleMatthias Beyer
2016-06-08Add error kinds for Move functionsMatthias Beyer
2016-06-08Implement move_by_id()Matthias Beyer
2016-05-28Add a set of error kinds to identify the store call the error came fromMatthias Beyer
2016-05-23Merge pull request #391 from matthiasbeyer/libimagstore/getMatthias Beyer
2016-05-23Adapt error generating code in libimagstoreMatthias Beyer
2016-05-23Add new error kind: StorePathErrorMatthias Beyer
2016-05-19libimagstore: Replace error module imports with macro helperMatthias Beyer
2016-05-17Replace error code with macro for code generationMatthias Beyer
2016-05-13more style adaptationsAndre Bogus
2016-03-25Add some more error types to be more specific about what happenedMatthias Beyer
2016-03-19Add encoding error if typeconversion failsMatthias Beyer
2016-03-19Add implementation for Store::retrieve_for_module()Matthias Beyer
2016-03-19Rewrite build_entry_path() so it does not panic!() anymoreMatthias Beyer
2016-03-16Add error kind for config errorsMatthias Beyer
2016-03-16Threaded hook executionMatthias Beyer
2016-03-16Add HookExecutionError error kindMatthias Beyer
2016-03-16Add error types for pre/post hooksMatthias Beyer
2016-03-16Add HookRegisterError kindMatthias Beyer
2016-03-10Revert "Check whether the StoreId is inside the store, before doing anything ...Matthias Beyer
2016-02-12Alter: EntryHeader should contain a Value, not the BTreeMap<>Matthias Beyer
2016-02-11Add more error types for header walkingMatthias Beyer
2016-02-11Add interface for header field addressing by strMatthias Beyer
2016-02-07Merge pull request #186 from TheNeikos/verify-toml_tableMatthias Beyer
2016-02-07Verify that nothing but tables exist in base tableMarcel Müller
2016-02-06Check whether the StoreId is inside the store, before doing anything on the FSMatthias Beyer
2016-01-29store/error: Remove unused importsMatthias Beyer
2016-01-24Implement store::createMarcel Müller
2016-01-24Add from_str to EntryMarcel Müller
2016-01-24Implement entry readingMarcel Müller
2016-01-24Partially implement get_entryMarcel Müller
2016-01-24Move entry, content and header into storeMarcel Müller
2016-01-24Add entry_creationMarcel Müller
2016-01-24Implement Store::retrieveMarcel Müller
2016-01-23Add error kind: Create errorsMatthias Beyer
2016-01-23Introduce error if the store path exists but is a fileMatthias Beyer