获取文档的列表 - 可能的错误

     

    参数值无效

    错误代码

    R2000

    错误描述

    针对参数指定的值无效,或您使用了未正确配置的参数。 

    建议的操作 

    请设置符合可用限制的值,然后重试。

     

    数据类型无效

    错误代码

    R2010

    错误描述

    参数的数据类型无效。 

    建议的操作 

    在 API 请求中设置有效的参数数据类型,然后重试

     

    常见错误

    错误代码

    R3003

    错误描述

    无法提取文档的列表。 

    建议的操作 

    这可能因内部错误而造成的。请稍后重试。

    错误响应:

    
    				{
        "error":{
            "message": "Parameters have not been configured correctly.",
            "errorcode": "R2000"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "Make sure you have the right DATATYPE for parameters.",
            "errorcode": "R2010"
        }
    }			

    错误响应:

    
    				{
        "error":{
            "message": "We were unable to list the documents.",
            "errorcode": "R3003"
        }
    }