MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / is_retryable

Method is_retryable

include/ai/errors.h:36–38  ·  view source on GitHub ↗

Check if the error is retryable based on status code

Source from the content-addressed store, hash-verified

34
35 /// Check if the error is retryable based on status code
36 bool is_retryable() const {
37 return ai::is_status_code_retryable(status_code_);
38 }
39};
40
41/// Error related to authentication/authorization

Callers

nothing calls this directly

Calls 1

is_status_code_retryableFunction · 0.85

Tested by

no test coverage detected