Struct pagerduty::integration::response::BadRequest
[−]
[src]
pub struct BadRequest { pub status: String, pub message: String, pub errors: Vec<String>, }
If the request is invalid, PagerDuty will respond with HTTP code 400 and this object
Fields
status | invalid event |
message | A description of the problem |
errors | An array of specific error messages |