RangeRequestNotSupportedException

class RangeRequestNotSupportedException(val url: String, errorMessage: String? = null) : ColibrioException

The caller tried to make a Range request, but the provider did not support range requests for that URL.

Constructors

Link copied to clipboard
constructor(url: String, errorMessage: String? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
val stack: String? = null
Link copied to clipboard
val url: String

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard