Edit

Share via


ResponseCode.RequestTooLarge Field

Definition

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

Field Value

Value = 413

Applies to