get https://{hostname}/edge-diagnostics/v1/error-translator/requests/
Returns the status of the asynchronous Translate error string request. For operations with the SUCCESS
status, the response includes details about the error. For operations in progress, the returned object contains retryAfter
, requestId
, and link
. In this case, wait for the duration of the retryAfter
interval, then run this operation again or simply GET the link
.