Current section
Files
Jump to
Current section
Files
src/glitr/wisp/errors.gleam
/// Errors that may happen when using glitr_wisp
pub type AppError {
DBError(message: String)
DecoderError(message: String)
InternalError(message: String)
}