Searched refs:vendorErrorCode (Results 1 – 1 of 1) sorted by relevance
1753 int vendorErrorCode = e.getVendorErrorCode(); in verifyPropertyNotAvailableException() local1754 assertThat(vendorErrorCode).isAtLeast(VENDOR_ERROR_CODE_MINIMUM_VALUE); in verifyPropertyNotAvailableException()1755 assertThat(vendorErrorCode).isAtMost(VENDOR_ERROR_CODE_MAXIMUM_VALUE); in verifyPropertyNotAvailableException()1759 int vendorErrorCode = e.getVendorErrorCode(); in verifyInternalErrorException() local1760 assertThat(vendorErrorCode).isAtLeast(VENDOR_ERROR_CODE_MINIMUM_VALUE); in verifyInternalErrorException()1761 assertThat(vendorErrorCode).isAtMost(VENDOR_ERROR_CODE_MAXIMUM_VALUE); in verifyInternalErrorException()