The base response data for all A+ Content operations when a request is successful or partially successful. Individual operations may extend this with additional data.

Export

AplusResponse

interface AplusResponse {
    warnings?: Set<Error>;
}

Properties

Properties

warnings?: Set<Error>

A set of messages to the user, such as warnings or comments.

Memberof

AplusResponse