Skip to content

Exceptions

veltix.exceptions

Veltix exception hierarchy.

All Veltix exceptions inherit from VeltixError for easy catching.

VeltixError

Bases: Exception

Base exception class for all Veltix framework errors.

MessageTypeError

Bases: VeltixError

Raised when a message type operation is invalid.

SenderError

Bases: VeltixError

Raised when a sender operation fails.

RequestError

Bases: VeltixError

Raised when request parsing or compilation fails.

NetworkError

Bases: VeltixError

Raised when a network operation fails.

TimeoutError

Bases: VeltixError

Raised when an operation times out.