wick-trigger-http 0.1.1

Implementation and loader for Wick WASM components.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, thiserror::Error)]
pub(crate) enum RestError {
  #[error("Missing configuration necessary to generate OpenApi spec: {0}")]
  MissingConfig(String),

  #[error("Rest router referenced type {0} but {0} was not found")]
  TypeNotFound(String),
}