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-core
/
de.connect2x.trixnity.core
/
MatrixServerException
Matrix
Server
Exception
open
class
MatrixServerException
(
val
statusCode
:
HttpStatusCode
,
val
errorResponse
:
ErrorResponse
,
val
retryAfter
:
Long
?
=
null
)
:
Exception
Members
Constructors
Matrix
Server
Exception
Link copied to clipboard
constructor
(
statusCode
:
HttpStatusCode
,
errorResponse
:
ErrorResponse
,
retryAfter
:
Long
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
error
Response
Link copied to clipboard
val
errorResponse
:
ErrorResponse
message
Link copied to clipboard
expect
open
val
message
:
String
?
retry
After
Link copied to clipboard
val
retryAfter
:
Long
?
status
Code
Link copied to clipboard
val
statusCode
:
HttpStatusCode