Crate mobugsnag[][src]

This is my beginning of a crate for Bugsnag alerting right now it is very minimal and just for my testing use.

Structs

Bugsnag

In an info or error the class is at type or grouping for messages (see the documentation). You can think of this as a 'context' or just a way to group relevant errors

BugsnagError

The Bugsnag api specifies that requests are processed asynchornously. Therefore, a 'bad' request does not necessarily return an error status Errors returned from the api are likely formatting, structure or low-level network issues