We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d70f0 commit 271ebb9Copy full SHA for 271ebb9
go/oeco-sdk/v2beta/error_reasons.go
@@ -6,6 +6,5 @@ const (
6
ReasonInvalidFormat = "INVALID_FORMAT"
7
ReasonNotAllowed = "NOT_ALLOWED"
8
ReasonDuplicate = "DUPLICATE"
9
-
10
- ReasonMissingField = "MISSING_FIELD"
+ ReasonMissingField = "MISSING_FIELD"
11
)
0 commit comments