Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpsOrchError ¶
OpsOrchError provides a typed error that can be surfaced to API clients without leaking provider-specific details.
func New ¶
func New(code, message string, err error) OpsOrchError
New constructs a new typed OpsOrchError.
func (OpsOrchError) Error ¶
func (e OpsOrchError) Error() string
Error implements the error interface.
func (OpsOrchError) Unwrap ¶
func (e OpsOrchError) Unwrap() error
Unwrap exposes the underlying error for errors.Is/As.
Click to show internal directories.
Click to hide internal directories.