glitr/wisp/errors

Types

Errors that may happen when using glitr_wisp

pub type AppError {
  DBError(message: String)
  DecoderError(message: String)
  InternalError(message: String)
}

Constructors

  • DBError(message: String)
  • DecoderError(message: String)
  • InternalError(message: String)
Search Document