generated: clarification on RetryAfterSeconds field

This commit is contained in:
Clayton Coleman
2017-07-28 19:12:28 -04:00
parent 04846cc25b
commit ddbc2ad9cf
54 changed files with 56 additions and 54 deletions

View File

@@ -61356,7 +61356,7 @@
"type": "string"
},
"retryAfterSeconds": {
"description": "If specified, the time in seconds before the operation should be retried.",
"description": "If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action.",
"type": "integer",
"format": "int32"
},