Table of Contents

Class NostrRelayException

Namespace
NArk.ArkadeIntents.Rfq
Assembly
NArk.ArkadeIntents.dll

Thrown when the relay itself refuses or tears down what we asked of it.

public sealed class NostrRelayException : Exception, ISerializable
Inheritance
NostrRelayException
Implements
Inherited Members

Remarks

Separate from a solver's refusal on purpose. "The relay would not take my event" and "the solver declined to quote" are different problems with different fixes, and a transport that reported both as silence is what made the reference deployment's own outage take days to diagnose.

Constructors

NostrRelayException(string)

Thrown when the relay itself refuses or tears down what we asked of it.

public NostrRelayException(string message)

Parameters

message string

Remarks

Separate from a solver's refusal on purpose. "The relay would not take my event" and "the solver declined to quote" are different problems with different fixes, and a transport that reported both as silence is what made the reference deployment's own outage take days to diagnose.