FileTooLarge

FileTooLarge
FileTooLarge

This fault is thrown when an operation fails because the file is larger than the maximum file size supported by the datastore.

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"
        }
    ],
    "file": "string",
    "datastore": "string",
    "fileSize": 0,
    "maxFileSize": 0
}
string
datastore
Required

The name of the datastore that does not support the file's size.

integer As int64 As int64
fileSize
Required

The size (in bytes) of the file.

integer As int64 As int64
maxFileSize
Optional

The max file size (in bytes) supported on the datastore.