pyuv.error — Exception definitions

This module contains the definition of the different exceptions that are used throughout puyv.

exception pyuv.UVError

Base exception class. Parent of all other exception classes.

exception pyuv.ThreadError

Exception raised by thread module operations.

exception pyuv.HandleError

Base exception class. Parent of all other handle exception classes.

exception pyuv.HandleClosedError

Exception raised if a handle is already closed and some function is called on it.

exception pyuv.StreamError

Base exception class for stream errors.

exception pyuv.AsyncError

Exception raised if an error is found when calling Async handle functions.

exception pyuv.CheckError

Exception raised if an error is found when calling Check handle functions.

exception pyuv.DNSError

Exception raised if an error is found when calling DNSResolver functions.

exception pyuv.FSError

Exception raised if an error is found when calling funcions from the fs module.

exception pyuv.FSEventError

Exception raised if an error is found when calling FSEvent handle functions.

exception pyuv.IdleError

Exception raised if an error is found when calling Idle handle functions.

exception pyuv.PipeError

Exception raised if an error is found when calling Pipe handle functions.

exception pyuv.PrepareError

Exception raised if an error is found when calling Prepare handle functions.

exception pyuv.PollError

Exception raised if an error is found when calling Poll handle functions.

exception pyuv.SignalError

Exception raised if an error is found when calling Signal handle functions.

exception pyuv.TCPError

Exception raised if an error is found when calling TCP handle functions.

exception pyuv.TimerError

Exception raised if an error is found when calling Timer handle functions.

exception pyuv.UDPError

Exception raised if an error is found when calling UDP handle functions.

exception pyuv.TTYError

Exception raised if an error is found when calling TTY handle functions.

exception pyuv.ProcessError

Exception raised if an error is found when calling Process handle functions.