ydb-sdk
Version:
Node.js bindings for working with YDB API over gRPC
7 lines • 622 B
TypeScript
export declare const immediateBackoffRetryMessage = "Caught an error %s, retrying immediatly";
export declare const fastBackoffRetryMessage = "Caught an error %s, retrying with fast backoff in %d ms";
export declare const slowBackoffRetryMessage = "Caught an error %s, retrying with slow backoff in %d ms";
export declare const notRetryableErrorMessage = "Caught an error %s, it is not retriable";
export declare const successAfterNAttempts = "The operation completed successfully after %d attempts";
export declare const tooManyAttempts = "Too many attempts (obsolete approach): %d";
//# sourceMappingURL=message.d.ts.map