Serialized Form
-
Package com.netflix.spinnaker.config
-
Class com.netflix.spinnaker.config.OkHttp3ClientConfiguration._closure1
class _closure1 extends groovy.lang.Closure implements Serializable
-
-
Package com.netflix.spinnaker.kork.retrofit.exceptions
-
Exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerConversionException
class SpinnakerConversionException extends SpinnakerServerException implements Serializable -
Exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerHttpException
class SpinnakerHttpException extends SpinnakerServerException implements Serializable-
Serialized Fields
-
headers
org.springframework.http.HttpHeaders headers
-
rawMessage
String rawMessage
A message derived from a RetrofitError's response body, or null if a custom message has been provided. -
reason
String reason
The reason from the http response. See https://datatracker.ietf.org/doc/html/rfc2616#section-6.1 -
response
retrofit.client.Response response
-
responseBody
Map<String,
Object> responseBody -
responseCode
int responseCode
-
retrofit2Response
retrofit2.Response<?> retrofit2Response
-
-
-
Exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerNetworkException
class SpinnakerNetworkException extends SpinnakerServerException implements Serializable -
Exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerServerException
class SpinnakerServerException extends com.netflix.spinnaker.kork.exceptions.SpinnakerException implements Serializable
-