Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-lcp
/
org.readium.r2.lcp
/
LcpError
/
Container
/
ReadFailed
Read
Failed
androidJvm
class
ReadFailed
(
val
url
:
Url
?
)
:
LcpError.Container
Can't read the file at given relative path in the Container.
Members
Constructors
Read
Failed
Link copied to clipboard
androidJvm
constructor
(
url
:
Url
?
)
Properties
cause
Link copied to clipboard
androidJvm
open
override
val
cause
:
Error
?
message
Link copied to clipboard
androidJvm
open
override
val
message
:
String
url
Link copied to clipboard
androidJvm
val
url
:
Url
?