trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.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
open
val
cause
:
Throwable
?
expected
Hash
Link copied to clipboard
val
expectedHash
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?