Skip to content

Commit 0f67e6f

Browse files
feat(edge_services): add tls caa malfunction error (#2759)
Co-authored-by: Laure-di <[email protected]>
1 parent eeabb0d commit 0f67e6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/edge_services/v1beta1/edge_services_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ const (
510510
PipelineErrorCodeTLSRootMissing = PipelineErrorCode("tls_root_missing")
511511
PipelineErrorCodeTLSSanMismatch = PipelineErrorCode("tls_san_mismatch")
512512
PipelineErrorCodeTLSSelfSigned = PipelineErrorCode("tls_self_signed")
513+
PipelineErrorCodeTLSCaaMalfunction = PipelineErrorCode("tls_caa_malfunction")
513514
PipelineErrorCodePipelineInvalidWorkflow = PipelineErrorCode("pipeline_invalid_workflow")
514515
PipelineErrorCodePipelineMissingHeadStage = PipelineErrorCode("pipeline_missing_head_stage")
515516
)
@@ -551,6 +552,7 @@ func (enum PipelineErrorCode) Values() []PipelineErrorCode {
551552
"tls_root_missing",
552553
"tls_san_mismatch",
553554
"tls_self_signed",
555+
"tls_caa_malfunction",
554556
"pipeline_invalid_workflow",
555557
"pipeline_missing_head_stage",
556558
}

0 commit comments

Comments
 (0)