You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log dict matches the format of the [get_logs()](#get_logs) and refers to it by default. Each `result` of a log will be considered valid if it meets one of the following conditions:
257
-
- It is a `requests.Response` object with a status code of 200
258
-
- It is a valid value other than the aforementioned object
258
+
The log dict matches the format of the [get_logs()](#get_logs) and refers to it by default. Each task within a log will be validated for success according to the [callback_function](#task.result_callback) result rule.
0 commit comments