mastodonk
0.2-alpha05
common
mastodonk-core
/
fr.outadoc.mastodonk.client
/
MastodonApiException
Mastodon
Api
Exception
data
class
MastodonApiException
(
val
errorCode
:
Int
,
val
apiError
:
Error
?
)
:
Exception
Members
Constructors
Mastodon
Api
Exception
Link copied to clipboard
constructor
(
errorCode
:
Int
,
apiError
:
Error
?
)
Properties
api
Error
Link copied to clipboard
val
apiError
:
Error
?
Error details optionally returned by the API.
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Code
Link copied to clipboard
val
errorCode
:
Int
HTTP status code returned by the API.
message
Link copied to clipboard
open
val
message
:
String
?