Troubleshooting
Requests will return a status code code and may include additional details
Reason
Notes
Sample Error Response
{
"code": "InvalidArgument",
"message": "Invalid Arguments",
"request_id": "7b5de8c61e26d19e5de0a1cce8dc497a",
"timestamp": "2021-11-18T21:53:27.543650338Z",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"field_violations": [
{
"field": "account_id",
"description": "Cannot be empty"
},
{
"field": "account_id",
"description": "must be exactly 12 digits"
},
{
"field": "access_key_id",
"description": "Cannot be empty"
},
{
"field": "secret_key",
"description": "Cannot be empty"
},
{
"field": "regions",
"description": "Cannot be empty list"
},
{
"field": "name",
"description": "Cannot be empty"
},
{
"field": "name",
"description": "Must be longer than 4"
},
{
"field": "data_plane_id",
"description": "Cannot be empty"
},
{
"field": "data_plane_id",
"description": "Must be a valid UUID"
}
]
},
{
"@type": "type.googleapis.com/errorstatus.v1.UserFacingErrorInfo",
"reason": "INVALID_ARGUMENTS",
"metadata": {},
"message": "Request includes invalid arguments.",
"resolution": "Reference error details for the exact field violations."
}
]
}Last updated
Was this helpful?
