codes

package
v0.0.0-...-102eb4e Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Code

type Code uint32
const (
	// OK is returned on success.
	OK Code = 0

	// The recipient of the message is unknowns.
	UnknownRecipient Code = 1

	// A timeout occured.
	Timeout Code = 2

	// The given dataset was not found.
	DatasetNotFound Code = 3

	// The dataset was not available for a client.
	DatasetNotAvailable Code = 4

	// The signature of a message could not be verified.
	InvalidMessageSignature Code = 5
)

func (Code) String

func (c Code) String() string

Jump to

Keyboard shortcuts

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