mirror of
https://github.com/hashicorp/vault.git
synced 2025-09-15 19:01:09 +02:00
* Allow more complex errors from plugins This enables more complex types to be registered and returned from plugins. * Register common error types This is a slightly less drastic change, which keeps the HTTPCodedError as an interface. * Remove replication error from list