gflare/error

Types

pub type Error {
  KvError(message: String)
  D1Error(message: String)
  R2Error(message: String)
  DurableObjectError(message: String)
  QueueError(message: String)
  BindingNotFound(name: String)
  EncodingError(message: String)
  DecodingError(message: String)
}

Constructors

  • KvError(message: String)
  • D1Error(message: String)
  • R2Error(message: String)
  • DurableObjectError(message: String)
  • QueueError(message: String)
  • BindingNotFound(name: String)
  • EncodingError(message: String)
  • DecodingError(message: String)

Values

pub fn to_string(error: Error) -> String
Search Document