com.vmware.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 com.vmware.vapi.std.errors.error.data.

Representations:
{
    "is_transient"true
}
<?xml version="1.0" ?>
<ns0:TransientIndication xmlns:ns0="http://vmware.com/vapi/std/errors" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <is_transient>true</is_transient>
</ns0:TransientIndication>

Attributes:
Name Type Required Description
is_transient
 *
boolean Yes Indicates that the error this structure is attached to is transient.

Copyright © 2014. All Rights Reserved.