HelpResponse

data class HelpResponse(val links: List<HelpLinkResponse>)

Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.

Constructors

Link copied to clipboard
constructor(links: List<HelpLinkResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL(s) pointing to additional information on handling the current error.