Skip to content

Commit 9e733a3

Browse files
chaitanyab2311Chaitanya Bhangale
andauthored
Add cryptography error code (dapr#84)
Co-authored-by: Chaitanya Bhangale <[email protected]>
1 parent 858719e commit 9e733a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

errors/codes.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const (
2929
CodePrefixLock = "DAPR_LOCK_"
3030
CodePrefixNameResolution = "DAPR_NAME_RESOLUTION_"
3131
CodePrefixMiddleware = "DAPR_MIDDLEWARE_"
32+
CodePrefixCryptography = "DAPR_CRYPTOGRAPHY_"
3233

3334
// State
3435
CodePostfixGetStateFailed = "GET_STATE_FAILED"

0 commit comments

Comments
 (0)