What does "transient API error" mean? Could anybody provide an example of the API handling code that would legitimately have such code: throw std::runtime_error("transient API error") What the condition of the above error might be?
What does "transient API error" mean?
Could anybody provide an example of the API handling code that would legitimately have such code:
throw std::runtime_error("transient API error")
What the condition of the above error might be?