core/network/errors library

Exceptions / Errors

LimitedConnException
Exception thrown when attempting to open a stream to a peer with only a limited connection, without specifying the AllowLimitedConn option.
NoConnException
Exception thrown when attempting to open a stream to a peer with the NoDial option and no usable connection is available.
NoRemoteAddrsException
Exception thrown when there are no addresses associated with a peer during a dial.
ResourceLimitExceededException
Exception thrown when attempting to perform an operation that would exceed system resource limits.
ResourceScopeClosedException
Exception thrown when attempting to reserve resources in a closed resource scope.
TemporaryException
Exception thrown when a temporary error occurs
TransientConnException
Exception thrown when attempting to open a stream to a peer with only a transient connection, without specifying the UseTransient option.