Searched refs:ERROR_BUFFER_TO_SMALL (Results 1 – 1 of 1) sorted by relevance
51 case ERROR_BUFFER_TO_SMALL: return "BUFFER_TO_SMALL"; in asString()91 public static final int ERROR_BUFFER_TO_SMALL = -12; field in ErrorCodes