Wasm Directoryalpha
Variant

list-for-repo-error

No description available.

variant list-for-repo-error {
  unauthorized(string),
  forbidden(string),
  not-found(string),
  gone(string),
  unprocessable-entity(string),
  other(string),
}

Cases

CasePayloadDescription
unauthorizedstring
forbiddenstring
not-foundstring
gonestring
unprocessable-entitystring
otherstring