Documentation ¶
Index ¶
- func New(feature, msg string) error
- func NewWithDepthf(depth int, feature, format string, args ...interface{}) error
- func NewWithIssue(issue int, msg string) error
- func NewWithIssueDetail(issue int, detail, msg string) error
- func NewWithIssueDetailf(issue int, detail, format string, args ...interface{}) error
- func NewWithIssuef(issue int, format string, args ...interface{}) error
- func Newf(feature, format string, args ...interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWithDepthf ¶
NewWithDepthf constructs an implemented feature error, tracking the context at the specified depth.
func NewWithIssue ¶
NewWithIssue constructs an error with the given message and a link to the passed issue. Recorded as "#<issue>" in tracking.
func NewWithIssueDetail ¶
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 ¶
NewWithIssueDetailf is like NewWithIssueDetail but the message is formatted.
func NewWithIssuef ¶
NewWithIssuef constructs an error with the formatted message and a link to the passed issue. Recorded as "#<issue>" in tracking.
Types ¶
This section is empty.