Wasm Directoryalpha
Variant

map-ingredients-to-grocery-products-error

No description available.

variant map-ingredients-to-grocery-products-error {
  unauthorized(string),
  forbidden(string),
  not-found(string),
  other(string),
}

Cases

CasePayloadDescription
unauthorizedstring
forbiddenstring
not-foundstring
otherstring