ENUM

ResumeScheduleError

The possible erors when resuming a schedule.

link GraphQL Schema definition

1enum ResumeScheduleError {
2
3# Not authorized to resume this schedule.
4PERMISSION_DENIED
5
6# The schedule was not found.
7NOT_FOUND
8}