ResponseCode.BadRequest 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 could not be understood due to malformed syntax. (400)
public: int BadRequest = 400;
public const int BadRequest = 400;
val mutable BadRequest : int
Public Const BadRequest As Integer = 400