Status Details Patch Args
data class StatusDetailsPatchArgs(val causes: Output<List<StatusCausePatchArgs>>? = null, val group: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val retryAfterSeconds: Output<Int>? = null, val uid: Output<String>? = null) : ConvertibleToJava<StatusDetailsPatchArgs>
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
Properties
Link copied to clipboard
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.
Link copied to clipboard
Link copied to clipboard
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.