ResponseCode.RequestTooLarge Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request entity body is too large. (413)
public: int RequestTooLarge = 413;
public const int RequestTooLarge = 413;
val mutable RequestTooLarge : int
Public Const RequestTooLarge As Integer = 413