mirror of https://github.com/mongodb/mongo
SERVER-112164: Propagate private networking failures as internal errors to all kafka operators (#44730)
GitOrigin-RevId: c2d98eb021015bcc57f4b38075fe2813fe005d42
This commit is contained in:
parent
1044486adf
commit
fc6839b16c
|
|
@ -989,8 +989,12 @@ error_codes:
|
|||
- {code: 474, name: ReshardCollectionQuiescing}
|
||||
- {code: 475, name: ReshardCollectionInterruptedDueToFCVChange}
|
||||
- {code: 476, name: ReshardCollectionMissingAbortReason}
|
||||
|
||||
- {code: 477, name: CollectionBecameView}
|
||||
- {
|
||||
code: 478,
|
||||
name: StreamProcessorPrivateNetworkingError,
|
||||
categories: [StreamProcessorRetryableError],
|
||||
}
|
||||
|
||||
# Error codes 4000-8999 are reserved.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue