errorInfo property

ErrorInfo? errorInfo
getter/setter pair

An error info error containing the error reason and error counts related to the upload.

Only populated if the request_status is FAILED or PARTIAL_SUCCESS. This field isn't populated while the request has request_status of PROCESSING.

Implementation

ErrorInfo? errorInfo;