Module heroku_rs::framework::response[][src]

Structs

Empty
HerokuApiError

HerokuApiError

Enums

HerokuApiFailure

An enum to classify which errors are what.

Traits

ApiResult

Functions

match_response

Match the response we just got from the API and return a parsed struct

Type Definitions

ApiResponse

A type to return parsed Result<T, heroku_rs::framework::response::error::HerokuApiFailure>