HandleRequestFailureResult interface
The interface representing the result of a 'handle request failure' API call
Properties
action | The suggested action to take by the workload.
When this field is provided, it means the error is recognized by shell and shell has taken corresponding action, but it needs further action in the workload side.
In this case, ignore the result of the |
handled | True if this failure is recognized by shell and proper action is taken. |
Property Details
action
The suggested action to take by the workload.
When this field is provided, it means the error is recognized by shell and shell has taken corresponding action, but it needs further action in the workload side.
In this case, ignore the result of the handled
field.
action?: "refreshAccessToken"
Property Value
"refreshAccessToken"
handled
True if this failure is recognized by shell and proper action is taken.
handled?: boolean
Property Value
boolean