Hello @Anonymous
Which deployment endpoint are you referring to?
Also, these status codes have generic description:
202: Accepted - indicates that server has received and understood the request, and that it has been accepted for processing
500 : Internal Server error - indicates that the server encountered something it didn't expect and was unable to complete the request.
https://learn.microsoft.com/en-us/dotnet/api/system.net.httpstatuscode?view=net-5.0
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
Please let me know if this helps.