ExVault v0.1.0-beta.1 ExVault.Response View Source
Structs for the most common Vault API response formats.
Generally, the data of a response is available in a ExVault.Response.Logical
struct wrapped in a ExVault.Response.Success
struct. Errors are represented
with the ExVault.Response.Error
struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
{:ok, ExVault.Response.Error.t() | ExVault.Response.Success.t()}
| {:error, any()}
t() :: {:ok, ExVault.Response.Error.t() | ExVault.Response.Success.t()} | {:error, any()}