We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858719e commit 9e733a3Copy full SHA for 9e733a3
errors/codes.go
@@ -29,6 +29,7 @@ const (
29
CodePrefixLock = "DAPR_LOCK_"
30
CodePrefixNameResolution = "DAPR_NAME_RESOLUTION_"
31
CodePrefixMiddleware = "DAPR_MIDDLEWARE_"
32
+ CodePrefixCryptography = "DAPR_CRYPTOGRAPHY_"
33
34
// State
35
CodePostfixGetStateFailed = "GET_STATE_FAILED"
0 commit comments