PeerNotReachable

PeerNotReachable
PeerNotReachable

This exception is set if the replication peer is not reachable.

For prepareFailover, it is the target that is not reachable. For other functions, it is the source that is not reachable.

This structure may be used only with operations rendered under /sms.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ]
}