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 }
Click to show internal directories.
Click to hide internal directories.