View Source ExAliyunOts.Error (ex_aliyun_ots v0.15.2)

Describe request error from server http response.

Summary

Types

@type t() :: %ExAliyunOts.Error{
  code: binary(),
  datetime: binary(),
  http_status_code: binary(),
  message: binary(),
  request_id: binary()
}