coreerrors

package
v1.0.1-rc.13 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUntypedError          = Register("%s")
	ErrErrorTemplateConflict = Register("error with id %d conflicts with an already registered error")
	ErrErrorMessageTooLong   = Register("error message is too long").Create()
	ErrErrorNotFound         = Register("error not found").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, bool)

func (CoreErrorCollection) Register

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

type ErrorCollection

type ErrorCollection interface {
	Get(errorID uint16) (*isc.VMErrorTemplate, bool)
	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