Response schema.

Export

CreateFeedResponse

interface CreateFeedResponse {
    errors?: Error[];
    payload?: CreateFeedResult;
}

Properties

Properties

errors?: Error[]

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

Memberof

CreateFeedResponse

Memberof

CreateFeedResponse