ExKeyCDN.ErrorResponse (exkeycdn v0.0.1)

A general purpose response wrapper that is built for any failed API response.

See the following pages for details about the various responses:

Link to this section Summary

Link to this section Types

Specs

t() :: %ExKeyCDN.ErrorResponse{
  errors: map(),
  message: String.t(),
  params: map(),
  transaction: map()
}

Link to this section Functions