Wasm Directoryalpha
Variant

list-connection-pools-error

No description available.

variant list-connection-pools-error {
  unauthorized(string),
  not-found(string),
  too-many-requests(string),
  internal-server-error(string),
  other(string),
}

Cases

CasePayloadDescription
unauthorizedstring
not-foundstring
too-many-requestsstring
internal-server-errorstring
otherstring