Skip to content

Commit

Permalink
correct doc for bulk requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ins0 committed Jul 9, 2020
1 parent 277b31f commit b76d01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public function __construct(
`$apiHost` Hashicorp Vault REST Endpoint URL

## Bulk Requests
Bulk Requests **will not** throw `InvalidDataExceptions`. Using Bulk Requests requires to iterate through the Response
and calling `hasErrors` within the `BasicMetaResponse`.
Using Bulk Requests also requires to iterate through the Response
and calling `hasErrors` within the `MetaData` of each Bulk Item to ensure it was processed successfully.

## Exceptions
Calling library methods will throw exceptions, indicating where ever invalid data was provided
Expand Down

0 comments on commit b76d01b

Please sign in to comment.