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
  • 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