const BindError: type = error{AccessDenied, AddressInUse, AddressNotAvailable, AddressFamilyNotSupported, SymLinkLoop, NameTooLong, FileNotFound, SystemResources, NotDir, ReadOnlyFileSystem, NetworkSubsystemFailed, FileDescriptorNotASocket, AlreadyBound} || UnexpectedError;
[src]