unimplemented

package
v0.23.2 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(feature, msg string) error

New constructs an unimplemented feature error.

func NewWithDepthf

func NewWithDepthf(depth int, feature, format string, args ...interface{}) error

NewWithDepthf constructs an implemented feature error, tracking the context at the specified depth.

func NewWithIssue

func NewWithIssue(issue int, msg string) error

NewWithIssue constructs an error with the given message and a link to the passed issue. Recorded as "#<issue>" in tracking.

func NewWithIssueDetail

func NewWithIssueDetail(issue int, detail, msg string) error

NewWithIssueDetail constructs an error with the given message and a link to the passed issue. Recorded as "#<issue>.detail" in tracking. This is useful when we need an extra axis of information to drill down into.

func NewWithIssueDetailf

func NewWithIssueDetailf(issue int, detail, format string, args ...interface{}) error

NewWithIssueDetailf is like NewWithIssueDetail but the message is formatted.

func NewWithIssuef

func NewWithIssuef(issue int, format string, args ...interface{}) error

NewWithIssuef constructs an error with the formatted message and a link to the passed issue. Recorded as "#<issue>" in tracking.

func Newf

func Newf(feature, format string, args ...interface{}) error

Newf constructs an unimplemented feature error. The message is formatted.

Types

This section is empty.

Jump to

Keyboard shortcuts

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