Uses of Class
io.github.sinuscosinustan.hetznercloud.objects.response.APIErrorResponse
Packages that use APIErrorResponse
-
Uses of APIErrorResponse in io.github.sinuscosinustan.hetznercloud.exception
Constructors in io.github.sinuscosinustan.hetznercloud.exception with parameters of type APIErrorResponseModifierConstructorDescriptionAPIRequestException(APIErrorResponse apiErrorResponse) APIRequestException(APIErrorResponse apiErrorResponse, String correlationId) APIRequestException(String message, APIErrorResponse apiErrorResponse) APIRequestException(String message, APIErrorResponse apiErrorResponse, String correlationId) APIRequestException(String message, Throwable cause, APIErrorResponse apiErrorResponse, String correlationId) APIRequestException(Throwable cause, APIErrorResponse apiErrorResponse) APIRequestException(Throwable cause, APIErrorResponse apiErrorResponse, String correlationId)