ENUM

SnapshotSearchError

Description

Errors that may occur when searching for a snapshot.

link GraphQL Schema definition

  • enum SnapshotSearchError {
  • # Access to the resource is denied.
  • AccessDenied
  • # No matching snapshot found.
  • NoSnapshotFound
  • }