simulator

package
v0.0.0-...-a011eca Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2022 License: BSD-3-Clause, GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorSeverity

type ErrorSeverity int

SimulationErrorSeverity how serious is the error

const (
	SeverityNone ErrorSeverity = iota
	SeverityInfo
	SeverityWarning
	SeverityError
)

func (ErrorSeverity) String

func (s ErrorSeverity) String() string

type SimulationError

type SimulationError interface {
	Severity() ErrorSeverity
	Error() string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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