Module songbird::error[][src]

Driver and gateway error handling.

Enums

ConnectionError

Errors encountered while connecting to a Discord voice server over the driver.

JoinError

Error returned when a manager or call handler is unable to send messages over Discord’s gateway.

TrackError

Errors associated with control and manipulation of tracks.

Type Definitions

ConnectionResult

Convenience type for Discord voice/driver connection error handling.

JoinResult

Convenience type for Discord gateway error handling.

TrackResult

Alias for most calls to a TrackHandle.