Skip to content

Commit 0c7cfce

Browse files
authored
Add placement error code (#91)
Signed-off-by: Lee Fowler <[email protected]>
1 parent 6c3b2ee commit 0c7cfce

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
@@ -30,6 +30,7 @@ const (
3030
CodePrefixNameResolution = "DAPR_NAME_RESOLUTION_"
3131
CodePrefixMiddleware = "DAPR_MIDDLEWARE_"
3232
CodePrefixCryptography = "DAPR_CRYPTOGRAPHY_"
33+
CodePrefixPlacement = "DAPR_PLACEMENT_"
3334

3435
// State
3536
CodePostfixGetStateFailed = "GET_STATE_FAILED"

0 commit comments

Comments
 (0)