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 also details about the error. For operations in progress, the returned object consists of only three members, 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
.
Get a translate error string response
Open Recipe