DiscordVoiceDataSourceStatus
public enum DiscordVoiceDataSourceStatus : Error
Used to report the status of a data request if data could not be returned.
-
Thrown when there is no more data left to be consumed.
Declaration
Swift
case done
-
Special case used by the engine to tell itself that it should call for a new voice data source.
Declaration
Swift
case silenceDone(DiscordVoiceDataSource?)
-
Thrown when an error occurs during a request.
Declaration
Swift
case error
-
Thrown when there is no data to be read.
Declaration
Swift
case noData