We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e282c commit b66da2aCopy full SHA for b66da2a
nvflare/apis/shareable.py
@@ -31,6 +31,7 @@ class ReservedHeaderKey(object):
31
AUDIT_EVENT_ID = ReservedKey.AUDIT_EVENT_ID
32
CONTENT_TYPE = "__content_type__"
33
TASK_OPERATOR = "__task_operator__"
34
+ ERROR = "__error__"
35
36
37
class Shareable(dict):
0 commit comments