trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.media
/
MediaValidationException
Media
Validation
Exception
data
class
MediaValidationException
(
val
expectedHash
:
String
?
,
val
actualHash
:
String
?
)
:
IllegalStateException
Members
Constructors
Media
Validation
Exception
Link copied to clipboard
constructor
(
expectedHash
:
String
?
,
actualHash
:
String
?
)
Properties
actual
Hash
Link copied to clipboard
val
actualHash
:
String
?
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
expected
Hash
Link copied to clipboard
val
expectedHash
:
String
?
message
Link copied to clipboard
expect
open
val
message
:
String
?