Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3
/
ErrorLoadingException
Error
Loading
Exception
common
class
ErrorLoadingException
(
message
:
String
?
=
null
)
:
Exception
(
source
)
Members
Members & Extensions
Constructors
Error
Loading
Exception
Link copied to clipboard
common
constructor
(
message
:
String
?
=
null
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
common
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
common
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
common
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
common
val
suppressed
:
Array
<
out
Throwable
?
>
?
Functions
get
All
Messages
Link copied to clipboard
common
fun
Throwable
.
getAllMessages
(
)
:
String
get
Stack
Trace
Pretty
Link copied to clipboard
common
fun
Throwable
.
getStackTracePretty
(
showMessage
:
Boolean
=
true
)
:
String