trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core
/
MatrixServerException
Matrix
Server
Exception
open
class
MatrixServerException
(
val
statusCode
:
HttpStatusCode
,
val
errorResponse
:
ErrorResponse
)
:
Exception
Members
Constructors
Matrix
Server
Exception
Link copied to clipboard
constructor
(
statusCode
:
HttpStatusCode
,
errorResponse
:
ErrorResponse
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Response
Link copied to clipboard
val
errorResponse
:
ErrorResponse
message
Link copied to clipboard
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
HttpStatusCode