RetryableConflictException
The exception that occurs when there is a retryable conflict performing an operation. This is a temporary condition that may resolve itself with retries. We recommend implementing exponential backoff retry logic in your application.
Types
Functions
Link copied to clipboard
inline fun copy(block: RetryableConflictException.Builder.() -> Unit = {}): RetryableConflictException