The error response schema for the getRangeSlotCapacity operation.

Export

RangeSlotCapacityErrors

interface RangeSlotCapacityErrors {
    errors?: Error[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

RangeSlotCapacityErrors