error

command
v0.1.0-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2019 License: Apache-2.0 Imports: 13 Imported by: 0

README

Automi Error Handling

This example shows how to setup Automi to handle stream errors by defining a function that will be used to handle stream errors as they are generated as shown below.

	stream.WithErrorFunc(func(err api.StreamError) {
		log.Printf("ERROR: %v", err)
    })

The function receives a value of type api.StreamError, which implements error, every time a stream error is injected in the stream.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL