Module error

Source
Expand description

Error types for interacting with a provider

Enums§

InvocationError
Errors that can occur when sending or receiving an invocation, including the dispatch method of the provider.
NetworkError
This is a wrapper around two different NATS errors that we use (publish and request). It delegates to the underlying error types from NATS
ProviderInitError
All errors that that can be returned by a provider when it is being initialized, primarily from internal provider-sdk code
ValidationError
All errors that can occur when validating an invocation

Type Aliases§

InvocationResult
ProviderInitResult