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
parent 269429909a
commit f45162d495

View File

@ -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.