gpg::SnapshotManager::CommitResponse

#include <snapshot_manager.h>

Holds the data for an updated snapshot, along with a response status.

Summary

Public attributes

data
A SnapshotMetadata object.
status
Can be one of the values enumerated in ResponseStatus.

Public attributes

data

SnapshotMetadata gpg::SnapshotManager::CommitResponse::data

A SnapshotMetadata object.

status

ResponseStatus gpg::SnapshotManager::CommitResponse::status

Can be one of the values enumerated in ResponseStatus.

If the response is unsuccessful, CommitResponse's data is empty.