AbortInfoResponse

data class AbortInfoResponse(val cause: String, val projectsMissingPermission: List<String>, val resourceUri: String)

Details of the final state "abort" and associated resource.

Constructors

Link copied to clipboard
fun AbortInfoResponse(cause: String, projectsMissingPermission: List<String>, resourceUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Causes that the analysis is aborted.

Link copied to clipboard

List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.

Link copied to clipboard

URI of the resource that caused the abort.