Validate normalize retry diagnostics
This commit is contained in:
@@ -95,6 +95,11 @@ type TypedNormalizeResult[T any] struct {
|
||||
|
||||
// NormalizeRetry asks the framework to retry normalization while retaining a
|
||||
// safe candidate for acceptance if the retry budget is exhausted.
|
||||
const (
|
||||
MaxNormalizeRetryReasonCodeBytes = 128
|
||||
MaxNormalizeRetryMessageBytes = 4096
|
||||
)
|
||||
|
||||
type NormalizeRetry struct {
|
||||
ReasonCode string
|
||||
Message string
|
||||
|
||||
Reference in New Issue
Block a user