MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / ApplicationError

Enum ApplicationError

library/src/utils/errors.rs:6–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5#[derive(Debug)]
6pub enum ApplicationError {
7 DatabaseConnectionError(Box<AnyError>),
8 DeserializationError(Box<AnyError>),
9 EntityNotFound,
10 EventNotFound,
11 CommandNotFound,
12 InvalidURL,
13 TransactionError,
14 ParsingError,
15 StopSentinel,
16}
17
18impl error::Error for ApplicationError {}
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected