Versions in this module Expand all Collapse all v1 v1.2.1 Feb 2, 2023 v1.2.0 Jan 21, 2023 Changes in this version + var ErrChildCommunityNotAllowed = status.Error(10004, "child community not allowed") + var ErrCommunityIdNotFound = status.Error(10003, "communityId not found") + var ErrInvalidObjectId = status.Error(10002, "invalid objectId") + var ErrNotFound = status.Error(10001, "no such element") + func Switch(err error) error