Response schema for the updateSchedule operation.

Export

UpdateScheduleResponse

interface UpdateScheduleResponse {
    errors?: Error[];
    payload?: UpdateScheduleRecord[];
}

Properties

Properties

errors?: Error[]

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

Memberof

UpdateScheduleResponse

Contains the UpdateScheduleRecords for which the error/warning has occurred.

Memberof

UpdateScheduleResponse