DeltaDiskFormatNotSupported

DeltaDiskFormatNotSupported
DeltaDiskFormatNotSupported

Thrown on an attempt to use an unsupported delta disk format.

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"
        }
    ],
    "datastore": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "deltaDiskFormat": "string"
}
datastore
Optional

The datastores which do not support the specified format.

string
deltaDiskFormat
Required

The format not supported.

See DeltaDiskFormat.