Versions in this module Expand all Collapse all v0 v0.51.0 Jan 14, 2026 Changes in this version + type InstanceExistsError struct + DisplayName string + func NewInstanceExistsError(displayName string) *InstanceExistsError + func (e *InstanceExistsError) Error() string + type InvalidIdentifierError struct + Identifier string + func NewInvalidIdentifierError(identifier string) *InvalidIdentifierError + func (e *InvalidIdentifierError) Error() string + type NoIdentifierError struct + Operation string + func NewNoIdentifierError(operation string) *NoIdentifierError + func (e *NoIdentifierError) Error() string + type NoInstanceError struct + Context string + func NewNoInstanceError(context string) *NoInstanceError + func (e *NoInstanceError) Error() string