ExVault v0.1.0-beta.1 ExVault.Response.Success View Source
Vault API success response. This represents an HTTP 2xx response.
Usually, the logical
field will contain a ExVault.Response.Logical
struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %ExVault.Response.Success{
body: %{} | String.t(),
logical: ExVault.Response.Logical.t() | nil,
status: integer()
}
t() :: %ExVault.Response.Success{ body: %{} | String.t(), logical: ExVault.Response.Logical.t() | nil, status: integer() }