Enum plaid::api::error::Error
[−]
[src]
pub enum Error { UnsuccessfulResponse(StatusCode), InvalidResponse(DecoderError), HTTP(Error), IO(IOError), InternalError, }
Error
Represents possible errors returned from the API.
P
represents the product that the error is scoped for.
Variants
UnsuccessfulResponse | Represents bad HTTP status codes, or codes that we don't support. | |
InvalidResponse | Represents errors forwarded from | |
HTTP | Represents an error forwarded from | |
IO | Returned for errors that are forwarded from | |
InternalError | This should happen very rarely, and indicates that something is most
likely wrong with |