Pudu programming language
Menu
API reference

Std.Net.NetError

1 declaration

type

NetError

This declaration introduces a public type.

What it does

Why an operation over the network did not do what it was asked.

One variant per cause a caller acts on differently: a refused connection is

retried, a name that resolves to nothing is a configuration mistake, and a

peer that went away mid-message is neither.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.NetSearch related declarations