Skip to content

Commit

Permalink
Add cryptography error code (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Chaitanya Bhangale <[email protected]>
  • Loading branch information
chaitanyab2311 and Chaitanya Bhangale authored Feb 19, 2024
1 parent 858719e commit 9e733a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errors/codes.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const (
CodePrefixLock = "DAPR_LOCK_"
CodePrefixNameResolution = "DAPR_NAME_RESOLUTION_"
CodePrefixMiddleware = "DAPR_MIDDLEWARE_"
CodePrefixCryptography = "DAPR_CRYPTOGRAPHY_"

// State
CodePostfixGetStateFailed = "GET_STATE_FAILED"
Expand Down

0 comments on commit 9e733a3

Please sign in to comment.