OpenGraph.Error exception (ogp v1.1.1)

Summary

Types

@type reason() ::
  {:missing_redirect_location, status_code()}
  | {:unexpected_status_code, status_code()}
  | {:request_error, String.t()}
Link to this type

status_code()

@type status_code() :: integer()
@type t() :: %OpenGraph.Error{__exception__: true, reason: reason()}