StdErrorsTransientIndication
The TransientIndication structure indicates whether or not the error is transient. Some types of errors are transient in certain situtations and not transient in other situtations. This error payload can be used to indicate to clients whether a particular error is transient. See Error.data.
Properties
boolean
is_transient
Required
Indicates that the error this structure is attached to is transient.
JSON Example
{
"is_transient": false
}