exceptions
RadiusException
ServerPacketError
Bases: RadiusException
Exception class for bogus packets. ServerPacketError exceptions are only used inside the Server class to abort processing of a packet.
Timeout
Bases: RadiusException
Simple exception class which is raised when a timeout occurs while waiting for a RADIUS server to respond.
PacketError
Bases: RadiusException
Raised when the packet is invalid.
ParseError
Bases: RadiusException
Exception raised for errors while parsing RADIUS dictionary files.
Attributes:
| Name | Type | Description |
|---|---|---|
msg |
str
|
Error message |
linenumber |
int
|
Line number on which the error occurred |