OBJECT

InterruptScheduleStandardError

InterruptScheduleStandardError represents general errors that are not related to bound errors.

link GraphQL Schema definition

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

link Required by

This element is not required by anyone