Skip to content

Commit b66da2a

Browse files
authored
Added ReliableMessage (#2394)
1 parent b9e282c commit b66da2a

File tree

2 files changed

+403
-0
lines changed

2 files changed

+403
-0
lines changed

nvflare/apis/shareable.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class ReservedHeaderKey(object):
3131
AUDIT_EVENT_ID = ReservedKey.AUDIT_EVENT_ID
3232
CONTENT_TYPE = "__content_type__"
3333
TASK_OPERATOR = "__task_operator__"
34+
ERROR = "__error__"
3435

3536

3637
class Shareable(dict):

0 commit comments

Comments
 (0)