Enum pagerduty::integration::Response
[−]
[src]
pub enum Response {
Success(Success),
BadRequest(BadRequest),
Forbidden,
InternalServerError,
}A Response from the integration API
A union of all possible responses for the integration API.
Variants
Success | ||
BadRequest | ||
Forbidden | ||
InternalServerError |