View Source Jiraffe.NestedResponse (Jiraffe v0.1.0)

Nested response (status and error collection struct).

Summary

Types

@type t() :: %Jiraffe.NestedResponse{
  error_collection: Jiraffe.ErrorCollection.t() | nil,
  status: integer() | nil
}

Functions

@spec new(map()) :: %Jiraffe.NestedResponse{error_collection: term(), status: term()}