func ErrAlreadyExists() error {
    st := status.New(codes.AlreadyExists, "")
    se := &aptxv1.AptxError{
        ErrorCode: aptxv1.AptxErrorCode_ALREADY_EXISTS,
    }