在哪里可以找到SharePoint异常的错误代码列表及其含义?我在网上找不到任何类型的列表,只是在这里和那里的特定情况.
我的具体需求来自以下场景:
我发现如果我的表单请求摘要已经超时,我会收到:
{
"error": {
"code": "-2130575252, Microsoft.SharePoint.SPException",
"message": {
"lang": "en-US",
"value": "The security validation for this page is invalid and might be corrupted. Please use your web browser's Back button to try your operation again."
}
}
Run Code Online (Sandbox Code Playgroud)
这很好,我只能查找错误代码-2130575252,刷新我的请求摘要并再试一次,对吧?好吧,也许......我想知道在其他情况下可能会使用这个错误代码吗?还有哪些其他错误代码可能表示类似情况?通过一些错误代码文档,我可以更加确信这是过时的请求摘要将产生的唯一错误.唉,哪里有文件?