Class DatabaseResponse

All Implemented Interfaces:
Serializable

public class DatabaseResponse extends LogicalResponse
See Also:
  • Constructor Details

    • DatabaseResponse

      public DatabaseResponse(RestResponse restResponse, int retries)
      Parameters:
      restResponse - The raw HTTP response from Vault.
      retries - The number of retry attempts that occurred during the API call (can be zero).
  • Method Details