for bug 103851, adding new cache error. r=bryner, sr=darin.

This commit is contained in:
gordon%netscape.com 2003-03-10 23:18:04 +00:00
Родитель 0ab667df20
Коммит 6ec01461fd
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -279,6 +279,9 @@
#define NS_ERROR_CACHE_WRITE_ACCESS_DENIED \
NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 67)
#define NS_ERROR_CACHE_IN_USE \
NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 68)
/**
* Error passed through onStopRequest if the document could not be fetched
* from the cache.