Interface ErrorResponseException

All Known Implementing Classes:
BadRequestException, ConcurrentModificationException

public interface ErrorResponseException
Exception which holds the response payload as ErrorResponse
  • Method Details

    • getErrorResponse

      ErrorResponse getErrorResponse()
    • hasErrorCode

      default boolean hasErrorCode(String errorCode)