INTERFACE

InterruptScheduleError

InterruptScheduleError is a wrapper for error associated with the CreateScheduleSegment mutation.

link GraphQL Schema definition

1interface InterruptScheduleError {
2
3# Error code.
4code: InterruptScheduleErrorCode!
5
6}