Interface PagerDutyClientException
- All Known Implementing Classes:
PagerDutyParseException,PagerDutyRequestException
public interface PagerDutyClientException
-
Method Summary
Modifier and Type Method Description booleancanBeRetried()longgetErrorCode()java.util.List<java.lang.String>getErrors()java.net.http.HttpResponse<?>getHttpResponse()
-
Method Details
-
canBeRetried
boolean canBeRetried() -
getHttpResponse
java.net.http.HttpResponse<?> getHttpResponse() -
getErrorCode
long getErrorCode() -
getErrors
java.util.List<java.lang.String> getErrors()
-