FetchAndDemuxError class abstract

This error indicates an MP3 could not be retrieved from Alexa.

Annotations
  • @anonymous
  • @JS()

Constructors

FetchAndDemuxError({dynamic data, String message, num? statusCode})
factory

Properties

data ↔ dynamic
The AudioData the demuxer was able to extract. If this property is present it will contain a playable audio buffer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
Descriptive string error message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode num?
The specific HTTP error code when encountered trying to download the file. In the event of a client timeout, this would be undefined.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited