type property

String? type
getter/setter pair

The type of error. Possible string values are:

  • "UNKNOWN" : Unknown error.
  • "NETWORK_ERROR" : Unknown or unreachable host.
  • "DNS_ERROR" : DNS problem, such as the DNS server is not responding.
  • "CONNECTION_ERROR" : Cannot connect to the repository server.
  • "AUTHENTICATION_ERROR" : Failed authentication due to incorrect credentials.
  • "AUTHORIZATION_ERROR" : Service account is not authorized for the repository.
  • "SERVER_ERROR" : Repository server error.
  • "QUOTA_EXCEEDED" : Quota exceeded.
  • "SERVICE_UNAVAILABLE" : Server temporarily unavailable.
  • "CLIENT_ERROR" : Client-related error, such as an invalid request from the connector to the repository server.

Implementation

core.String? type;