udsonip.exceptions

Custom exceptions for udsonip library.

exception udsonip.exceptions.AddressSwitchError[source]

Bases: UDSonIPException

Raised when switching target address fails.

exception udsonip.exceptions.ConnectionError[source]

Bases: UDSonIPException

Raised when connection to ECU fails.

exception udsonip.exceptions.DiscoveryError[source]

Bases: UDSonIPException

Raised when ECU discovery fails.

exception udsonip.exceptions.ECUNotFoundError[source]

Bases: UDSonIPException

Raised when requested ECU is not found in registry.

exception udsonip.exceptions.SessionError[source]

Bases: UDSonIPException

Raised when session management fails.

exception udsonip.exceptions.UDSonIPException[source]

Bases: Exception

Base exception for all udsonip errors.