vapi std errors: transient indication
The
transient_indication
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 vapi.std.errors.error.data.
Representation:
{
"is_transient" : true
}
"is_transient" : true
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
is_transient | boolean | Indicates that the error this structure is attached to is transient. |