From f5b1d48c4f60cd53d859f7ee1ac46831de0c72ff Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Thu, 26 Jan 2017 12:00:17 -0700 Subject: [PATCH] doc(errors): Add missing error classes to the page (#987) --- docs/api/errors.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/api/errors.rst b/docs/api/errors.rst index bae6469..3bcd5c9 100644 --- a/docs/api/errors.rst +++ b/docs/api/errors.rst @@ -58,6 +58,8 @@ Predefined Errors HTTPNotAcceptable, HTTPConflict, HTTPGone, HTTPLengthRequired, HTTPPreconditionFailed, HTTPRequestEntityTooLarge, HTTPUriTooLong, HTTPUnsupportedMediaType, HTTPRangeNotSatisfiable, - HTTPUnprocessableEntity, HTTPTooManyRequests, + HTTPUnprocessableEntity, HTTPLocked, HTTPFailedDependency, + HTTPTooManyRequests, HTTPUnavailableForLegalReasons, - HTTPInternalServerError, HTTPBadGateway, HTTPServiceUnavailable + HTTPInternalServerError, HTTPBadGateway, HTTPServiceUnavailable, + HTTPInsufficientStorage, HTTPLoopDetected