Uses of Class
com.parallels.jenkins.api.dto.ApiErrorResponse
Packages that use ApiErrorResponse
-
Uses of ApiErrorResponse in com.parallels.jenkins.api.exception
Methods in com.parallels.jenkins.api.exception that return ApiErrorResponseModifier and TypeMethodDescriptionPrlApiException.getDetail()Structured error detail parsed from the response body, may benull.Constructors in com.parallels.jenkins.api.exception with parameters of type ApiErrorResponseModifierConstructorDescriptionPrlApiException(int httpStatus, String message, ApiErrorResponse detail)