Current section

Files

Jump to
glitr_wisp src glitr wisp errors.gleam
Raw

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)
}