Wasm Directoryalpha
Variant

post-auth-start-error

No description available.

variant post-auth-start-error {
  unauthorized(string),
  not-found(string),
  too-many-requests(string),
  other(string),
}

Cases

CasePayloadDescription
unauthorizedstring
not-foundstring
too-many-requestsstring
otherstring