Skip to content

Commit

Permalink
Add placement error code (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Fowler <[email protected]>
  • Loading branch information
fowlerlee authored Apr 2, 2024
1 parent 6c3b2ee commit 0c7cfce
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 @@ -30,6 +30,7 @@ const (
CodePrefixNameResolution = "DAPR_NAME_RESOLUTION_"
CodePrefixMiddleware = "DAPR_MIDDLEWARE_"
CodePrefixCryptography = "DAPR_CRYPTOGRAPHY_"
CodePrefixPlacement = "DAPR_PLACEMENT_"

// State
CodePostfixGetStateFailed = "GET_STATE_FAILED"
Expand Down

0 comments on commit 0c7cfce

Please sign in to comment.