| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
System.TrailDB.Error
Documentation
data TrailDBException Source
Exceptions that may happen with TrailDBs.
Some programming errors may throw with error instead.
Constructors
| CannotAllocateTrailDBCons | Failed to allocate |
| CannotAllocateTrailDB | Failed to allocate |
| TrailDBError !CInt String | Errors reported by error code from TrailDB C library. includes numerical error and human-readable error. |
| NoSuchTrailID | A |
| NoSuchUUID | A |
| NoSuchFieldID | A |
| NoSuchValue | A |
| NoSuchFeature | Attempted to find |
| FinalizationFailure | For some reason, finalizing a |