Wasm Directoryalpha
Variant

create-blob-error

No description available.

variant create-blob-error {
  forbidden(string),
  not-found(string),
  conflict(string),
  unprocessable-entity(string),
  other(string),
}

Cases

CasePayloadDescription
forbiddenstring
not-foundstring
conflictstring
unprocessable-entitystring
otherstring