httpErrorStatusCode property

int? httpErrorStatusCode
getter/setter pair

If the operation fails, this field contains the HTTP error status code that was returned.

For example, a 404 means the resource was not found.

Output only.

Implementation

core.int? httpErrorStatusCode;