errors

package
v0.31.1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2020 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package errors exports common error types without unnecessary dependencies.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleError

type ModuleError interface {
	PublicError
	ModuleError()
}

ModuleError indicates that the error is caused by unsupported or malformed WebAssembly module.

type PublicError added in v0.24.0

type PublicError interface {
	error
	PublicError() string
}

PublicError provides a message which can be used in communications. The Error() method returns a message suitable for internal logging etc.

type ResourceLimit added in v0.24.0

type ResourceLimit interface {
	PublicError
	ResourceLimit()
}

ResourceLimit was reached.

Jump to

Keyboard shortcuts

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