Wasm Directoryalpha
Variant

notification-error

Errors that can occur when sending notifications

variant notification-error {
  io(stream-error),
  serialization(string),
  unexpected(string),
}

Cases

CasePayloadDescription
iostream-errorAn I/O error occurred writing to the output stream
serializationstringFailed to serialize the notification to JSON-RPC format
unexpectedstringAn unexpected error occurred