errorCode property
Error condition this handler applies to. Possible string values are:
- "ERROR_CODE_UNSPECIFIED" : Not specified. ERROR_CODE_DEFAULT is assumed.
- "ERROR_CODE_DEFAULT" : All other error types.
- "ERROR_CODE_OVER_QUOTA" : Application has exceeded a resource quota.
- "ERROR_CODE_DOS_API_DENIAL" : Client blocked by the application's Denial of Service protection configuration.
- "ERROR_CODE_TIMEOUT" : Deadline reached before the application responds.
Implementation
core.String? errorCode;