创建文档 - 可能的错误

     

    文档转换失败

    错误代码

    R1010

    错误描述

    当您尝试上传的文件无法转换为任一可用格式时,出现以上错误。 

    建议的操作 

    设置 Writer 支持的一种有效文档格式,然后重试。

     

    已超过文件大小

    错误代码

    R1007

    错误描述

    您尝试下载的文件超出最大大小。 

     

    不受支持的文件扩展名

    错误代码

    R1002

    错误描述

    您尝试导入的文件带有不受支持的扩展名。 

    建议的操作 

    请更改扩展名并重试。

     

    已检测到病毒

    错误代码

    R1009

    错误描述

    您尝试通过 web URL 导入的文件似乎包含病毒。 

     

    导入 URL 无效

    错误代码

    R1000

    错误描述

    无法导入所需文件。当您从无效 web URL 导入文件时,发生此错误。 

     

    不受支持的内容类型

    错误代码

    R1008

    错误描述

    当您尝试导入的文件带有不受支持的内容类型时,您会碰到以上错误。 

    建议的操作 

    更改内容类型/文件格式,然后尝试导入您的文件。

     

    文件名太长

    错误代码

    R2005

    错误描述

    提供的文件名长度超出允许的限制。 

    建议的操作 

    请输入有效的名称,然后重试。

    错误响应:

    
    				{
        "error":{
            "message": "We were unable to convert your uploaded document to our format.",
            "errorcode": "R1010"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "Size of the file you're trying to import seems to be more than the allowed size.",
            "errorcode": "R1007"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "File you're trying to import seems to have an unsupported extension.",
            "errorcode": "R1002"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "File you're trying to import seems to contain a virus",
            "errorcode": "R1009"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "We were unable to import the file.",
            "errorcode": "R1000"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "File you're trying to import seems to be in an unsupported content-type.",
            "errorcode": "R1008"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "Length of the parameters have not been configured correctly.",
            "errorcode": "R2005"
        }
    }