coreerrors

package
v0.5.1-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUntypedError           = Register("%v")
	ErrErrorAlreadyRegistered = Register("Error with id %d already registered")
	ErrErrorMessageTooLong    = Register("Error message is too long").Create()
	ErrMessageFormatEmpty     = Register("Error message is empty").Create()
)

Functions

func Register

func Register(messageFormat string) *isc.VMErrorTemplate

Types

type CoreErrorCollection

type CoreErrorCollection map[uint16]*isc.VMErrorTemplate

CoreErrorCollection implements ErrorCollection. Is used for global errors. Does not require vm context state.

func (CoreErrorCollection) Get

func (e CoreErrorCollection) Get(errorID uint16) (*isc.VMErrorTemplate, error)

func (CoreErrorCollection) Register

func (e CoreErrorCollection) Register(messageFormat string) (*isc.VMErrorTemplate, error)

type ErrorCollection

type ErrorCollection interface {
	Get(errorID uint16) (*isc.VMErrorTemplate, error)
	Register(messageFormat string) (*isc.VMErrorTemplate, error)
}

func All

func All() ErrorCollection

func NewCoreErrorCollection

func NewCoreErrorCollection() ErrorCollection

Jump to

Keyboard shortcuts

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