long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-client
/
org.artofdev.tasks.client.util
/
HttpClientError
Http
Client
Error
class
HttpClientError
(
val
httpStatusCode
:
Int
,
errorMessage
:
String
)
:
RuntimeException
Members
Constructors
Http
Client
Error
Link copied to clipboard
constructor
(
httpStatusCode
:
Int
,
errorMessage
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
http
Status
Code
Link copied to clipboard
val
httpStatusCode
:
Int
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
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?