Wasm Directoryalpha
Variant

list-commits-error

No description available.

variant list-commits-error {
  bad-request(string),
  not-found(string),
  conflict(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
bad-requeststring
not-foundstring
conflictstring
internal-server-errorstring
otherstring