WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.errors
/
WeConnectException
/
ApiError
Api
Error
class
ApiError
(
val
statusCode
:
Int
,
val
body
:
String
,
cause
:
Throwable
?
=
null
)
:
WeConnectException
Catch-all for unexpected non-success HTTP responses.
Members
Constructors
Api
Error
Link copied to clipboard
constructor
(
statusCode
:
Int
,
body
:
String
,
cause
:
Throwable
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
status
Code
Link copied to clipboard
val
statusCode
:
Int
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?