Make ValidationContext
and ExecutionContext
use non-core Error
types
#269
Labels
Milestone
ValidationContext
and ExecutionContext
use non-core Error
types
#269
Originally comes out of discussion
Currently, our methods in our
Context
traits return theError
types that are used by our handlers. We should create newError
types for methods in theContext
traits. This will allow us to remove error variants that are only meant to be used by hosts (e.g. this).For Admin Use
The text was updated successfully, but these errors were encountered: