208208 Already Reported
The members of a DAV binding have already been enumerated in a previous part of the response, and are not included again.
400The server cannot process the request due to a client error, such as malformed syntax, invalid parameters, or corrupt data.
The request contains invalid syntax, missing required fields, malformed JSON, incorrect query parameters, or invalid header values. The server cannot understand or process what was sent.
Check your request body for valid JSON syntax, verify required parameters are present, and ensure headers like Content-Type match the body format. Use your browser devtools or API client to inspect the exact request being sent.
fetch('/api/data', { method: 'POST', body: '{invalid json' })208The members of a DAV binding have already been enumerated in a previous part of the response, and are not included again.
525Cloudflare could not complete an SSL/TLS handshake with the origin server.
102The server has received and is processing the request, but no response is available yet (WebDAV).
204The server successfully processed the request but is not returning any content in the response body.
200The request has succeeded. The meaning of the success depends on the HTTP method used.
401The request requires user authentication. The client must provide valid credentials to access the resource.