errorReporter

package
v0.0.0-...-4c43a3e Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorReporter

type ErrorReporter struct {
	// contains filtered or unexported fields
}

func NewErrorReporter

func NewErrorReporter(client ErrorReporterClient, state *servicestate.ServiceState) *ErrorReporter

func (*ErrorReporter) ReportError

func (reporter *ErrorReporter) ReportError(error interface{}, uri string)

func (*ErrorReporter) ReportPanicError

func (reporter *ErrorReporter) ReportPanicError(panicErr interface{})

func (*ErrorReporter) ReportUnexpectedError

func (reporter *ErrorReporter) ReportUnexpectedError(unexpectedError error)

type ErrorReporterClient

type ErrorReporterClient interface {
	ReportError(reportCliErrorRequest clients.ReportErrorRequest, uri string) (StatusCode int, Error error)
}

Jump to

Keyboard shortcuts

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