Skip to content

Commit

Permalink
Update Developer Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-kumar-subramanian authored Oct 22, 2021
1 parent 26d667b commit 90b2c2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/mgmt/Developer Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,21 @@ type CustValidationCtxt struct {
SessCache *CustValidationCache //Session cache, can be used for storing data, persistent in session
RClient *redis.Client //Redis client
}
//CVLErrorInfo CVL Error Structure
type CVLErrorInfo struct {
TableName string /* Table having error */
ErrCode CVLRetCode /* CVL Error return Code. */
CVLErrDetails string /* CVL Error Message details. */
Keys []string /* Keys of the Table having error. */
Value string /* Field Value throwing error */
Field string /* Field Name throwing error . */
Msg string /* Detailed error message. */
ConstraintErrMsg string /* Constraint error message. */
ErrAppTag string
}
```
#### 2.7.3 Platform Validation
Expand Down

0 comments on commit 90b2c2f

Please sign in to comment.