trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core
/
MatrixServerException
Matrix
Server
Exception
open
class
MatrixServerException
(
val
statusCode
:
HttpStatusCode
,
val
errorResponse
:
ErrorResponse
)
:
Exception
Constructors
Properties
Constructors
Matrix
Server
Exception
Link copied to clipboard
fun
MatrixServerException
(
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