exception documentation

class ResolverError(GenericError):

View In Hierarchy

Host name cannot be resolved.

This is not a normal situation for Ganeti, as we rely on having a working resolver.

The non-resolvable hostname is available as the first element of the args tuple; the other two elements of the tuple are the first two args of the socket.gaierror exception (error code and description).