volleyerro Volley 이상 설명 ServerError 의 경우 1.entity가 비어 있습니다. InputStream in = entity.getContent(); if (in == null) { throw new ServerError(); } 2. 5xx 반환 //TODO: Only throw ServerError for 5xx status codes. throw new ServerError(networkResponse)... exceptionVolleyvolleyerro
Volley 이상 설명 ServerError 의 경우 1.entity가 비어 있습니다. InputStream in = entity.getContent(); if (in == null) { throw new ServerError(); } 2. 5xx 반환 //TODO: Only throw ServerError for 5xx status codes. throw new ServerError(networkResponse)... exceptionVolleyvolleyerro