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, HTTPNotAcceptable, HTTPConflict, HTTPGone, HTTPLengthRequired,
HTTPPreconditionFailed, HTTPRequestEntityTooLarge, HTTPUriTooLong, HTTPPreconditionFailed, HTTPRequestEntityTooLarge, HTTPUriTooLong,
HTTPUnsupportedMediaType, HTTPRangeNotSatisfiable, HTTPUnsupportedMediaType, HTTPRangeNotSatisfiable,
HTTPUnprocessableEntity, HTTPTooManyRequests, HTTPUnprocessableEntity, HTTPLocked, HTTPFailedDependency,
HTTPTooManyRequests,
HTTPUnavailableForLegalReasons, HTTPUnavailableForLegalReasons,
HTTPInternalServerError, HTTPBadGateway, HTTPServiceUnavailable HTTPInternalServerError, HTTPBadGateway, HTTPServiceUnavailable,
HTTPInsufficientStorage, HTTPLoopDetected