View Source ExOciSdk.Response.Types (ex_oci_sdk v0.2.0)
Summary
Types
@type response_error() :: %{error: term(), metadata: response_metadata() | nil}
@type response_success() :: %{data: term(), metadata: response_metadata()}
@type return_type() :: :ok | :error