doc(errors): Add missing error classes to the page (#987)

This commit is contained in:
Kurt Griffiths
2017-01-26 12:00:17 -07:00
committed by John Vrbanac
parent 21722fdfa5
commit f5b1d48c4f

View File

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