# Functions
Deprecated returns a deprecation error specifying the name of the deprecated function or method.
NewErrorWithStringArray constructs an error with an array of string details.
NewErrorWithStringArrayDummy provides an empty error object for use with errors.As()
Deprecated: Use Go package errors.Join() instead.
NewErrorWithStringMap constructs an error with a map of strings representing error details.
NewErrorWithStringMapDummy provides an empty error object for use with errors.As()
Deprecated: No obvious replacement.
NotYetImplemented returns a generic TBD error.
ToBeImplemented returns a TBD error specifying the name of the unimplemented function or method.
# Interfaces
ErrorWithDetailArray interface provides a way to determine if an error has string details.
ErrorWithDetailMap interface provides a way to determine if an error has string details.
WithDetailArray interface provides a way to determine if an error has string details.
WithDetailMap interface provides a way to determine if an error has string details.