The server cannot process the request due to an apparent client error.

Hierarchy

Properties

Properties

$fault: "client" = "client"
code: undefined | string

A code that specifies what went wrong.

Value Description
bad_payload The request you sent isn't a valid HTTP message. Either the headers are malformed, or the body isn't valid JSON.
bad_parameters The request includes one or more parameters that don't pass validation. The parameters can either be in the path, in the query string, or in the body.
name: "BadRequestException" = "BadRequestException"