Io
A general error indicating that an I/O or Networking action failed.
Possible causes for this error include:
The server returned a resource with an invalid "Content-Type" HTTP header value. For example, this can happen when the player expects media content, but the server returns a HTML page with a "text/html" content type.
Reading data outside the expected bounds.
Lack of permission to perform an I/O operation, such as insufficient permissions to access the internet or external storage. See Permissions on Android for details.
A non-existent file that is not served over the network. For network-related errors, SourceErrorCode.HttpStatusCode will be emitted.
For more details, refer to the message of the associated SourceEvent.Error.
The numeric value associated with this code is2200
.