View Source Jiraffe.NestedResponse (Jiraffe v0.1.2)
Nested response (status and error collection struct).
Summary
Types
@type t() :: %Jiraffe.NestedResponse{ error_collection: Jiraffe.ErrorCollection.t() | nil, status: integer() | nil }
Nested response (status and error collection struct).
@type t() :: %Jiraffe.NestedResponse{ error_collection: Jiraffe.ErrorCollection.t() | nil, status: integer() | nil }