OBJECT

InterruptScheduleBoundsError

InterruptScheduleBoundsError represents errors that are due to input being out of bounds.

link GraphQL Schema definition

1type InterruptScheduleBoundsError implements InterruptScheduleError {
2
3# Error code.
4code: InterruptScheduleErrorCode!
5
6# If the error is related to an input out of service-defined bounds, provide the
7# maximum allowed value.
8maximum: Int
9
10# If the error is related to an input out of service-defined bounds, provide the
11# miniimum allowed value.
12minimum: Int
13
14}

link Required by

This element is not required by anyone