Error catalogue
This page lists every Deedbox error. Each error message starts with its code and ends with a link to its page.
| Code | Error |
|---|---|
| DBX001 | The Deedbox schema is missing or older than this build |
| DBX002 | No database provider is configured |
| DBX003 | The schema name is not valid |
| DBX004 | A stream type or state type is registered twice |
| DBX005 | An event type or stored name is registered twice |
| DBX006 | An event type is not registered |
| DBX007 | A stored event type has no registered CLR type |
| DBX008 | A stream belongs to another stream type |
| DBX009 | A state type or stream type is not registered |
| DBX010 | One append holds events of several stream types |
| DBX011 | No JSON contract for a type |
| DBX012 | DbContexts do not share one connection |
| DBX013 | A database provider is configured twice |
| DBX014 | The stream is at another version |
| DBX015 | A stored name is not valid |
| DBX016 | Stored events have no mapping |
| DBX017 | Stored events are newer than this build |
| DBX018 | An event version has no upcaster |
| DBX019 | Stored events belong to another stream type |
| DBX020 | A projection or subscription is registered twice |
| DBX021 | A handler handles an unregistered event |
| DBX022 | The tenant ID is not valid |
| DBX023 | A projection cannot be rebuilt without ResetAsync |
| DBX024 | A batch projection is registered inline |
| DBX025 | Personal data needs a key mode |
| DBX026 | A personal-data property cannot hold null |
| DBX027 | A personal-data property has no subject |
| DBX028 | The stream was deleted |
| DBX029 | The master key cannot unwrap a key |
| DBX030 | Encrypted data or a key does not verify |
| DBX031 | A built-in event was appended or registered |
| DBX032 | A QueueBox publication is not valid |