detekt
Toggle table of contents
1.23.7
jvm
Platform filter
jvm
Switch theme
Search in API
detekt
detekt-tooling
/
io.github.detekt.tooling.api
/
UnexpectedError
Unexpected
Error
class
UnexpectedError
(
val
cause
:
Throwable
)
:
DetektError
Members
Constructors
Unexpected
Error
Link copied to clipboard
constructor
(
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
message
Link copied to clipboard
open
val
message
:
String
?