cynthia_websites_mini_client/errors

Types

pub type AnError {
  WebNotFound
  DecodeError(decode.DecodeError)
  DecodeErrorsPlural(List(decode.DecodeError))
  FetchError(fetch.FetchError)
  GenericError(String)
  Unexpectance
}

Constructors

Search Document