Searched refs:MAX_ERROR_STR_LEN (Results 1 – 1 of 1) sorted by relevance
37 private final static int MAX_ERROR_STR_LEN = 500; field in DatabindContext426 if (desc.length() <= MAX_ERROR_STR_LEN) { in _truncate()429 …return desc.substring(0, MAX_ERROR_STR_LEN) + "]...[" + desc.substring(desc.length() - MAX_ERROR_S… in _truncate()