Trait async_graphql::ErrorExtensions [−][src]
An error which can be extended into a Error
.
Required methods
Provided methods
fn extend_with<C>(self, cb: C) -> Error where
C: FnOnce(&Self, &mut ErrorExtensionValues),
[src][−]
C: FnOnce(&Self, &mut ErrorExtensionValues),
Add extensions to the error, using a callback to make the extensions.