[][src]Module sendgrid::error

Contains the error type used in this library.

Structs

RequestNotSuccessful

Wrapper type which contains a failed request's status code and body.

Enums

SendgridError

Represents any of the ways that using this library can fail.

Type Definitions

SendgridResult

A type alias used throughout the library for concise error notation.