About 50 results
Open links in new tab
  1. Excel Number Format: What is " [$-409]"? - Stack Overflow

    The [$-409] is a locale code, given in hexadecimal. Prefixing a date with a certain locale code determines what is shown when you use the various date time format codes.

  2. rest - What to return with a 409 conflict? - Stack Overflow

    Jul 27, 2022 · If the user is already registered by that email, I'll return a 409 CONFLICT status. However, I'm not quite sure what the proper content is required to return with that -- for example, do I return …

  3. Reasons for a 409/Conflict HTTP error when uploading a file to ...

    Jul 22, 2011 · In case the conflict had something to do with the file already existing, I added code to physically delete the file before uploading it, and i'm still getting some 409's.

  4. Publish to Azure web app sub application fails with 409 error

    Apr 16, 2020 · Error: Conflict (CODE: 409) ##[debug]Processed: ##vso[task.complete result=Failed;]Error: Failed to create path 'site/wwwroot/api' from Kudu. Error: Conflict (CODE: 409) …

  5. Distinguishing HTTP status code 403 and 409 in practice (or 400)

    Even after reading many documents, books, spec I couldn't 100% be certain whether I should use http status code 403 or 409 in my case. Some argue that 403 should be used only with an authorization...

  6. REST HTTP status code if DELETE impossible - Stack Overflow

    Aug 5, 2014 · A 409 Conflict response is definitely wrong if the client can't resolve the conflict and delete the request later. That is, unless the resource has state tracking whether it can be deleted or not, 409 …

  7. Is it OK to use a 409 HTTP code in the case when the record with ...

    Nov 3, 2020 · 409 is a fine choice for your case - in particular, it calls attention to the body of the request, informs that there is some incompatibility between the semantics of the current request and …

  8. Newest 'http-status-code-409' Questions - Stack Overflow

    Oct 10, 2019 · HTTP 409 is one of the status codes an http server can return to a client when processing a request.

  9. 422 or 409 status code for existing email during signup

    Jun 20, 2018 · I think 409 is most appropriate in this described example as the request is conflicting with an already existing registration. For example, if the service couldn't accept a .de domain based email …

  10. Edit conflicts and 409 vs. 412 responses - Stack Overflow

    Edit conflicts and 409 vs. 412 responses Ask Question Asked 12 years, 8 months ago Modified 6 years, 11 months ago