SnapshotsClient.SnapshotContentUnavailableApiException

  • SnapshotsClient.SnapshotContentUnavailableApiException signals that snapshot content is temporarily unavailable, while metadata remains accessible.

  • Despite content unavailability, you can retrieve the snapshot metadata using getSnapshotMetadata().

  • This exception extends ApiException and provides access to its functionalities for error handling.

public static final class SnapshotsClient.SnapshotContentUnavailableApiException extends ApiException

Indicates that the snapshot contents are unavailable at the moment, but the SnapshotMetadata is available through getSnapshotMetadata().

Field Summary

protected final SnapshotMetadata metadata

Inherited Field Summary

Public Method Summary

SnapshotMetadata

Inherited Method Summary

Fields

protected final SnapshotMetadata metadata

Public Methods

public SnapshotMetadata getSnapshotMetadata ()