{"error":{"code":403,"message":"Access denied by organization restriction. Please contact your administrator for additional information.","status":"PERMISSION_DENIED","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"ORG_RESTRICTION_VIOLATION","domain":"googleapis.com","metadata":{"service":"abc.googleapis.com"}}]}}
{"error":{"code":400,"message":"Org Restriction Header is not valid. Please pass a valid Org Restriction Header.","status":"INVALID_ARGUMENT","details":[{"@type":"type.googleapis.com/google.rpc.ErrorInfo","reason":"ORG_RESTRICTION_HEADER_INVALID","domain":"googleapis.com","metadata":{"service":"abc.googleapis.com"}}]}}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-04。"],[],[],null,["# Error messages\n\nThis page identifies some of the errors and messages that are returned when you use\norganization restrictions.\n\n### Permission denied error message sample\n\nIf a request is denied due to an organization restrictions header violation, a 403\nHTTP Response is returned with the following details: \n\n {\n \"error\": {\n \"code\": 403,\n \"message\": \"Access denied by organization restriction. Please contact your administrator for additional information.\",\n \"status\": \"PERMISSION_DENIED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"ORG_RESTRICTION_VIOLATION\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"abc.googleapis.com\"\n }\n }\n ]\n }\n }\n\n### Malformed header error message sample\n\nIf a request contains a malformed `X-Goog-Allowed-Resources` header, a 400 HTTP response is returned with the following details: \n\n {\n \"error\": {\n \"code\": 400,\n \"message\": \"Org Restriction Header is not valid. Please pass a valid Org Restriction Header.\",\n \"status\": \"INVALID_ARGUMENT\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"ORG_RESTRICTION_HEADER_INVALID\",\n \"domain\": \"googleapis.com\",\n \"metadata\": {\n \"service\": \"abc.googleapis.com\"\n }\n }\n ]\n }\n }"]]