sharederrors

package
v1.48.0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PostgresEnableWatchErrorLink = "https://spicedb.dev/d/enable-watch-api-postgres"
	MySQLParseErrorLink          = "https://spicedb.dev/d/parse-time-mysql"
	CrdbOverlapErrorLink         = "https://spicedb.dev/d/crdb-overlap"
	CrdbGcWindowErrorLink        = "https://spicedb.dev/d/crdb-gc-window-warning"
	CrdbEnableWatchErrorLink     = "https://spicedb.dev/d/enable-watch-api-crdb"
	QueryExecModeErrorLink       = "https://spicedb.dev/d/query-exec-mode"
	TruncateUnsupportedErrorLink = "https://spicedb.dev/d/truncate-unsupported"
	MaxDepthErrorLink            = "https://spicedb.dev/d/debug-max-depth"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type UnknownNamespaceError

type UnknownNamespaceError interface {
	// NotFoundNamespaceName is the name of the namespace that was not found.
	NotFoundNamespaceName() string
}

UnknownNamespaceError is an error raised when a namespace was not found.

type UnknownRelationError

type UnknownRelationError interface {
	// NamespaceName is the name of the namespace under which the relation was not found.
	NamespaceName() string

	// NotFoundRelationName is the name of the relation that was not found.
	NotFoundRelationName() string
}

UnknownRelationError is an error raised when a relation was not found.

Jump to

Keyboard shortcuts

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