vault/logical/plugin
Seth Vargo e768b73403 Allow more complex errors from plugins (no interface change) (#3444)
* 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
2017-10-19 13:29:59 -07:00
..
mock Lazy-load plugin mounts (#3255) 2017-09-01 01:02:03 -04:00
backend.go Lazy-load plugin mounts (#3255) 2017-09-01 01:02:03 -04:00
backend_client.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
backend_server.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
backend_test.go Update mock-plugin (#3107) 2017-08-04 11:43:36 -04:00
logger.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
logger_test.go Backend plugin system (#2874) 2017-07-20 13:28:40 -04:00
plugin.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
serve.go plugin version bump (#3423) 2017-10-04 20:02:13 -04:00
storage.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
storage_test.go Backend plugin system (#2874) 2017-07-20 13:28:40 -04:00
system.go Allow more complex errors from plugins (no interface change) (#3444) 2017-10-19 13:29:59 -07:00
system_test.go Update locking components from DR replication changes (#3283) 2017-09-04 19:38:37 -04:00